A simple web application to select CVEs, display their EPSS scores, and show their descriptions using a graphical and tabular format.
Features Select multiple CVEs from a list. Display EPSS scores and descriptions for selected CVEs. Visualize EPSS scores with a bar chart. Randomly colored selection highlights. Installation Clone the repository:
git clone https://github.com/basakerdogan/epss_sorter.git
cd epss_sorterUsage Run the application:
python app.pyOpen your web browser and go to:
http://127.0.0.1:5000