presidentbeef/brakeman

View on GitHub
lib/brakeman/checks/check_cross_site_scripting.rb

Summary

Maintainability
A
45 mins
Test Coverage
A
94%

Avoid deeply nested control flow statements.
Open

            if exp.method == :to_json
              message << msg_plain(" in JSON hash")
              link_path += "_to_json"
              warning_code = :xss_to_json
            end
Severity: Major
Found in lib/brakeman/checks/check_cross_site_scripting.rb - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status