-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
The report only allows to generate suppressions snippets for packageUrl. However for shaded dependencies the filePath is more relevant.
For example with pkg:maven/com.github.jknack/handlebars@4.3.1 I see the following report
- Title: handlebars-4.3.1.jar (shaded: org.apache.commons:commons-lang3:3.12.0)
- File Path:
/handlebars-4.3.1.jar/META-INF/maven/org.apache.commons/commons-lang3/pom.xml - Package URL:
pkg:maven/org.apache.commons/commons-lang3@3.12.0 cpe:2.3:a:apache:commons_lang:3.12.0:*:*:*:*:*:*:*- CVE: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2025-48924
However I can only generate suppressions by package url and cpe or CVE. Would be nice to expose a button to also suppress by filePath for shaded dependencies.
Reactions are currently unavailable