This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new c5aeab0 Fixed: post-auth Remote Code Execution Vulnerability (OFBIZ-12332) c5aeab0 is described below commit c5aeab0fe9845026533e1fbf9a46ec8f9c3292d5 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Oct 10 17:27:48 2021 +0200 Fixed: post-auth Remote Code Execution Vulnerability (OFBIZ-12332) When I removed service-permission-tests, I forgot to remove associated load-data-service-permission-tests :/ --- framework/service/testdef/servicetests.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/service/testdef/servicetests.xml b/framework/service/testdef/servicetests.xml index 29473eb..64b55b1 100644 --- a/framework/service/testdef/servicetests.xml +++ b/framework/service/testdef/servicetests.xml @@ -73,7 +73,4 @@ under the License. <test-case case-name="service-xml-rpc-local-engine"> <service-test service-name="testXmlRpcClientAdd"/> </test-case> - <test-case case-name="load-data-service-permission-tests"> - <entity-xml entity-xml-url="component://service/testdef/data/PermissionServiceTestData.xml"/> - </test-case> </test-suite>