Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 787 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 787 Bytes

CVEFEED

CVEFEED

This program pulls the latest CVE data directly from an RSS feed, parsing and organizing it into a sleek list. Browse vulnerabilities in style with a dynamic table of CVEs, and dive deep into each one for a full description and publication details—all within your console. Effortless security insights, one CVE at a time!

How to use:

1. Create a Virtual Environment:

It's good practice to use a virtual environment for Python projects to keep dependencies isolated.

$ python -m venv cve
$ source cve/bin/activate

2. Install Dependencies:

With the virtual environment activated, install the required Python packages:

$ pip install rich requests

Run the program:

$ python cvefeed.py