ossf / malicious-packages

A repository of reports of malicious packages identified in Open Source package repositories, consumable via the Open Source Vulnerability (OSV) format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix withdrawn parsing by moving ./malicious and ./withdrawn under a common directory

calebbrown opened this issue · comments

OSV can't point at two paths for a single datasource.

This means that ./malicious and ./withdrawn can't both be parsed without also collecting all the Yaml and JSON files across the rest of the repository.

To solve this issue we can move both paths under a common directory that only contains OSV. e.g. ./osv or ./reports.

This would look like ./osv/malicious and ./osv/withdrawn.