aboutcode-org / aboutcode-org/vulnerablecode

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

未關閉
#929 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
API
主要語言
Python
星號
702
分支
328
平均合併
3 天 8 小時
30 天內合併 PR
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 摘要。