Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions osv/ecosystems/_ecosystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'CRAN': CRAN,
'crates.io': SemverEcosystem,
'Debian': Debian,
'Docker Hardened Images': SemverEcosystem,
'Echo': DPKG,
'GHC': GHC,
'Go': SemverEcosystem,
Expand Down
2 changes: 2 additions & 0 deletions osv/purl_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
EcosystemPURL('deb', 'echo'),
'Debian':
EcosystemPURL('deb', 'debian'),
'Docker Hardened Images':
EcosystemPURL('dhi', None),
# GHC
# GIT
# GitHub Actions
Expand Down
Loading