commit empty advisories dir

This commit is contained in:
Nemo 2023-03-01 19:42:04 +05:30
parent b3b5c510ec
commit d8b9e6c106
3 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ republishes the advisories in the OSV format, and syncs them against the
- [x] Automatic Update
- [ ] Automatic Sync (to GSD)
- [ ] Schema: Provide `credits`
- [ ] Schema: Provide impacted packages
- [x] Schema: Provide impacted packages
- [ ] Schema: Provide all impacted packages, with version number that fixes the issue.
- [ ] Schema: Provide summary/details/severity
- [ ] Schema: Provide SHA256 hashes under database_specific
## License
Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details.

0
advisories/.gitkeep Normal file
View File

View File

@ -89,7 +89,7 @@ def merge_advisories(advisory_file, data):
current['related'].extend(data['related'])
# Make sure no CVE references are duplicated
current['references'] = list(set(current['references']))
current['related'] = list(set(current['related']))
# Pick the earlier published date
# and the later modified date