Skip to content

Commit 866b5a9

Browse files
authored
Merge pull request #268 from bingenito/cve-allow-list-updates
fix: update CVE suppression allow-list for JsonPointer.Net false positive
2 parents bff4ece + 6aa6a25 commit 866b5a9

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

.cve/allow-list.xml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,17 @@
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
33
<suppress>
44
<notes><![CDATA[
5-
file name: Finos.Fdc3.NewtonsoftJson.Tests.csproj
6-
]]></notes>
7-
<cve>CVE-2022-25921</cve>
8-
</suppress>
9-
<suppress>
10-
<notes><![CDATA[
11-
file name: Finos.Fdc3.NewtonsoftJson.csproj
12-
]]></notes>
13-
<cve>CVE-2022-25921</cve>
14-
</suppress>
15-
<suppress>
16-
<notes><![CDATA[
17-
file name: Finos.Fdc3.NewtonsoftJson.Tests.csproj
5+
False positive: Newtonsoft.Json is incorrectly matched to the npm json package CPE.
186
]]></notes>
197
<cpe>cpe:/a:json_project:json</cpe>
208
</suppress>
219
<suppress>
2210
<notes><![CDATA[
23-
file name: Finos.Fdc3.NewtonsoftJson.Tests.csproj
24-
]]></notes>
25-
<cpe>cpe:/a:morgan-json_project:morgan-json</cpe>
26-
</suppress>
27-
<suppress>
28-
<notes><![CDATA[
29-
file name: Finos.Fdc3.NewtonsoftJson.Tests.csproj
11+
False positive: CVE-2022-4742 is a prototype pollution vulnerability in the npm
12+
json-pointer package (manuelstofer/json-pointer). JsonPointer.Net is an unrelated
13+
.NET library (gregsdennis/json-everything) incorrectly matched by CPE analysis.
3014
]]></notes>
31-
<cpe>cpe:/a:morgan_project:morgan</cpe>
15+
<filePath regex="true">.*\bJsonPointer\.Net\.dll</filePath>
16+
<cve>CVE-2022-4742</cve>
3217
</suppress>
3318
</suppressions>

0 commit comments

Comments
 (0)