Skip to content

new fixes

d59805a
Select commit
Loading
Failed to load commit list.
Open

SG-39209 New core patcher for PySide2 to look like PySide6 #1026

new fixes
d59805a
Select commit
Loading
Failed to load commit list.
ShotGrid Chorus / security/bandit completed Jun 24, 2025 in 13s

1 issue(s) found

Summary of Issues

Type Count Severity Secure Coding Guidelines
B110: try_except_pass 1 LOW PYTH-GEAP-50

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 notice on line 365 in python/tank/platform/qt6/tankqdialog.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: PYTH-GEAP-50.