-
Notifications
You must be signed in to change notification settings - Fork 724
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
[PPP-4582] Use of Vulnerable Component: Components/oauth_client_library_for_java #5676
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ry_for_java Remove unused plugins with vulnerabilities from assembly: - pentaho-googledrive-vfs - pdi-google-analytics-plugin
|
Note:Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system. |
✅ Build finished in 13m 52sBuild command: mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl \
assemblies/pentaho-solutions ❗ No tests found!ℹ️ This is an automatic message |
singletonc
pushed a commit
to singletonc/pentaho-hadoop-shims
that referenced
this pull request
Sep 10, 2024
…ry_for_java PR Set for https://hv-eng.atlassian.net/browse/PPP-4582: - pentaho/pdi-plugins-ee#1290 - pentaho/pentaho-platform#5676 - Updated the gcs-connector versions to 3.0.2 where possible; it doesn't include gooogle-oauth-client at all. - I had to add gcsio for apache driver so that it can be used in GcsConf for import com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem; Dataproc1421 is stuck on Hadoop 2, so, we have to go with hadoop2-2.2.24 version, which has vulnerabilities pertaining to Hadoop 2. All remaining instances of google oauth (including that from gcs-connector:jar:hadoop2-2.2.24 → google-oauth-client:jar:1.34.1) are now on 1.33.3+, whose indirect vulnerabilities pertain to guava, which is managed in its own dependency block. - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908 I didn't see guava being pulled in on oauth anywhere, but I have excluded it in related, gateway-cloud-bindings dependencies to be sure that oauth doesn't pull it in and it is only ever intentionally added by us elsewhere.
NJtwentyone
approved these changes
Sep 13, 2024
rmansoor
approved these changes
Sep 17, 2024
singletonc
pushed a commit
to singletonc/pentaho-hadoop-shims
that referenced
this pull request
Oct 8, 2024
…ry_for_java PR Set for https://hv-eng.atlassian.net/browse/PPP-4582: - pentaho/pdi-plugins-ee#1290 - pentaho/pentaho-platform#5676 - Updated the gcs-connector versions to 3.0.2 where possible; it doesn't include gooogle-oauth-client at all. - I had to add gcsio for apache driver so that it can be used in GcsConf for import com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem; Dataproc1421 is stuck on Hadoop 2, so, we have to go with hadoop2-2.2.24 version, which has vulnerabilities pertaining to Hadoop 2. All remaining instances of google oauth (including that from gcs-connector:jar:hadoop2-2.2.24 → google-oauth-client:jar:1.34.1) are now on 1.33.3+, whose indirect vulnerabilities pertain to guava, which is managed in its own dependency block. - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908 I didn't see guava being pulled in on oauth anywhere, but I have excluded it in related, gateway-cloud-bindings dependencies to be sure that oauth doesn't pull it in and it is only ever intentionally added by us elsewhere.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Set for https://hv-eng.atlassian.net/browse/PPP-4582:
Remove unused plugins with vulnerabilities from assembly: