Skip to content

Commit

Permalink
CVE-2011-3187 is green again. With the new VersionCheck I have to
Browse files Browse the repository at this point in the history
declare not to consider earlier version number as vulnerable. An issue
can be just on 3.x.x rails tree and not in 2.3.x one
  • Loading branch information
thesp0nge committed Mar 11, 2014
1 parent 4094e13 commit 833ee32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codesake/dawn/kb/cve_2011_3187.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def initialize
})

self.safe_dependencies = [{:name=>"rails", :version=>['3.0.6']}]
self.save_major_fixes = true

end
end
Expand Down

0 comments on commit 833ee32

Please sign in to comment.