Skip to content
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]: MongoDB.Bson identified as MongoDB #6376

Closed
echalone opened this issue Jan 9, 2024 · 4 comments
Closed

[FP]: MongoDB.Bson identified as MongoDB #6376

echalone opened this issue Jan 9, 2024 · 4 comments

Comments

@echalone
Copy link
Contributor

echalone commented Jan 9, 2024

Package URl

pkg:nuget/MongoDB.Bson@2.22.0

CPE

cpe:2.3:a:mongodb:mongodb:2.22.0:::::::*

CVE

No response

ODC Integration

None

ODC Version

9.0.8

Description

A false positive for the mongodb library (https://github.com/mongodb/mongo) is reported, when in reality it is the MongoDB.Bson NuGet package (https://www.nuget.org/packages/MongoDB.Bson).

Copy link
Contributor

github-actions bot commented Jan 9, 2024

Nuget Coordinates

dotnet add package MongoDB.Bson --version 2.22.0

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6376
   ]]></notes>
   <packageUrl regex="true">^pkg:nuget/MongoDB\.Bson@.*$</packageUrl>
   <cpe>cpe:/a:mongodb:mongodb</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/7459342995

@github-actions github-actions bot added the dotnet label Jan 9, 2024
@BenniG82
Copy link

BenniG82 commented Jan 10, 2024

@echalone
I'm pretty sure this related to #6358
We're facing similar problems because the ecosystem of mongodb:mongodb is (often) not consistent for all CPEs

@aikebah
Copy link
Collaborator

aikebah commented Apr 13, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants