aboutcode-org / aboutcode-org/vulnerablecode

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

Aperta
#929 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
API
Lingua principale
Python
Stelle
702
Fork
328
Merge medio
3g 8h
PR unite (30g)
3

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.