The python root does not reference it's dependencies which cause a failure in drawing a tree. #1474
MohammedAziz02
started this conversation in
General
Replies: 1 comment 3 replies
-
Is it just a project with requirements text files without pyproject.toml? There isn't much information about the parent component, so there might be some missing logic. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using cdxgen to generate the SBOM for python project, but it's seems that the root project does not reference it's dependencies, here is an example, I create a sample python project with the requirements.txt file that contains only one library, then I run the command cdxgen -t python --spec-version 1.4 project-name "accelerated-project", as we can see here, the pkg:pypi/accelerated-project@latest does not reference anything in the dependencies, which cause an issue in displaying a tree. @prabhu could you please help, is this is a bug ?
Beta Was this translation helpful? Give feedback.
All reactions