Skip to content

Add initial implementation of Dockerfile, Pipfile.lock, and Terraform…

c7bd0c2
Select commit
Loading
Failed to load commit list.
Closed

Demo-Code-Complete - Add initial implementation of Dockerfile, Pipfile.lock, and Terraform… #136

Add initial implementation of Dockerfile, Pipfile.lock, and Terraform…
c7bd0c2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 10, 2026 in 2s

7 new alerts

New alerts in code changed by this pull request

  • 7 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 10 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.

Check notice on line 10 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 16 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.

Check notice on line 19 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'telnetlib' is not used.

Check notice on line 20 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'ftplib' is not used.

Check notice on line 2 in devsecops-demo/routes-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'make_response' is not used.

Check notice on line 12 in devsecops-demo/routes-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable read is not used.