aboutcode-org / aboutcode-org/vulnerablecode

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

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

説明

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.

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

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

評価

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

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

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