-
Notifications
You must be signed in to change notification settings - Fork 7
SCA PR #3
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
base: main
Are you sure you want to change the base?
Conversation
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.
Prisma Cloud has found errors in this PR ⬇️
|
|
||
| compile "com.google.guava:guava:11.0.2" | ||
|
|
||
| testCompile "junit:junit:4.8.2" |
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.
junit:junit 4.8.2 / build.gradle
Total vulnerabilities: 1
| Critical: 0 | High: 0 | Medium: 1 | Low: 0 |
|---|
| Vulnerability ID | Severity | CVSS | Fixed in | Status |
|---|---|---|---|---|
| CVE-2020-15250 | 4.4 | 4.13.1 |
Open |
|
|
||
| ext.hadoopVersion = "2.0.0-mr1-cdh4.0.1" | ||
| dependencies { | ||
| provided "org.apache.hadoop:hadoop-client:${hadoopVersion}" |
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.
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 ID | Severity | CVSS | Fixed in | Status |
|---|---|---|---|---|
| CVE-2017-3162 | 7.3 | 2.7.0 |
Open | |
| CVE-2017-3161 | 6.1 | 2.7.0 |
Open |
| dependencies { | ||
| provided "org.apache.hadoop:hadoop-client:${hadoopVersion}" | ||
|
|
||
| compile "com.google.guava:guava:11.0.2" |
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.
com.google.guava:guava 11.0.2 / build.gradle
Total vulnerabilities: 3
| Critical: 0 | High: 1 | Medium: 1 | Low: 1 |
|---|
| Vulnerability ID | Severity | CVSS | Fixed in | Status |
|---|---|---|---|---|
| CVE-2023-2976 | 7.1 | 32.0.0 |
Open | |
| CVE-2018-10237 | 5.9 | 24.1.1 |
Open | |
| CVE-2020-8908 | 3.3 | 32.0.0 |
Open |
| @@ -0,0 +1,45 @@ | |||
| apply plugin: "java" | |||
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.
|
|
||
| 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
| 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
| 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
| 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
|
|
||
| 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
|
|
||
| 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
|
|
||
| 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
No description provided.