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

Center module code style formatting #311

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

olivershen-wow
Copy link
Contributor

No description provided.

Comment on lines +89 to +90
response.sendRedirect(authUtil.getLoginUrl(requestURI,
queryString));// CodeQL [java/unvalidated-url-redirection] False Positive: Has verified the string by regular expression

Check warning

Code scanning / CodeQL

URL redirection from remote source

Untrusted URL redirection depends on a [user-provided value](1). Untrusted URL redirection depends on a [user-provided value](2).
Comment on lines +103 to +104
response.sendRedirect(Const.FrontEndPath.INDEX_PATH + Const.FrontEndPath.ANCHOR +
redirectUrl);// CodeQL [java/unvalidated-url-redirection] False Positive: Has verified the string by regular expression

Check warning

Code scanning / CodeQL

URL redirection from remote source

Untrusted URL redirection depends on a [user-provided value](1).
@olivershen-wow olivershen-wow enabled auto-merge (squash) March 2, 2023 02:09
@olivershen-wow olivershen-wow merged commit 8a9f4d6 into main Mar 2, 2023
@olivershen-wow olivershen-wow deleted the user/lsh/format-center-module branch March 2, 2023 02:23
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