Sha256: bfb25449de848fb1f8c31780da1300ee72704fbb9681f2fc3477d797e411da74

Contents?: true

Size: 1.45 KB

Versions: 15

Compression:

Stored size: 1.45 KB

Contents

{
  "scan_info": {
    "app_path": "/path/to/app",
    "rails_version": "3.2.6",
    "security_warnings": 0,
    "timestamp": "2012-06-19 10:06:35 +0200",
    "checks_performed": [
      "BasicAuth",
      "CrossSiteScripting",
      "DefaultRoutes",
      "EscapeFunction",
      "Evaluation",
      "Execute",
      "FileAccess",
      "FilterSkipping",
      "ForgerySetting",
      "LinkTo",
      "LinkToHref",
      "MailTo",
      "MassAssignment",
      "ModelAttributes",
      "NestedAttributes",
      "QuoteTableName",
      "Redirect",
      "Render",
      "ResponseSplitting",
      "SQL",
      "SafeBufferManipulation",
      "SelectVulnerability",
      "Send",
      "SendFile",
      "SessionSettings",
      "SkipBeforeFilter",
      "StripTags",
      "TranslateBug",
      "ValidationRegex",
      "WithoutProtection"
    ],
    "number_of_controllers": 16,
    "number_of_models": 32,
    "number_of_templates": 67,
    "ruby_version": "1.9.3",
    "brakeman_version": "1.6.2"
  },
  "warnings": [
    {
      "warning_type": "SQL Injection",
      "message": "Possible SQL injection",
      "file": "/path/to/app/controllers/admin/admins_controller.rb",
      "line": 13,
      "code": "Admin.order(\"name #{parms[:direction]}\")",
      "location": {
        "type": "method",
        "class": "Admin::AdminsController",
        "method": "index"
      },
      "user_input": "parms[:direction]",
      "confidence": "Medium"
    }
  ],
  "errors": [
  ]
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rake_check-0.3.6 spec/files/brakeman_warning.json
rake_check-0.3.5 spec/files/brakeman_warning.json
rake_check-0.3.4 spec/files/brakeman_warning.json
rake_check-0.3.3 spec/files/brakeman_warning.json
rake_check-0.3.2 spec/files/brakeman_warning.json
rake_check-0.3.1 spec/files/brakeman_warning.json
rake_check-0.3.0 spec/files/brakeman_warning.json
rake_check-0.2.2 spec/files/brakeman_warning.json
rake_check-0.2.1 spec/files/brakeman_warning.json
rake_check-0.2 spec/files/brakeman_warning.json
rake_check-0.1.11 spec/files/brakeman_warning.json
rake_check-0.1.10 spec/files/brakeman_warning.json
rake_check-0.1.9 spec/files/brakeman_warning.json
rake_check-0.1.8 spec/files/brakeman_warning.json
rake_check-0.1.7 spec/files/brakeman_warning.json