chloerei / campo

[Closed] Campo 3

Home Page:http://codecampo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timing Attack

luikore opened this issue · comments

There may be a timing attack potential in
https://github.com/chloerei/campo/blob/master/app/models/user.rb#L36

Better use Rack::Utils.secure_compare instead of == in token authentication.