aboutcode-org / aboutcode-org/vulnerablecode

NVDImporter not populating affected packages

オープン
#1,194 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
702
フォーク
328
平均マージ
3日 8時間
マージ済み PR(30日)
3

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。