Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Update maven prerequisite before 5.1.0 release #728

Merged
merged 3 commits into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
the repository.</description>
<url>https://github.com/chains-project/maven-lockfile</url>
<prerequisites>
<maven>${mavenVersion}</maven>
<maven>3.2.5</maven>
</prerequisites>
<properties>
<mavenVersion>3.9.6</mavenVersion>
Expand Down Expand Up @@ -64,7 +64,7 @@
<artifactId>maven-resolver-api</artifactId>
<version>1.9.19</version>
</dependency>
<dependency>

Check failure on line 67 in maven_plugin/pom.xml

View workflow job for this annotation

GitHub Actions / qodana

Vulnerable declared dependency

Provides transitive vulnerable dependency maven:org.codehaus.plexus:plexus-archiver:2.2 * [CVE-2018-1002200](https://devhub.checkmarx.com/cve-details/CVE-2018-1002200?utm_source=jetbrains&utm_medium=referral) 5.5 Improper Limitation of a Pathname to a Restricted Directory ("Path Traversal") vulnerability with Medium severity found * [CVE-2023-37460](https://devhub.checkmarx.com/cve-details/CVE-2023-37460?utm_source=jetbrains&utm_medium=referral) 9.8 UNIX Symbolic Link (Symlink) Following vulnerability with High severity found Results powered by [Checkmarx](https://checkmarx.com)(c)
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>3.3.0</version>
Expand Down
Loading