diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2010-08-15 16:32:09 +0200 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2010-08-15 16:32:09 +0200 |
commit | fea74d72c4c4c6a4d2acc21083b75be1f2175e76 (patch) | |
tree | d2862312c4884dd9e7da76f9f934ac605a7d82ba /.gitignore | |
parent | Commented RAILS_GEM_VERSION. (diff) | |
download | glsamaker-fea74d72c4c4c6a4d2acc21083b75be1f2175e76.tar.gz glsamaker-fea74d72c4c4c6a4d2acc21083b75be1f2175e76.tar.bz2 glsamaker-fea74d72c4c4c6a4d2acc21083b75be1f2175e76.zip |
Redesigned Package model.
The previous Package model was fail by design. A given unaffected
package version may have one or multiple associated vulnerable
versions. As such, vulnerable and unaffected versions cannot be
saved in a single instance. These have been split now.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ config/database.yml config/initializers/glsamaker.rb public/stylesheets/all.css public/javascripts/all.js +/.loadpath +/MYTODO |