Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create mitre-file.py #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Create mitre-file.py

956eaf0
Select commit
Loading
Failed to load commit list.
Open

Create mitre-file.py #5

Create mitre-file.py
956eaf0
Select commit
Loading
Failed to load commit list.
Orca Security (orcadevroi) / Orca Security - bandit failed Sep 12, 2024 in 21s

Orca Security Scan Summary

Status Check Issues by priority
Failed Failed bandit high 2   medium 1   low 1   info 0 View in Orca
🛡️ The following IaC misconfigurations have been detected
NAME FILE
high B324: hashlib ./mitre-file.py View in code
high B602: subprocess_popen_with_shell_equals_true ./mitre-file.py View in code
medium B307: blacklist ./mitre-file.py View in code
low B404: blacklist ./mitre-file.py View in code

Annotations

Check failure on line 161 in ./mitre-file.py

See this annotation in the file changed.

@orca-security-orcadevroi 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

See this annotation in the file changed.

@orca-security-orcadevroi orca-security-orcadevroi / Orca Security - bandit

[HIGH] B602: subprocess_popen_with_shell_equals_true

subprocess call with shell=True identified, security issue.