lib/brakeman/checks/check_verb_confusion.rb in brakeman-min-5.2.3 vs lib/brakeman/checks/check_verb_confusion.rb in brakeman-min-5.3.0

- old
+ new

@@ -68,8 +68,9 @@ :warning_type => "HTTP Verb Confusion", :warning_code => :http_verb_confusion, :message => message, :code => code, :user_input => result[:call], - :confidence => confidence + :confidence => confidence, + :cwe_id => [352] end end