aboutcode-org / aboutcode-org/vulnerablecode
Advisories created by alpine importer contain no version information
Đang mở
bug
data-quality
import-improver-migration
- 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ả
After https://github.com/nexB/vulnerablecode/pull/436, the Advisory creation by alpine importer looks like
```py
advisories.append(
Advisory(
summary="",
references=references,
vulnerability_id=vuln_ids[0] if is_cve(vuln_ids[0]) else "",
)
)
```
This does not contain any version information (vuln, affected) at all.
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á.