aboutcode-org / aboutcode-org/vulnerablecode
Provide a way to fetch lists of all vulnerable CPEs and PURLs
Đang mở
API
- Ngôn ngữ chính
- Python
- Star
- 702
- Fork
- 328
- Merge trung bình
- 3 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.