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.
The report only allows to generate suppressions snippets for
packageUrl. However for shaded dependencies thefilePathis more relevant.For example with
pkg:maven/com.github.jknack/handlebars@4.3.1I see the following report/handlebars-4.3.1.jar/META-INF/maven/org.apache.commons/commons-lang3/pom.xmlpkg:maven/org.apache.commons/commons-lang3@3.12.0cpe:2.3:a:apache:commons_lang:3.12.0:*:*:*:*:*:*:*However I can only generate suppressions by package url and cpe or CVE. Would be nice to expose a button to also suppress by
filePathfor shaded dependencies.