Skip to content

Implement DevSecOps3 demo page with GHAS v3 features

dfb13f0
Select commit
Loading
Failed to load commit list.
Open

Implement DevSecOps3 demo page with GHAS v3 features #99

Implement DevSecOps3 demo page with GHAS v3 features
dfb13f0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 20, 2025 in 3s

5 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 47 in src/webapp01/Pages/DevSecOps3.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

Check warning on line 60 in src/webapp01/Pages/DevSecOps3.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

This assignment to
connectionString
is useless, since its value is never read.

Check warning on line 63 in src/webapp01/Pages/DevSecOps3.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

This assignment to
sqlQuery
is useless, since its value is never read.

Check warning on line 67 in src/webapp01/Pages/DevSecOps3.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

This assignment to
systemJsonData
is useless, since its value is never read.

Check notice on line 81 in src/webapp01/Pages/DevSecOps3.cshtml.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.