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]: Dapper 2.1.35 and sqllite CVE-2017-10989 #6894

Closed
suchat-si opened this issue Aug 14, 2024 · 2 comments
Closed

[FP]: Dapper 2.1.35 and sqllite CVE-2017-10989 #6894

suchat-si opened this issue Aug 14, 2024 · 2 comments

Comments

@suchat-si
Copy link

Package URl

pkg:nuget/[email protected]

CPE

cpe:2.3:a:sqlite:sqlite:::::::: versions up to (including) 3.19.3

CVE

CVE-2017-10989

ODC Integration

None

ODC Version

9.2.0

Description

I use Dapper 2.1.35 in project to connect SQL and depencycheck report raise critical with CVE-2017-10989.
In CVE detail I think that refer about only sqlite database issue. ( refer : https://security-tracker.debian.org/tracker/CVE-2017-10989 )
If we juse use Dapper like a database provider I think vulnerability of database should not raise on database provider or not?

Copy link
Contributor

Nuget Coordinates

dotnet add package Dapper --version 2.1.35

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6894
   ]]></notes>
   <packageUrl regex="true">^pkg:nuget/Dapper@.*$</packageUrl>
   <cpe>cpe:/a:sqlite:sqlite</cpe>
</suppress>

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

@aikebah
Copy link
Collaborator

aikebah commented Aug 14, 2024

ODC 9.2.0 is outdated and unsupported. Please upgrade.

@aikebah aikebah closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 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

2 participants