Skip to content

Add demo files with intentional security vulnerabilities for GitHub A…

81c56ca
Select commit
Loading
Failed to load commit list.
Open

Add demo files with intentional security vulnerabilities for GitHub A… #142

Add demo files with intentional security vulnerabilities for GitHub A…
81c56ca
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / bandit succeeded Feb 12, 2026 in 7s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

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

See this annotation in the file changed.

Code scanning / Bandit

Try, Except, Pass detected. Warning

Try, Except, Pass detected.

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

See this annotation in the file changed.

Code scanning / Bandit

Try, Except, Continue detected. Warning

Try, Except, Continue detected.

Check warning on line 24 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / Bandit

Use of weak MD5 hash for security. Consider usedforsecurity=False Warning

Use of weak MD5 hash for security. Consider usedforsecurity=False

Check warning on line 25 in devsecops-demo/insecure-01.py

See this annotation in the file changed.

Code scanning / Bandit

Use of weak SHA1 hash for security. Consider usedforsecurity=False Warning

Use of weak SHA1 hash for security. Consider usedforsecurity=False