Skip to content

Commit 8bc8be7

Browse files
authored
CVE-2020-17521 Information Disclosure in Apache Groovy (#129)
1 parent f23d672 commit 8bc8be7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

script/groovy/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
~ with the fields enclosed by brackets [] replaced by
2222
~ your own identifying information:
2323
~ "Portions Copyrighted [year] [name of copyright owner]"
24+
~
25+
~ Portions Copyrighted 2018-2024 3A Systems, LLC
2426
-->
2527
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2628
<modelVersion>4.0.0</modelVersion>
@@ -57,7 +59,6 @@
5759
<dependency>
5860
<groupId>org.codehaus.groovy</groupId>
5961
<artifactId>groovy-all</artifactId>
60-
<version>2.4.21</version>
6162
</dependency>
6263

6364
<!-- Provided Dependencies -->

script/javascript/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
~ with the fields enclosed by brackets [] replaced by
2222
~ your own identifying information:
2323
~ "Portions Copyrighted [year] [name of copyright owner]"
24+
~
25+
~ Portions Copyrighted 2018-2024 3A Systems, LLC
2426
-->
2527
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2628
<modelVersion>4.0.0</modelVersion>
@@ -103,7 +105,6 @@
103105
<dependency>
104106
<groupId>org.codehaus.groovy</groupId>
105107
<artifactId>groovy-all</artifactId>
106-
<version>2.4.20</version>
107108
<scope>test</scope>
108109
</dependency>
109110

0 commit comments

Comments
 (0)