aboutcode-org / aboutcode-org/scancode.io

Handle identified JAR Packages from `pkg:osgi/` and `pkg:jar/` to `pkg:maven/`

Đang mở
#1,456 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
215
Fork
203
Merge trung bình
4 ngày 8 giờ
Pull request đã merge (30 ngày)
6

Mô tả

Certain jar packages are identified as `pkg:osgi/` or `pkg:jar/` instead of `pkg:maven/`.

For example:

* purl: pkg:osgi/org.eclipse.sisu.plexus@0.3.5
name: org.eclipse.sisu.plexus-0.3.5.jar
download_url: https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar

* purl: pkg:jar/spring-aop@6.0.18
name: spring-aop-6.0.18.jar
download_url: https://repo1.maven.org/maven2/org/springframework/spring-aop/6.0.18/spring-aop-6.0.18.jar

This discrepancy may arise because these jars lack a pom.xml file.
However, from the VCIO perspective, the purl should be converted to `pkg:maven/`
i.e.
```
pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.5
pkg:maven/org.springframework/spring-aop@6.0.18
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.