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

[owasp] Suppress MariaDB false positives #15243

Merged
merged 2 commits into from Apr 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/owasp-dependency-check-false-positives.xml
Expand Up @@ -134,4 +134,24 @@
<cve>CVE-2021-23214</cve>
</suppress>


<!-- MariaDB client is being confused with MariaDB server-->
<suppress>
<notes><![CDATA[
file name: mariadb-java-client-2.7.5.jar
]]></notes>
<sha1>9dd29797ecabe7d2e7fa892ec6713a5552cfcc59</sha1>
<cve>CVE-2022-27376</cve>
<cve>CVE-2022-27377</cve>
<cve>CVE-2022-27378</cve>
<cve>CVE-2022-27379</cve>
<cve>CVE-2022-27380</cve>
<cve>CVE-2022-27381</cve>
<cve>CVE-2022-27382</cve>
<cve>CVE-2022-27383</cve>
<cve>CVE-2022-27384</cve>
<cve>CVE-2022-27385</cve>
<cve>CVE-2022-27386</cve>
<cve>CVE-2022-27387</cve>
</suppress>
</suppressions>