Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More consistent naming of docs #360

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| PY014 | [poplib — cleartext](rules/python/stdlib/poplib-cleartext.md) | Cleartext Transmission of Sensitive Information in the `poplib` Module |
| PY015 | [shelve — open](rules/python/stdlib/shelve-open.md) | Deserialization of Untrusted Data in the `shelve` Module |
| PY016 | [smtplib — cleartext](rules/python/stdlib/smtplib-cleartext.md) | Cleartext Transmission of Sensitive Information in the `smtplib` Module |
| PY017 | [ssl — create unverified context](rules/python/stdlib/ssl-create-unverified-context.md) | Inadequate Encryption Strength Using Weak Keys in `SSLContext` |
| PY017 | [ssl — unverified context](rules/python/stdlib/ssl-create-unverified-context.md) | Inadequate Encryption Strength Using Weak Keys in `SSLContext` |
| PY018 | [ssl — insecure tls version](rules/python/stdlib/ssl-insecure-tls-version.md) | Improper Certificate Validation Using `ssl._create_unverified_context` |
| PY019 | [ssl — weak key](rules/python/stdlib/ssl-context-weak-key.md) | Inadequate Encryption Strength Using Weak SSL Protocols |
| PY020 | [telnetlib — cleartext](rules/python/stdlib/telnetlib-cleartext.md) | Cleartext Transmission of Sensitive Information in the `telnetlib` Module |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: PY017
title: ssl — create unverified context
title: ssl — unverified context
hide_title: true
pagination_prev: null
pagination_next: null
Expand Down