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

SG-26915 Formalize the end of CentOS support #994

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Add unit tests to satisfy codecov

fd9f628
Select commit
Loading
Failed to load commit list.
Open

SG-26915 Formalize the end of CentOS support #994

Add unit tests to satisfy codecov
fd9f628
Select commit
Loading
Failed to load commit list.
ShotGrid Chorus / security/bandit completed Dec 13, 2024 in 8s

1 issue(s) found

Summary of Issues

Type Count Severity Secure Coding Guidelines
B604: any_other_function_with_shell_equals_true 1 MEDIUM PYTH-INJC-30

How do I clear all these issues?

If you suspect these issues are not actual issues, click “Clear All Issues” above. Click here for more details.

Details and Annotations

Details

bandit version 1.7.9

Annotations

Check warning on line 211 in python/tank/descriptor/io_descriptor/git.py

See this annotation in the file changed.

@shotgrid-chorus shotgrid-chorus / security/bandit

B604: any_other_function_with_shell_equals_true

Function call with shell=True parameter identified, possible security issue.
secure coding id: PYTH-INJC-30.