Skip to content

Provide a way to fetch lists of all vulnerable CPEs and PURLs #929

@tdruez

Description

@tdruez

Add extra actions on the packages and cpes API endpoint that would return a single list of all vulnerable PURLs and CPEs.

For examples:

GET /api/packages/all/

[
  "purl1",
  "purl2",
  "purl3",
  ...
]
GET /api/cpes/all/

[
  "cpe1",
  "cpe2",
  "cpe3",
  ...
]

Make sure to not include PURLs nor CPEs that are not vulnerable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions