-
Notifications
You must be signed in to change notification settings - Fork 61
Require Maven 3.2.5 #212
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Require Maven 3.2.5 #212
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,17 +35,22 @@ | |
<dependency> | ||
<groupId>org.apache.maven</groupId> | ||
<artifactId>maven-artifact</artifactId> | ||
<version>2.2.1</version> | ||
<version>${maven.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.maven</groupId> | ||
<artifactId>maven-artifact-manager</artifactId> | ||
<version>2.0</version> | ||
<artifactId>maven-core</artifactId> | ||
<version>${maven.version}</version> | ||
</dependency> | ||
<dependency> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical OSS Vulnerability: pkg:maven/org.apache.maven/maven-compat@3.2.53 Critical, 1 Severe, 1 Moderate, 0 Unknown vulnerabilities have been found across 5 dependencies Componentspkg:maven/org.apache.maven/maven-compat@3.2.5CRITICAL Vulnerabilities (1)
pkg:maven/com.google.guava/guava@27.1-jreSEVERE Vulnerabilities (1)
The software creates a temporary file in a directory whose permissions allow unintended actors to determine the file's existence or otherwise access that file.
pkg:maven/org.apache.maven/maven-core@3.2.5CRITICAL Vulnerabilities (1)
pkg:maven/org.apache.maven/maven-settings@3.2.5CRITICAL Vulnerabilities (1)
pkg:maven/org.sonatype.plexus/plexus-cipher@1.4MODERATE Vulnerabilities (1)
The software may use insufficiently random numbers or values in a security context that depends on unpredictable numbers.
(at-me in a reply with Was this a good recommendation? |
||
<groupId>org.apache.maven</groupId> | ||
<artifactId>maven-compat</artifactId> | ||
<version>${maven.version}</version> | ||
</dependency> | ||
<dependency> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical OSS Vulnerability: pkg:maven/org.apache.maven/maven-settings@3.2.51 Critical, 0 Severe, 0 Moderate, 0 Unknown vulnerabilities have been found across 1 dependencies Componentspkg:maven/org.apache.maven/maven-settings@3.2.5CRITICAL Vulnerabilities (1)
(at-me in a reply with Was this a good recommendation? |
||
<groupId>org.apache.maven</groupId> | ||
<artifactId>maven-settings</artifactId> | ||
<version>2.2.1</version> | ||
<version>${maven.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.codehaus.plexus</groupId> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical OSS Vulnerability:
pkg:maven/org.apache.maven/maven-core@3.2.5
2 Critical, 1 Severe, 1 Moderate, 0 Unknown vulnerabilities have been found across 4 dependencies
Components
pkg:maven/com.google.guava/guava@27.1-jre
SEVERE Vulnerabilities (1)
The software creates a temporary file in a directory whose permissions allow unintended actors to determine the file's existence or otherwise access that file.
pkg:maven/org.apache.maven/maven-core@3.2.5
CRITICAL Vulnerabilities (1)
pkg:maven/org.apache.maven/maven-settings@3.2.5
CRITICAL Vulnerabilities (1)
pkg:maven/org.sonatype.plexus/plexus-cipher@1.4
MODERATE Vulnerabilities (1)
The software may use insufficiently random numbers or values in a security context that depends on unpredictable numbers.
(at-me in a reply with
help
orignore
)Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]