You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a description of the : sub ecosystems and how we export all sub
ecosystems in one grouped ecosystem. Feel free to reword because I'm not
sure I described this very well.
---------
Co-authored-by: Oliver Chang <[email protected]>
Copy file name to clipboardExpand all lines: docs/data.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ E.g. for PyPI vulnerabilities:
104
104
gsutil cp gs://osv-vulnerabilities/PyPI/all.zip .
105
105
```
106
106
107
+
Some ecosystems contain a `:` separator in the name (e.g. `Alpine:v3.17`). For these ecosystems, the data dump will always contain an ecosystem directory without the `:.*` suffix (e.g. `Alpine`). This will contain all the advisories of the ecosystem with the same prefix (e.g. All `Alpine:.*`).
0 commit comments