Skip to content

Commit 67b4d8b

Browse files
authored
fix: add vscode ecosystem and kubernetes (#4393)
1 parent 69c5627 commit 67b4d8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osv/ecosystems/_ecosystems.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .pypi import PyPI
2929
from .redhat import RPM
3030
from .rubygems import RubyGems
31-
from .semver_ecosystem_helper import SemverEcosystem
31+
from .semver_ecosystem_helper import SemverEcosystem, SemverLike
3232
from .ubuntu import Ubuntu
3333

3434
_ecosystems = {
@@ -64,6 +64,7 @@
6464
'SUSE': RPM,
6565
'SwiftURL': SemverEcosystem,
6666
'Ubuntu': Ubuntu,
67+
'VSCode': SemverLike,
6768
'Wolfi': APK,
6869

6970
# Ecosystems known in the schema, but without implementations.
@@ -72,6 +73,7 @@
7273
'ConanCenter': None,
7374
'GIT': None,
7475
'GitHub Actions': None,
76+
'Kubernetes': None,
7577
'Linux': None,
7678
'OSS-Fuzz': None,
7779
'Photon OS': None,

0 commit comments

Comments
 (0)