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

Fix constant typo #309

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Fix constant typo #309

merged 1 commit into from
Mar 1, 2023

Conversation

olivershen-wow
Copy link
Contributor

No description provided.

TODO:
- Local storage support;
- Gradle plugin in separate PR: compatibility for both version 1.0.x and 1.1.x;
- ADO plugin support;
@olivershen-wow olivershen-wow enabled auto-merge (squash) March 1, 2023 08:48
if (StringUtils.isNotEmpty(redirectUrl) && LogUtils.isLegalStr(redirectUrl, Const.RegexString.URL, false)) {
response.sendRedirect(Const.FontPath.INDEX_PATH + Const.FontPath.ANCHOR + redirectUrl);// CodeQL [java/unvalidated-url-redirection] False Positive: Has verified the string by regular expression
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 merged commit 361c282 into main Mar 1, 2023
@olivershen-wow olivershen-wow deleted the user/lsh/fix-constant-typo branch March 1, 2023 09: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.

2 participants