Create mitre-file.py #5
Open
Orca Security (orcadevroi) / Orca Security - bandit
failed
Sep 12, 2024 in 21s
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Failed | bandit | 2 1 1 0 | View in Orca |
🛡️ The following IaC misconfigurations have been detected
NAME | FILE | ||
---|---|---|---|
B324: hashlib | ./mitre-file.py | View in code | |
B602: subprocess_popen_with_shell_equals_true | ./mitre-file.py | View in code | |
B307: blacklist | ./mitre-file.py | View in code | |
B404: blacklist | ./mitre-file.py | View in code |
Annotations
Check failure on line 161 in ./mitre-file.py
orca-security-orcadevroi / Orca Security - bandit
[HIGH] B324: hashlib
Use of weak MD5 hash for security. Consider usedforsecurity=False
Check failure on line 233 in ./mitre-file.py
orca-security-orcadevroi / Orca Security - bandit
[HIGH] B602: subprocess_popen_with_shell_equals_true
subprocess call with shell=True identified, security issue.
Loading