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