aboutcode-org / aboutcode-org/vulnerablecode
NVDImporter not populating affected packages
- Langage dominant
- Python
- Étoiles
- 702
- Forks
- 328
- Merge moyen
- 3 j 8 h
- PR mergées (30 j)
- 3
Description
Import
```bash
(venv) ; ./manage.py import vulnerabilities.importers.nvd.NVDImporter
Importing data using vulnerabilities.importers.nvd.NVDImporter
Successfully imported data using vulnerabilities.importers.nvd.NVDImporter
```
Data
```sql
vulnerablecode> SELECT affected_packages, count(*) FROM vulnerabilities_advisory WHER
E created_by = 'vulnerabilities.importers.nvd.NVDImporter' GROUP BY affected_package
s;
+-------------------+--------+
| affected_packages | count |
|-------------------+--------|
| [] | 213166 |
+-------------------+--------+
SELECT 1
Time: 0.240s
```
Something is wrong
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.