Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No superclass method `process_attrasgn' #7

Closed
philcox opened this issue Jul 29, 2011 · 2 comments
Closed

No superclass method `process_attrasgn' #7

philcox opened this issue Jul 29, 2011 · 2 comments
Labels

Comments

@philcox
Copy link

philcox commented Jul 29, 2011

brakeman right_site/
[Notice] Using Ruby 1.8.7. Please make sure this matches the one used to run your Rails application.
Processing application in /Users/pcc/src/rightsit
Processing configuration...
Processing initializers...
Processing libs...
Processing routes...
Processing templates...
Processing models...
Processing controllers...
Running checks...

  • CheckCrossSiteScripting
  • CheckDefaultRoutes
  • CheckEvaluation
  • CheckExecute
  • CheckFileAccess
  • CheckForgerySetting
  • CheckMailTo
  • CheckMassAssignment
  • CheckModelAttributes
  • CheckNestedAttributes
  • CheckRedirect
  • CheckRender
  • CheckSendFile
  • CheckSessionSettings
    /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/check_session_settings.rb:32:in process_attrasgn' : super: no superclass methodprocess_attrasgn' for #CheckSessionSettings:0x11215e4e8 (NoMethodError)
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:209:in send' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:209:inprocess'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:261:in error_handler' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:208:inprocess'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:326:in in_context' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:180:inprocess'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:45:in process_default' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/processors/lib/processor_helper.rb:26:ineach_with_index'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:43:in each' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:43:ineach_with_index'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:43:in process_default' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:209:insend'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:209:in process' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:261:inerror_handler'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:208:in process' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:326:inin_context'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:180:in process' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:45:inprocess_default'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/processors/lib/processor_helper.rb:26:in each_with_index' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:43:ineach'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:43:in each_with_index' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/base_check.rb:43:inprocess_default'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:209:in send' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:209:inprocess'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:261:in error_handler' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:208:inprocess'
    from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:326:in in_context' from /opt/local/lib/ruby/gems/1.8/gems/sexp_processor-3.0.5/lib/sexp_processor.rb:180:inprocess'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks/check_session_settings.rb:21:in run_check' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks.rb:57:inrun_checks'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks.rb:51:in each' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/checks.rb:51:inrun_checks'
    from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/../lib/tracker.rb:59:in run_checks' from /opt/local/lib/ruby/gems/1.8/gems/brakeman-0.6.0/bin/brakeman:284 from /opt/local/bin/brakeman:19:inload'
    from /opt/local/bin/brakeman:19
@presidentbeef
Copy link
Owner

Hi Phil,

Thank you for reporting this issue. I've released Brakeman 0.6.1 which should fix it.

@philcox
Copy link
Author

philcox commented Jul 29, 2011

Working like a champ now.

Repository owner locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants