Snyk Vuln Hunter is a Python-based CLI tool that filters vulnerabilities based on CWE or CVE numbers. It leverages the Snyk CLI to identify vulnerabilities and provides a targeted approach to vulnerability management by focusing on specified CWE or CVE numbers.
Sean Clarke
- Python 3+
- Snyk CLI (Authenticated)
- Linux based operating system
- Ensure all the prerequisites are met.
- clone the repo
- No additional setup required. It is simply a python script.
execute the python script passing two parameters as shown below:
# <directory of application>: is the location of the codebase you are wishing to evaluate
# <CVE or CWE>: is the EXACT CWE or CVE. IE. "CWE-601", "CVE-2021-31819", NOT "601" or "CVE202131819"
python3 snyk-vuln-hunter.py "<directory of application>" "<CVE or CWE>"
Easily discover if you have a specific vulnerability your organization needs to address!
- Use goof repository and search for CWE-601. There should be an Open Source and Code discovery.
This is being made as part of the 2023 Summer Namedapolooza Event. Please visit the repository for more details!