You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The project depends on
org.json:json:20230618
. That version has a high scored vulnerability.The text was updated successfully, but these errors were encountered: