You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use sbom-tool v3 to scan a simple python project with requirements.txt containing:
Flask
Flask-MySQL
the relationship graph looks like this:
I expect Flask as a direct package, but actually it's also a dependency of Flask-MySQL. With this relationship graph, we can't detect the correct direct components.
The text was updated successfully, but these errors were encountered:
When I use sbom-tool v3 to scan a simple python project with requirements.txt containing:
the relationship graph looks like this:
I expect Flask as a direct package, but actually it's also a dependency of Flask-MySQL. With this relationship graph, we can't detect the correct direct components.
The text was updated successfully, but these errors were encountered: