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 abb3fe3 Fixed: post-auth Remote Code Execution Vulnerability (OFBIZ-12332) abb3fe3 is described below commit abb3fe31c2a077624459679bae8ba822a9e4f1f2 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Oct 10 13:24:23 2021 +0200 Fixed: post-auth Remote Code Execution Vulnerability (OFBIZ-12332) Removes service-permission-tests accidentally added while handling conflicts by hand --- framework/service/testdef/servicetests.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/service/testdef/servicetests.xml b/framework/service/testdef/servicetests.xml index 3fb82fb..29473eb 100644 --- a/framework/service/testdef/servicetests.xml +++ b/framework/service/testdef/servicetests.xml @@ -66,7 +66,7 @@ under the License. <test-case case-name="service-eca-global-event-exec-assert-data"> <entity-xml action="assert" entity-xml-url="component://service/testdef/data/ServiceEcaGlobalEventAssertData.xml"/> </test-case> - + <test-case case-name="service-xml-rpc"> <junit-test-suite class-name="org.apache.ofbiz.service.test.XmlRpcTests"/> </test-case> @@ -76,7 +76,4 @@ under the License. <test-case case-name="load-data-service-permission-tests"> <entity-xml entity-xml-url="component://service/testdef/data/PermissionServiceTestData.xml"/> </test-case> - <test-case case-name="service-permission-tests"> - <junit-test-suite class-name="org.apache.ofbiz.service.test.ServicePermissionTests"/> - </test-case> </test-suite>