-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FP]: pkg:npm/[email protected] #6300
Comments
Npm Coordinates npm -i [email protected] Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #6300
]]></notes>
<packageUrl regex="true">^pkg:npm/mongodb@.*$</packageUrl>
<cpe>cpe:/a:mongodb:mongodb</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/7209083854 |
Npm Coordinates npm -i [email protected] Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #6300
]]></notes>
<packageUrl regex="true">^pkg:npm/mongodb@.*$</packageUrl>
<cpe>cpe:/a:mongodb:mongodb</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/7212097877 |
Something buggy going on with the ecosystem. v8.4.3: All mongodb:mongodb CPE entries are linked to ecosystem native |
Promoting from FP report to bug |
CPEs for 9.x:
CPEs for 8.4.3:
|
Package URl
pkg:npm/[email protected]
CPE
cpe:2.3:a:mongodb:mongodb:5.9.2:*:*:*:*:*:*:*
CVE
CVE-2014-8180
ODC Integration
{"label"=>"Gradle Plugin"}
ODC Version
9.0.5
Description
Dependency Check pulls out the extremely old CVE-2014-8180 (which seems to be applicable to running mongod on some RedHat) and matches it to the mongodb driver for Node.js. Not sure, what exactly has changed, but the NVD website doesn't report any recent change on the entry (last change in 2017). The CVE has not been reported before, i.e., in particular with NVD data feed. Also, it's not always being reported but only occasionally, so behavior seems somewhat non-deterministic.
Is it something which can be suppressed globally or do we have to do it locally?
The text was updated successfully, but these errors were encountered: