Curated vulnerability data for the Tomcat Web Server vulnerabilityhistory.org
Please see your course website for instructions. This README is more for people managing this data.
- You'll need Ruby 2.4+
- Run
gem install bundler
(if you don't already have bundler) cd
to the root of this repo, runbundle install
- Run
bundle exec rake
If the output has no failures, then it checks out!
Tomcat has three repos, one for each of its active products (7,8,9)
When you do:
$ rake pull:repo
All three will be cloned into tmp/ folder
Run the Tomcat scraper to get all CVEs and update the ones that don't exist.
$ rake pull:cves
List all CVEs that have at least one fix commit and curated is false
$ rake curate:ready