Skip to content

Merge pull request #30 from DrPlumcake/drplum-29

Sign in for the full log view
GitHub Actions / Bandit dummy run completed Nov 27, 2023

Bandit dummy run (always neutral)

Total statistics: {
"CONFIDENCE.HIGH": 15,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 1,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 15,
"SEVERITY.MEDIUM": 1,
"SEVERITY.UNDEFINED": 0,
"loc": 766,
"nosec": 2,
"skipped_tests": 0
}

Annotations

Check notice on line 154 in ./main.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: subprocess_without_shell_equals_true id: B603

subprocess call - check for execution of untrusted input. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b603_subprocess_without_shell_equals_true.html

Check notice on line 159 in ./main.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: start_process_with_partial_path id: B607

Starting a process with a partial executable path more info https://bandit.readthedocs.io/en/1.7.5/plugins/b607_start_process_with_partial_path.html

Check notice on line 159 in ./main.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: subprocess_without_shell_equals_true id: B603

subprocess call - check for execution of untrusted input. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b603_subprocess_without_shell_equals_true.html

Check notice on line 3 in ./tests/data/python-01/canary.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: blacklist id: B311

Standard pseudo-random generators are not suitable for security/cryptographic purposes. more info https://bandit.readthedocs.io/en/1.7.5/blacklists/blacklist_calls.html#b311-random

Check notice on line 5 in ./tests/data/python-01/canary.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: hardcoded_password_string id: B105

Possible hardcoded password: 'secret' more info https://bandit.readthedocs.io/en/1.7.5/plugins/b105_hardcoded_password_string.html

Check warning on line 13 in ./tests/data/python-01/canary.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: blacklist id: B307

Use of possibly insecure function - consider using safer ast.literal_eval. more info https://bandit.readthedocs.io/en/1.7.5/blacklists/blacklist_calls.html#b307-eval

Check notice on line 15 in ./tests/data/python-01/canary.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 13 in ./tests/test_bandit.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 21 in ./tests/test_bandit.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 27 in ./tests/test_bandit.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 28 in ./tests/test_bandit.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 34 in ./tests/test_bandit.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 24 in ./tests/test_checkov.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 58 in ./tests/test_main.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 86 in ./tests/test_main.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check notice on line 23 in ./tests/test_semgrep.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

Test: assert_used id: B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. more info https://bandit.readthedocs.io/en/1.7.5/plugins/b101_assert_used.html

Check failure on line 2 in ./tests/data/python-01/py2.py

See this annotation in the file changed.

@github-actions github-actions / Bandit dummy run

invalid syntax

Missing parentheses in call to 'print'. Did you mean print(...)?