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

🐛 Bug Fix 927 #928

Merged
merged 1 commit into from
Jul 13, 2023
Merged

🐛 Bug Fix 927 #928

merged 1 commit into from
Jul 13, 2023

Conversation

jasontaylordev
Copy link
Owner

Rename WebUI / WebAPI to Web

else
{
<li class="nav-item">
<a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Register" asp-route-returnUrl="@returnUrl">Register</a>

Check warning

Code scanning / CodeQL

Cross-site scripting Medium

User-provided value
flows to here and is written to HTML or JavaScript: Microsoft.AspNetCore.Mvc.Razor.RazorPageBase.WriteLiteral() method.
<a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Register" asp-route-returnUrl="@returnUrl">Register</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Login" asp-route-returnUrl="@returnUrl">Login</a>

Check warning

Code scanning / CodeQL

Cross-site scripting Medium

User-provided value
flows to here and is written to HTML or JavaScript: Microsoft.AspNetCore.Mvc.Razor.RazorPageBase.WriteLiteral() method.
@jasontaylordev jasontaylordev merged commit 3f839c1 into main Jul 13, 2023
3 checks passed
@jasontaylordev jasontaylordev deleted the BugFix927 branch July 13, 2023 02:34
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