This function searches the OSS index for vulnerabilities recorded for packages listed in a requirements.txt file based on PyPi.
audit_req_txt(dir = ".", verbose = TRUE)
dir | The file path of a requirements.txt file. |
---|---|
verbose | Default |
pip is a standard of python package management based on the Python Package Index (PyPI). pip uses a requirements.txt file to manage of Python libraries. The requirements.txt file contains package names and versions (often used to manage a virtual environment).