Skip to content

Commit

Permalink
Suppress false positive CVE-2024-21907 (#111)
Browse files Browse the repository at this point in the history
Suppress low confidence erroneous match of Newtonsoft.Json.Schema.dll to CVE for Newtonsoft.Json.  The Newtonsoft.Json upgrade was done in #103
  • Loading branch information
bingenito authored Feb 8, 2024
1 parent 5081c26 commit 135aaf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cve/allow-list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@
]]></notes>
<cpe>cpe:/a:morgan_project:morgan</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: Newtonsoft.Json.Schema.dll
]]></notes>
<packageUrl regex="true">^pkg:generic/Newtonsoft\.Json\.Schema@.*$</packageUrl>
<cve>CVE-2024-21907</cve>
</suppress>
</suppressions>

0 comments on commit 135aaf6

Please sign in to comment.