Skip to content

Add admin user information and Azure.Identity package reference

13c3dbf
Select commit
Loading
Failed to load commit list.
Merged

Add admin user information and Azure.Identity package reference #10

Add admin user information and Azure.Identity package reference
13c3dbf
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL failed Mar 18, 2025 in 2s

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 8 in src/webapp01/Pages/Index.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/Index.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/Index.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input Medium

This log entry depends on a
user-provided value
.