Skip to content

NVDImporter not populating affected packages #1194

Description

@Hritik14

Import

(venv) ; ./manage.py import vulnerabilities.importers.nvd.NVDImporter

Importing data using vulnerabilities.importers.nvd.NVDImporter
Successfully imported data using vulnerabilities.importers.nvd.NVDImporter

Data

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions