-
-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Introduce "primary package" vs. "embedded- or sub-packages" #2418
Comments
A few thoughts on design:
|
We do not have such concept yet and this requires further design. |
Related: aboutcode-org/purldb#163 |
16 tasks
As an example here is an uberjar: https://repo1.maven.org/maven2/org/apache/htrace/htrace-core4/4.2.0-incubating/htrace-core4-4.2.0-incubating.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short Description
In the same way we have dependencies, we often have:
We should have a heuristic to report one of these has primary and the other as sub/embedded packages.
This would likely be done in a post-scan step.
Data-wise this could be a list of Package URL similar to what we have for dependencies.
Select Category
The text was updated successfully, but these errors were encountered: