Skip to content

Conversation

@jmagee70
Copy link

@jmagee70 jmagee70 commented Feb 6, 2024

No description provided.

Copy link

@prisma-cloud-devsecops prisma-cloud-devsecops bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma Cloud has found errors in this PR ⬇️


compile "com.google.guava:guava:11.0.2"

testCompile "junit:junit:4.8.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

junit:junit 4.8.2 / build.gradle

Total vulnerabilities: 1

Critical: 0 High: 0 Medium: 1 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2020-15250 MEDIUM MEDIUM 4.4 4.13.1 Open


ext.hadoopVersion = "2.0.0-mr1-cdh4.0.1"
dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

org.apache.hadoop:hadoop-client 2.0.0-mr1-cdh4.0.1 / build.gradle

Total vulnerabilities: 2

Critical: 0 High: 1 Medium: 1 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2017-3162 HIGH HIGH 7.3 2.7.0 Open
CVE-2017-3161 MEDIUM MEDIUM 6.1 2.7.0 Open

dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

compile "com.google.guava:guava:11.0.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

com.google.guava:guava 11.0.2 / build.gradle

Total vulnerabilities: 3

Critical: 0 High: 1 Medium: 1 Low: 1
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2023-2976 HIGH HIGH 7.1 32.0.0 Open
CVE-2018-10237 MEDIUM MEDIUM 5.9 24.1.1 Open
CVE-2020-8908 LOW LOW 3.3 32.0.0 Open

@@ -0,0 +1,45 @@
apply plugin: "java"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

junit:junit 4.8.2 / build.gradle

LOW  Unknown License (Common Public License Version 1.0)

This package use a non-SPDX, unrecognized, or private open-source license. Ensure this package is compliant.


compile "com.google.guava:guava:11.0.2"

testCompile "junit:junit:4.8.2"

Check notice

Code scanning / checkov

License Common Public License Version 1.0 - junit:junit: 4.8.2

License Common Public License Version 1.0 - junit:junit: 4.8.2
dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

compile "com.google.guava:guava:11.0.2"

Check failure

Code scanning / checkov

CVE-2023-2976 - com.google.guava:guava: 11.0.2

CVE-2023-2976 - com.google.guava:guava: 11.0.2
dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

compile "com.google.guava:guava:11.0.2"

Check warning

Code scanning / checkov

CVE-2018-10237 - com.google.guava:guava: 11.0.2

CVE-2018-10237 - com.google.guava:guava: 11.0.2
dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

compile "com.google.guava:guava:11.0.2"

Check notice

Code scanning / checkov

CVE-2020-8908 - com.google.guava:guava: 11.0.2

CVE-2020-8908 - com.google.guava:guava: 11.0.2

compile "com.google.guava:guava:11.0.2"

testCompile "junit:junit:4.8.2"

Check warning

Code scanning / checkov

CVE-2020-15250 - junit:junit: 4.8.2

CVE-2020-15250 - junit:junit: 4.8.2

ext.hadoopVersion = "2.0.0-mr1-cdh4.0.1"
dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

Check warning

Code scanning / checkov

CVE-2017-3161 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1

CVE-2017-3161 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1

ext.hadoopVersion = "2.0.0-mr1-cdh4.0.1"
dependencies {
provided "org.apache.hadoop:hadoop-client:${hadoopVersion}"

Check failure

Code scanning / checkov

CVE-2017-3162 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1

CVE-2017-3162 - org.apache.hadoop:hadoop-client: 2.0.0-mr1-cdh4.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants