Skip to content

style: modern typing in files.py #1058

style: modern typing in files.py

style: modern typing in files.py #1058

GitHub Actions / Bandit comments failed Sep 17, 2024 in 0s

Bandit: 1 errors and 3 annotations found

Total statistics: {
"CONFIDENCE.HIGH": 3,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 3,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 2355,
"nosec": 6,
"skipped_tests": 0
}

Annotations

Check notice on line 41 in ./src/darker/formatters/ruff_formatter.py

See this annotation in the file changed.

@github-actions github-actions / Bandit comments

Test: blacklist id: B404

Consider possible security implications associated with the subprocess module. more info https://bandit.readthedocs.io/en/1.7.4/blacklists/blacklist_imports.html#b404-import-subprocess

Check notice on line 150 in ./src/darker/formatters/ruff_formatter.py

See this annotation in the file changed.

@github-actions github-actions / Bandit comments

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.4/plugins/b603_subprocess_without_shell_equals_true.html

Check notice on line 174 in ./src/darker/formatters/ruff_formatter.py

See this annotation in the file changed.

@github-actions github-actions / Bandit comments

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.4/plugins/b603_subprocess_without_shell_equals_true.html

Check failure on line 153 in ./src/darker/help.py

See this annotation in the file changed.

@github-actions github-actions / Bandit comments

f-string: unmatched '('

f-string: unmatched '('