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
What happened:
Syft fails to read and process components listed in requirements.txt if the component names contain dots ("."). This leads to incomplete dependency analysis and compliance issue.
What you expected to happen: Ideally it should read all the dependencies from requirements.txt.
Steps to reproduce the issue: Create a requirements.txt using below dependencies and run the syft tool, you will observe that those components wont be there in output.
zope.event==5.0
zope.interface==6.4.post2
Anything else we need to know?: Using command - Syft scan dir:. --scope AllLayers -o json> ./Syft-output.json
Environment:
Windows, running syft on command line
The text was updated successfully, but these errors were encountered:
What happened:
Syft fails to read and process components listed in requirements.txt if the component names contain dots ("."). This leads to incomplete dependency analysis and compliance issue.
What you expected to happen: Ideally it should read all the dependencies from requirements.txt.
Steps to reproduce the issue: Create a requirements.txt using below dependencies and run the syft tool, you will observe that those components wont be there in output.
zope.event==5.0
zope.interface==6.4.post2
Anything else we need to know?: Using command - Syft scan dir:. --scope AllLayers -o json> ./Syft-output.json
Environment:
Windows, running syft on command line
The text was updated successfully, but these errors were encountered: