This was an early attempt to parse the NVD xml files and make them searchable in a database. I never finished it, but it was a fun ruby project at the time.
Go to file
Seth Doty e6961524c4 Lots of fixes to import. But it works now! 2017-11-28 21:51:32 -06:00
app Create DB models 2017-11-27 22:01:32 -06:00
bin Initial Create 2017-11-27 21:34:40 -06:00
config Initial Create 2017-11-27 21:34:40 -06:00
db Create DB models 2017-11-27 22:01:32 -06:00
lib Lots of fixes to import. But it works now! 2017-11-28 21:51:32 -06:00
log Initial Create 2017-11-27 21:34:40 -06:00
public Initial Create 2017-11-27 21:34:40 -06:00
test Create DB models 2017-11-27 22:01:32 -06:00
vendor Initial Create 2017-11-27 21:34:40 -06:00
.gitignore Initial Create 2017-11-27 21:34:40 -06:00
Gemfile Initial Create 2017-11-27 21:34:40 -06:00
Gemfile.lock Initial Create 2017-11-27 21:34:40 -06:00
README.md Initial Create 2017-11-27 21:34:40 -06:00
Rakefile Initial Create 2017-11-27 21:34:40 -06:00
config.ru Initial Create 2017-11-27 21:34:40 -06:00
package.json Initial Create 2017-11-27 21:34:40 -06:00

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...