Add DevSecOps page with security news and examples; update project dependencies #67
12 new alerts including 1 high severity security vulnerability
New alerts in code changed by this pull request
Security Alerts:
- 1 high
Other Alerts:
- 11 notes
See annotations below for details.
Annotations
Check notice on line 10 in samples/insecure-01.py
Code scanning / CodeQL
Empty except Note
Check notice on line 10 in samples/insecure-01.py
Code scanning / CodeQL
Except block handles 'BaseException' Note
Check notice on line 16 in samples/insecure-01.py
Code scanning / CodeQL
Except block handles 'BaseException' Note
Check notice on line 19 in samples/insecure-01.py
Code scanning / CodeQL
Unused import Note
Check notice on line 20 in samples/insecure-01.py
Code scanning / CodeQL
Unused import Note
Check notice on line 2 in samples/routes-01.py
Code scanning / CodeQL
Unused import Note
Check notice on line 12 in samples/routes-01.py
Code scanning / CodeQL
Unused local variable Note
Check notice on line 33 in src/webapp01/Pages/DevSecOps.cshtml.cs
Code scanning / CodeQL
Poor error handling: empty catch block Note
Check notice on line 33 in src/webapp01/Pages/DevSecOps.cshtml.cs
Code scanning / CodeQL
Generic catch clause Note
Check notice on line 8 in src/webapp01/Pages/Privacy.cshtml.cs
Code scanning / CodeQL
Missed 'readonly' opportunity Note
Check notice on line 25 in src/webapp01/Pages/Privacy.cshtml.cs
Code scanning / CodeQL
Inefficient use of ContainsKey Note
Check failure on line 28 in src/webapp01/Pages/Privacy.cshtml.cs
Code scanning / CodeQL
Log entries created from user input High