Skip to content

ruinning the file cause i want issues

2eeb6a7
Select commit
Loading
Failed to load commit list.
Open

Add issues to see issue summary #6

ruinning the file cause i want issues
2eeb6a7
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 8, 2025 in 0s

5 new security issues (0 max.).

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/controllers/admin_controller.rb#L88

User input in eval