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 a6d0c36d54 Fixed: [CVE-2023-34478] Apache Shiro, before 1.12.0, is susceptible to a path traversal attack (OFBIZ-12839) a6d0c36d54 is described below commit a6d0c36d54417e4a0219b4ae7109b60930db5c2c Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Jul 22 19:30:36 2023 +0200 Fixed: [CVE-2023-34478] Apache Shiro, before 1.12.0, is susceptible to a path traversal attack (OFBIZ-12839) See https://lists.apache.org/thread/jowcs5nd4tz5fxwl1mqkqnvyrwwx59qo for details --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b00d066b53..27ba69e8f6 100644 --- a/build.gradle +++ b/build.gradle @@ -205,7 +205,7 @@ dependencies { compile 'org.apache.logging.log4j:log4j-web:2.17.2' //??? compile 'org.apache.poi:poi:3.17' compile 'org.apache.pdfbox:pdfbox:2.0.24' - compile 'org.apache.shiro:shiro-core:1.4.0' + compile 'org.apache.shiro:shiro-core:1.12.0' compile 'org.apache.sshd:sshd-core:1.7.0' compile 'org.apache.tika:tika-core:1.28.4' compile 'org.apache.tika:tika-parsers:1.28.4'