Skip to content

Add issues to see issue summary#6

Open
claudiacodacy wants to merge 3 commits intomasterfrom
claudiacodacy-patch-2
Open

Add issues to see issue summary#6
claudiacodacy wants to merge 3 commits intomasterfrom
claudiacodacy-patch-2

Conversation

@claudiacodacy
Copy link
Copy Markdown

No description provided.

@claudiacodacy claudiacodacy changed the title Update Dockerfile Add issues to see issue summary May 30, 2025

# Open redirect vulnerability
if params[:redirect_to]
redirect_to params[:redirect_to] and return

Check warning

Code scanning / Brakeman (reported by Codacy)

Looks for calls to redirect_to with user input as arguments Warning

Possible unprotected redirect
def unsafe_eval
# Remote Code Execution (RCE) with eval()
code = params[:code]
result = eval(code)

Check warning

Code scanning / Brakeman (reported by Codacy)

Searches for evaluation of user input Warning

User input in eval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants