Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code analysis review #296

Merged
merged 17 commits into from
Jul 7, 2024
Merged

Code analysis review #296

merged 17 commits into from
Jul 7, 2024

Conversation

k3ldar
Copy link
Owner

@k3ldar k3ldar commented Jul 7, 2024

Review analysis warning/information

@@ -197,7 +197,7 @@
}
else if (partialMatch.LoggedIn && !loggedIn)
{
context.Response.Redirect($"{partialMatch.RedirectPath}?returnUrl={context.Request.Path.ToString()}", false);
context.Response.Redirect($"{partialMatch.RedirectPath}?returnUrl={context.Request.Path}", false);

Check warning

Code scanning / CodeQL

URL redirection from remote source Medium

Untrusted URL redirection due to
user-provided value
.
Copy link

sonarqubecloud bot commented Jul 7, 2024

@k3ldar k3ldar merged commit b286c4e into master Jul 7, 2024
8 checks passed
@k3ldar k3ldar deleted the feature/SonarIssuesAgain branch July 7, 2024 14:10
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.

1 participant