Skip to content

feat: Add initial implementation of Dockerfile, Pipfile.lock, Terrafo…

34a32a4
Select commit
Loading
Failed to load commit list.
Open

feat: Add initial implementation of Dockerfile, Pipfile.lock, Terrafo… #39

feat: Add initial implementation of Dockerfile, Pipfile.lock, Terrafo…
34a32a4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 10, 2026 in 3s

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-01/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-01/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-01/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-01/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-01/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-01/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-01/routes-01.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable read is not used.