Sha256: 37779f911174a142dbccd43b80a5f2873c76fcfbe4ec9e3ad48b5b7b3e6a54bc
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
require 'test/unit' require 'rails-security-backports' class RubyCve_2014_8090Test < Test::Unit::TestCase # Unfortunately I was not able to find the test-case where this vulnerability exists. # In my testing, the patch for ruby-cve-2008-3790 offered sufficient protection # and also very closely matches the change in `REXML::Entity between 1.9.3-p484 & p551. def test_no_tests_available assert(true) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-security-backports-0.0.3 | test/ruby-cve-2014-8090_test.rb |