Skip to content

Commit 2aa0a40

Browse files
committed
Exclude incorrectly reported CVE. This CVE only impacts Express.js versions below 3.21.1. The issue has been reported to Sonatype.
1 parent 590689d commit 2aa0a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

allow-list.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{ "id": "sonatype-2012-0022", "reason": "ExpressJs has no intentions of fixing this `HTTP Splitting Attack`" },
44
{ "id": "CVE-2022-2596", "reason": "Typespec Compiler using node-fetch < 3.2.10" },
55
{ "id": "sonatype-2022-3677", "reason": "Node-fetch - Exposure of Sensitive Information to an Unauthorized Actor" },
6-
{ "id": "sonatype-2021-0078", "reason": "After scanning the code we found that we are not using the impacted Express.js functions" }
6+
{ "id": "sonatype-2021-0078", "reason": "After scanning the code we found that we are not using the impacted Express.js functions" },
7+
{ "id": "CVE-2024-10491", "reason": "This CVE only impacts Express.js up to version 3.12.1 but the Sonatype database incorrectly stamps every version." }
78
]
89
}

0 commit comments

Comments
 (0)