Closed TheoLassonder closed 2 years ago
I'm happy to start a pull request to fix this. It would completely remove excludeVulnerabilityIds
and replace it with excludeCves
.
Looks like that's not quite right: some vulnerabilities reported are non-CVE and thus don't have a CVE associated. So it would be better to keep excludeVulnerabilityIds
exactly as-is, and simply start using the new ids.
Describe the bug Sonatype does not include Vulnerability ids in their OSS Index anymore. See https://ossindex.sonatype.org/updates-notice. This means that any vulnerabilities excluded with the
excludeVulnerabilityIds
are not excluded anymore.To Reproduce Steps to reproduce the behavior:
ossIndexAudit
task on a Gradle file with theexcludeVulnerabilityIds
that previously excluded vulnerabilitiesAdditional context Perhaps a new property should be added, perhaps
excludeCVEs
.