SG-44103 Mask secrets in git descriptors URLs - #1131
Open
carlos-villavicencio-adsk wants to merge 10 commits into
Open
SG-44103 Mask secrets in git descriptors URLs#1131carlos-villavicencio-adsk wants to merge 10 commits into
carlos-villavicencio-adsk wants to merge 10 commits into
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
shotgrid-chorus / security/bandit
B110: try_except_pass
Try, Except, Pass detected.
secure coding id: SEC-PY-ERR-001.
Loading