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

build: update org.json:json to patched version #850

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Aug 8, 2024

Close: #849

Soy brings org.json:json as a transtivite dependency. Unfortunately, it brings https://ossindex.sonatype.org/component/pkg:maven/org.json/json@20230618 which is affected by a HIGH CVE.

There is no version of soy patched.

I reported an issue: google/closure-templates#2128

This PR forces org.json:json to first patched version.

I have verified with the sonatype scan gradle plugin this PR fixes the issue.

Soy brings `org.json:json` as a transtivite dependency. Unfortunately, it brings https://ossindex.sonatype.org/component/pkg:maven/org.json/json@20230618 which is affected by a HIGH CVE.

There is no version of soy patched.

I reported an issue: google/closure-templates#2128

This PR forces `org.json:json` to first patched version.

I have verified with the sonatype scan gradle plugin this PR fixes the issue:

http://localhost/sergiodelamo.com/blog/2024-08-08-sonatype-scan-gradle-plugin.html
@sdelamo sdelamo requested a review from n0tl3ss August 8, 2024 10:04
Copy link

sonarcloud bot commented Aug 8, 2024

@sdelamo sdelamo added the type: dependency-upgrade Upgrade a dependency label Aug 8, 2024
@sdelamo sdelamo merged commit c929004 into 5.4.x Aug 8, 2024
25 checks passed
@sdelamo sdelamo deleted the upgrade-org-json branch August 8, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

update org.json
2 participants