aboutcode-org / aboutcode-org/vulnerablecode
Remove redundant package-urls from VCIO
- 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ả
Currently, we store duplicated package-urls because of the way they are different structurally but similar when constructed as a purl whole, for example:
1st Scenario:
Purl A-
type-"pypi", namespace- "", name - "foo/bar"
Purl B-
type-"pypi", namespace-"foo", name - "bar"
They are structurally different, but their purl will be identical i.e "pkg:pypi/foo/bar"
2nd Scenario:
https://github.com/nexB/vulnerablecode/wiki/WeeklyMeetings#meeting-on-tuesday-2023-10-24-at-1600-utc discussed here in the weekly meeting
The solution for 2nd scenario was discussed in the weekly meeting, but what should be done for 1st scenario ?
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á.