Skip to content

Commit

Permalink
CVE-2022-45688 Ignore false possitive
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Mar 27, 2023
1 parent d49f8fc commit a064eb9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ext {
slf4jVersion = "1.7.36"
logbackVersion = "1.2.11"
hk2Version = "3.0.2"
jacksonVersion = "2.14.1";
jacksonDatabindVersion = "2.14.1";
jacksonVersion = "2.14.2"
jacksonDatabindVersion = "2.14.2"
}

allprojects {
Expand Down
21 changes: 21 additions & 0 deletions cvss-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,25 @@
]]></notes>
<cve>CVE-2021-4277</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jakarta.json-2.0.1-module.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish/jakarta\.json@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jsonp-jaxrs-2.0.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish/jsonp-jaxrs@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jakarta.json-api-2.0.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/jakarta\.json/jakarta\.json-api@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>
</suppressions>

0 comments on commit a064eb9

Please sign in to comment.