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!
It's good practice to use a virtual environment for Python projects to keep dependencies isolated.
$ python -m venv cve
$ source cve/bin/activate
With the virtual environment activated, install the required Python packages:
$ pip install rich requests
$ python cvefeed.py