Skip to content

SG-44103 Mask secrets in git descriptors URLs - #1131

Open
carlos-villavicencio-adsk wants to merge 10 commits into
masterfrom
ticket/SG-44103-redact-git-credentials
Open

SG-44103 Mask secrets in git descriptors URLs#1131
carlos-villavicencio-adsk wants to merge 10 commits into
masterfrom
ticket/SG-44103-redact-git-credentials

Format

fbe9ed1
Select commit
Loading
Failed to load commit list.
ShotGrid Chorus / security/bandit completed Aug 31, 2026 in 1s

1 issue(s) found

Summary of Issues

Type Count Severity Secure Coding Guidelines
B110: try_except_pass 1 LOW SEC-PY-ERR-001

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.9.4

Annotations

Check notice on line 85 in python/tank/descriptor/io_descriptor/git.py

See this annotation in the file changed.

@shotgrid-chorus shotgrid-chorus / security/bandit

B110: try_except_pass

Try, Except, Pass detected.
secure coding id: SEC-PY-ERR-001.