Add ability to prune data from the database. Here are a couple options. ``` cvex prune --keep-years 5 # Delete CVEs older than 5 years cvex prune --keep-recent-only --keep-high-severity ```
Add ability to prune data from the database. Here are a couple options.