Compare commits

...
Author SHA1 Message Date
pmm a84410ae98 Merge remote-tracking branch 'origin/fix/PRODSEC-9150-snappy-vulnerability' into fix/PRODSEC-9150-snappy-vulnerability 2024-06-17 14:26:57 +05:30
pmm f7e940c25e [PRODSEC-9150] fix for snappy vulnerability 2024-06-17 14:26:05 +05:30
purusothaman-mm 459e3f1424 Fix/prodsec 8957 spring context vulnerability (#674)
* [PRODSEC-8957] fix for spring-context

* [PRODSEC-8957] fix for spring-context

* [PRODSEC-8957] fix for spring-context

* [PRODSEC-8957] fix for spring-context
2024-06-17 11:16:44 +05:30
pmm a5bf649afb [PRODSEC-9150] fix for snappy vulnerability 2024-06-17 10:41:50 +05:30
purusothaman-mm a879ad83c9 [PRODSEC-9063] fix for maven-shared-utils (#672) 2024-06-13 15:40:20 +05:30
purusothaman-mm 928f99336e [PRODSEC-8961] fix for commons-net vulnerability (#671) 2024-06-12 18:15:21 +05:30
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.17.RELEASE</version>
<version>5.3.37</version>
</dependency>
<!-- Access to JUnit runner classes -->
+13 -2
View File
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>3.1.1</version>
<version>3.6.0</version>
<exclusions>
<exclusion>
<artifactId>maven-core</artifactId>
@@ -93,6 +93,17 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.9.2</version>
<exclusions>
<exclusion>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -112,7 +123,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>