aboutcode-org / aboutcode-org/scancode.io

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

未關閉
#1,456 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
215
分支
203
平均合併
4 天 8 小時
30 天內合併 PR
6

描述

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
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。