You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- templates.py: branch the Jinja Environment ctor so autoescape is a literal
True/False, satisfying Bandit B701 / SonarCloud S5496; the False branch
carries the suppression for caller-opted-out renders.
- Use NOSONAR(rule_key) syntax (parentheses) to fix python:S7632 'invalid
suppression comment' across archive_ops, ftp/client, _websocket,
test_archive_ops, test_cross_backend, test_fsspec_bridge.
- _websocket SHA-1: add nosemgrep + NOSONAR inline on the call so Codacy's
semgrep scanner skips the RFC 6455 handshake digest.
- test_fsspec_bridge: narrow the import-order disable to pylint so Codacy
stops flagging the pytest.importorskip pattern.
- test_smb_client: annotate the smbclient_module fixture parameter whose
only job is to trigger the smbprotocol patch.
0 commit comments