Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 337 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 337 Bytes

Datasets

DS1

The original.

Create it:

rm ds1.zip
pushd ds1
zip -r ../ds1.zip .
popd

DS2

An OSV based example for generating dumps. Used in combination with cargo xtask generate-dump

DS3

A variant of DS1, including the corresponding CVE files.

rm ds3.zip
pushd ds3
zip -r ../ds3.zip .
popd