cve-py is a Python library that allows users to track Common Vulnerabilities and Exposures (CVEs) from the National Vulnerability Database (NVD). The project fetches data from the NVD and stores it in a database for easy access and analysis.
-
Install package from PyPI:
pip install cve-py
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b my-new-feature
. - Make your changes and commit them:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
CVE Tracker is licensed under the MIT License. Feel free to use it for personal or commercial use.