We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0d706 commit 27f35ceCopy full SHA for 27f35ce
advisor/src/main/kotlin/advisors/Osv.kt
@@ -154,6 +154,7 @@ private fun createRequest(pkg: Package): VulnerabilitiesForPackageRequest? {
154
155
if (name.isNotBlank() && pkg.id.version.isNotBlank() && !ecosystem.isNullOrBlank()) {
156
return VulnerabilitiesForPackageRequest(
157
+ // Do not specify the purl here as it is mutually exclusive with the ecosystem.
158
pkg = org.ossreviewtoolkit.clients.osv.Package(
159
name = name,
160
ecosystem = ecosystem
0 commit comments