Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

SecurityError #9

Open
meviofilano opened this issue Jan 16, 2010 · 2 comments
Open

SecurityError #9

meviofilano opened this issue Jan 16, 2010 · 2 comments

Comments

@meviofilano
Copy link

In my Rails application, in production mode, when a user signs up I got the following error:

SecurityError (calling insecure method: make_activation_code): app/controllers/utenti_controller.rb:76:in `create' public/dispatch.fcgi:24

Configuration:

  • ruby 1.8.6 (2009-06-08 patchlevel 369)
  • rails 2.3.5

I've not found any information on the Web, any helpful hint?

Mevio

@technoweenie
Copy link
Owner

It sounds like your ruby SAFE level is higher than normal: http://www.cs.auckland.ac.nz/references/ruby/ProgrammingRuby/taint.html

@tommeier
Copy link

I get this on heroku too, when in conjunction with acts_as_state_machine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants