Skip to content

Commit

Permalink
#58 Remove workaround for CVE-2020-8908 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Aug 28, 2023
1 parent 16e18a7 commit 0ee1c8e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 44 deletions.
6 changes: 3 additions & 3 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions doc/changes/changes_2.9.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This adds three small improvements:

* #470: Added three small improvements

## Refactoring

* #58: Removed workaround for CVE-2020-8908

## Dependency Updates

### Project-Keeper Shared Model Classes
Expand Down
11 changes: 0 additions & 11 deletions maven-project-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
</plugin>
<plugin>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
<configuration>
<excludeVulnerabilityIds>
<!-- This issue is fixed in Maven 3.8.1. We need to wait until all developers have upgraded their Maven version.
https://ossindex.sonatype.org/vulnerability/CVE-2021-26291 -->
<exclude>CVE-2021-26291</exclude>
</excludeVulnerabilityIds>
</configuration>
</plugin>
<plugin>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<exclusions>
<!-- excluded since it introduces CVE-2020-8908 -->
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<excludeVulnerabilityIds>
<!-- This issue is fixed in Maven 3.8.1. We need to wait until all developers have upgraded their Maven version.
https://ossindex.sonatype.org/vulnerability/CVE-2021-26291 -->
<exclude>CVE-2021-26291</exclude>
</excludeVulnerabilityIds>
</configuration>
</plugin>
</plugins>
</build>
</project>
11 changes: 0 additions & 11 deletions project-keeper-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
<configuration>
<excludeVulnerabilityIds>
<!-- This issue is fixed in Maven 3.8.1. We need to wait until all developers have upgraded their Maven version.
https://ossindex.sonatype.org/vulnerability/CVE-2021-26291 -->
<exclude>CVE-2021-26291</exclude>
</excludeVulnerabilityIds>
</configuration>
</plugin>
<plugin>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>
Expand Down

0 comments on commit 0ee1c8e

Please sign in to comment.