diff --git a/lib/brakeman/warning_codes.rb b/lib/brakeman/warning_codes.rb index 6e4169091360d10f637cbaa62423236b609cb585..a429640d72a7a6881da9edd193a65bbc6f6357e9 100644 --- a/lib/brakeman/warning_codes.rb +++ b/lib/brakeman/warning_codes.rb @@ -65,8 +65,9 @@ module Brakeman::WarningCodes :detailed_exceptions => 62, :CVE_2013_4491 => 63, :CVE_2013_6414 => 64, - :CVE_2013_6415 => 65, - :CVE_2013_6415_call => 66, + # Replaced by CVE_2014_0081 + #:CVE_2013_6415 => 65, + #:CVE_2013_6415_call => 66, :CVE_2013_6416 => 67, :CVE_2013_6416_call => 68, :CVE_2013_6417 => 69,