Skip to content

Commit

Permalink
Merge pull request #26 from Pavel-Sushko/rename-project
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Pavel-Sushko committed May 23, 2023
2 parents 430543f + b2dac1f commit f1cc788
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# CVE Tracker
# cve-py

![python application](https://github.com/Pavel-Sushko/cve-tracker/actions/workflows/python-app.yml/badge.svg) ![dependency review](https://github.com/Pavel-Sushko/cve-tracker/actions/workflows/dependency-review.yml/badge.svg)
![python application](https://github.com/Pavel-Sushko/cve-py/actions/workflows/python-app.yml/badge.svg) ![dependency review](https://github.com/Pavel-Sushko/cve-py/actions/workflows/dependency-review.yml/badge.svg)

CVE Tracker is a Python project 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.
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.

## Installation

1. Clone the repository: `git clone https://github.com/Pavel-Sushko/cve-tracker.git`
2. Navigate to the project directory: `cd cve-tracker`
1. Clone the repository: `git clone https://github.com/Pavel-Sushko/cve-py.git`
2. Navigate to the project directory: `cd cve-py`
3. Install the package: `pip install .`
4. Fetch the latest CVE data from the NVD, and store them in the `data/` directory: `python main.py`

Expand Down

0 comments on commit f1cc788

Please sign in to comment.