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
I have noticed that guarddog still tries to scan the partial matches inside a requirements.txt. It should only match real requirements not partial matches or comments.
Comments:
pip-tools is a popular tool to generate requirements.txt files. It can add comments to list the source of a package so you can track the dep tree easier.
Example:
Partial Matches
Sometimes it matches against substrings in other requirements.
Example:
The text was updated successfully, but these errors were encountered:
AngellusMortis
changed the title
Ingore Lines that begin with comments
Only match against real requirements
Jul 4, 2023
I have noticed that guarddog still tries to scan the partial matches inside a requirements.txt. It should only match real requirements not partial matches or comments.
Comments:
pip-tools is a popular tool to generate requirements.txt files. It can add comments to list the source of a package so you can track the dep tree easier.
Example:
Partial Matches
Sometimes it matches against substrings in other requirements.
Example:
The text was updated successfully, but these errors were encountered: