Add issues to see issue summary #6
5 new security issues (0 max.).
Here is an overview of what got changed by this pull request:
Issues
======
- Added 5
Complexity decreasing per file
==============================
+ app/controllers/admin_controller.rb -10
See the complete overview on Codacy
Annotations
Check warning on line 63 in app/controllers/admin_controller.rb
codacy-production / Codacy Static Code Analysis
app/controllers/admin_controller.rb#L63
Possible unprotected redirect
Check warning on line 63 in app/controllers/admin_controller.rb
codacy-production / Codacy Static Code Analysis
app/controllers/admin_controller.rb#L63
When a redirect uses user input, a malicious user can spoof a website under a trusted URL or access restricted parts of a site.
Check failure on line 88 in app/controllers/admin_controller.rb
codacy-production / Codacy Static Code Analysis
app/controllers/admin_controller.rb#L88
The `eval` method in Ruby executes a string argument as Ruby code.
Check failure on line 88 in app/controllers/admin_controller.rb
codacy-production / Codacy Static Code Analysis
app/controllers/admin_controller.rb#L88
Use of eval with user-controllable input detected.
Check failure on line 88 in app/controllers/admin_controller.rb
codacy-production / Codacy Static Code Analysis
app/controllers/admin_controller.rb#L88
User input in eval