Skip to content

Add admin user logging and default password in PrivacyModel

c300100
Select commit
Loading
Failed to load commit list.
Closed

Add admin user logging and default password in PrivacyModel #60

Add admin user logging and default password in PrivacyModel
c300100
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 25, 2025 in 4s

3 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 10 in src/webapp01/Pages/Privacy.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed 'readonly' opportunity Note

Field 'adminUserName' can be 'readonly'.

Check notice on line 22 in src/webapp01/Pages/Privacy.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient use of ContainsKey Note

Inefficient use of 'ContainsKey' and
indexer
.

Check failure on line 24 in src/webapp01/Pages/Privacy.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.