Skip to content

Commit

Permalink
Merge pull request #81 from maddie480/dependabot/maven/org.json-json-…
Browse files Browse the repository at this point in the history
…20231013

Bump org.json:json from 20230618 to 20231013
  • Loading branch information
maddie480 authored Oct 15, 2023
2 parents f63c36c + cc06316 commit fae74a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@
<packageUrl regex="true">^pkg:maven/org\.json/json@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes><![CDATA[
This CVE affects all versions of JSON-java up to and excluding 20230618... and the project depends on a higher version
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.json/json@.*$</packageUrl>
<cve>CVE-2023-5072</cve>
</suppress>
</suppressions>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
<version>20231013</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.sejda.imageio/webp-imageio -->
Expand Down

0 comments on commit fae74a0

Please sign in to comment.