Skip to content

Commit 19c89ff

Browse files
committed
feat(Osv): Handle Conan packages
This relates to #6536. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent f7d6a31 commit 19c89ff

File tree

1 file changed

+1
-0
lines changed
  • advisor/src/main/kotlin/advisors

1 file changed

+1
-0
lines changed

advisor/src/main/kotlin/advisors/Osv.kt

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ private fun createRequest(pkg: Package): VulnerabilitiesForPackageRequest? {
141141
val ecosystem = when (pkg.id.type) {
142142
"Bower" -> null
143143
"Composer" -> Ecosystem.PACKAGIST
144+
"Conan" -> Ecosystem.CONAN_CENTER
144145
"Crate" -> Ecosystem.CRATES_IO
145146
"Gem" -> Ecosystem.RUBY_GEMS
146147
"Go" -> Ecosystem.GO

0 commit comments

Comments
 (0)