Skip to content

Commit

Permalink
Manually prepared filter for FP suppression resolving issue #7226
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah committed Dec 8, 2024
1 parent 0002942 commit 1919ed4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion generatedSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2041,4 +2041,13 @@ only pkg:maven/org.clojure:clojure@.* is the CPE cpe:/a:clojure:clojure
]]></notes>
<packageUrl regex="true">^pkg:maven/cd\.go\.plugin\.base/gocd-plugin-base@.*$</packageUrl>
<cpe>cpe:/a:thoughtworks:gocd</cpe>
</suppress>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #7226
NPM node-windows sudowin sudo.exe binary is not Linux sudo project, but https://github.com/akutz/sudowin
]]></notes>
<filePath regex="true">.*/node-windows/bin/sudowin/sudo.exe</filePath>
<cpe>cpe:/a:sudo:sudo</cpe>
<cpe>cpe:/a:sudo_project:sudo</cpe>
</suppress>

0 comments on commit 1919ed4

Please sign in to comment.