ruff/crates
qdegraaf 6dfc1ccd6f
[flake8-bandit] Implement S502 SslInsecureVersion rule (#9390)
## Summary

Adds S502 rule for the
[flake8-bandit](https://github.com/tylerwince/flake8-bandit) plugin
port.

Checks for calls to any function with keywords arguments `ssl_version`
or `method` or for kwargs `method` in calls to `OpenSSL.SSL.Context` and
`ssl_version` in calls to `ssl.wrap_socket` which have an insecure
ssl_version valu. See also
https://bandit.readthedocs.io/en/latest/_modules/bandit/plugins/insecure_ssl_tls.html#ssl_with_bad_version

## Test Plan

Fixture added

## Issue Link

Refers: https://github.com/astral-sh/ruff/issues/1646
2024-01-05 01:27:41 +00:00
..
ruff_benchmark Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_cache Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_cli Bump version to 0.1.11 (#9370) 2024-01-02 17:46:06 -05:00
ruff_dev Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_diagnostics Enable annotation quoting for multi-line expressions (#9142) 2023-12-15 01:03:09 +00:00
ruff_formatter Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_index Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_linter [flake8-bandit] Implement S502 SslInsecureVersion rule (#9390) 2024-01-05 01:27:41 +00:00
ruff_macros remove several uses of unsafe (#8600) 2023-11-28 09:50:03 -05:00
ruff_notebook Generate deterministic ids when formatting notebooks (#9359) 2024-01-04 09:19:00 -06:00
ruff_python_ast Misc. small tweaks from perusing modules (#9383) 2024-01-03 12:30:25 -05:00
ruff_python_codegen Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
ruff_python_formatter Allow # fmt: skip with interspersed same-line comments (#9395) 2024-01-04 19:39:37 -05:00
ruff_python_index Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_python_literal Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_python_parser Ignore trailing quotes for unclosed l-brace errors (#9388) 2024-01-04 05:00:55 +00:00
ruff_python_resolver Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_python_semantic Misc. small tweaks from perusing modules (#9383) 2024-01-03 12:30:25 -05:00
ruff_python_stdlib Treat all typing_extensions members as typing aliases (#9335) 2023-12-31 14:23:33 -04:00
ruff_python_trivia Use a sorted vector for block comments (#9337) 2023-12-31 19:52:40 +00:00
ruff_shrinking Bump version to 0.1.11 (#9370) 2024-01-02 17:46:06 -05:00
ruff_source_file Add cell indexes to all diagnostics (#9387) 2024-01-04 14:02:23 +00:00
ruff_text_size Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_wasm Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_workspace Add paths to toml parse errors (#9358) 2024-01-02 11:56:51 -05:00