This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 1c93a26  Fixed: post-auth Remote Code Execution Vulnerability 
(OFBIZ-12332)
1c93a26 is described below

commit 1c93a26ccc62bc41f2b062ec93fe8eead70d1e43
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>

Reply via email to