.pre-commit-config.yaml
.readthedocs.yaml
.stestr.conf
AUTHORS
ChangeLog
LICENSE
README.md
pylintrc
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/CODEOWNERS
.github/dependabot.yml
.github/workflows/dependency-review.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/unit-test.yml
.github/workflows/upload-asset.yml
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/man/precli.rst
docs/source/rules/go/index.rst
docs/source/rules/go/stdlib/crypto_weak_cipher.rst
docs/source/rules/go/stdlib/crypto_weak_hash.rst
docs/source/rules/go/stdlib/crypto_weak_key.rst
docs/source/rules/go/stdlib/index.rst
docs/source/rules/python/index.rst
docs/source/rules/python/stdlib/crypt_weak_hash.rst
docs/source/rules/python/stdlib/ftplib_cleartext.rst
docs/source/rules/python/stdlib/hashlib_weak_hash.rst
docs/source/rules/python/stdlib/hmac_timing_attack.rst
docs/source/rules/python/stdlib/hmac_weak_hash.rst
docs/source/rules/python/stdlib/imaplib_cleartext.rst
docs/source/rules/python/stdlib/index.rst
docs/source/rules/python/stdlib/json_load.rst
docs/source/rules/python/stdlib/logging_insecure_listen_config.rst
docs/source/rules/python/stdlib/marshal_load.rst
docs/source/rules/python/stdlib/nntplib_cleartext.rst
docs/source/rules/python/stdlib/pickle_load.rst
docs/source/rules/python/stdlib/poplib_cleartext.rst
docs/source/rules/python/stdlib/shelve_open.rst
docs/source/rules/python/stdlib/smtplib_cleartext.rst
docs/source/rules/python/stdlib/ssl_context_weak_key.rst
docs/source/rules/python/stdlib/ssl_create_unverified_context.rst
docs/source/rules/python/stdlib/ssl_insecure_tls_version.rst
docs/source/rules/python/stdlib/telnetlib_cleartext.rst
docs/source/rules/python/stdlib/tempfile_mktemp_race_condition.rst
precli/__init__.py
precli/__main__.py
precli.egg-info/PKG-INFO
precli.egg-info/SOURCES.txt
precli.egg-info/dependency_links.txt
precli.egg-info/entry_points.txt
precli.egg-info/not-zip-safe
precli.egg-info/pbr.json
precli.egg-info/requires.txt
precli.egg-info/top_level.txt
precli/cli/__init__.py
precli/cli/main.py
precli/core/__init__.py
precli/core/argument.py
precli/core/call.py
precli/core/comparison.py
precli/core/config.py
precli/core/fix.py
precli/core/kind.py
precli/core/level.py
precli/core/loader.py
precli/core/location.py
precli/core/metrics.py
precli/core/result.py
precli/core/status.py
precli/core/suppression.py
precli/core/symtab.py
precli/parsers/__init__.py
precli/parsers/go.py
precli/parsers/java.py
precli/parsers/python.py
precli/renderers/__init__.py
precli/renderers/detailed.py
precli/renderers/json.py
precli/renderers/plain.py
precli/rules/__init__.py
precli/rules/go/__init__.py
precli/rules/go/stdlib/__init__.py
precli/rules/go/stdlib/crypto_weak_cipher.py
precli/rules/go/stdlib/crypto_weak_hash.py
precli/rules/go/stdlib/crypto_weak_key.py
precli/rules/java/__init__.py
precli/rules/java/stdlib/__init__.py
precli/rules/python/__init__.py
precli/rules/python/stdlib/__init__.py
precli/rules/python/stdlib/assert.py
precli/rules/python/stdlib/crypt_weak_hash.py
precli/rules/python/stdlib/ftplib_cleartext.py
precli/rules/python/stdlib/hashlib_weak_hash.py
precli/rules/python/stdlib/hmac_timing_attack.py
precli/rules/python/stdlib/hmac_weak_hash.py
precli/rules/python/stdlib/imaplib_cleartext.py
precli/rules/python/stdlib/json_load.py
precli/rules/python/stdlib/logging_insecure_listen_config.py
precli/rules/python/stdlib/marshal_load.py
precli/rules/python/stdlib/nntplib_cleartext.py
precli/rules/python/stdlib/pickle_load.py
precli/rules/python/stdlib/poplib_cleartext.py
precli/rules/python/stdlib/shelve_open.py
precli/rules/python/stdlib/smtplib_cleartext.py
precli/rules/python/stdlib/ssl_context_weak_key.py
precli/rules/python/stdlib/ssl_create_unverified_context.py
precli/rules/python/stdlib/ssl_insecure_tls_version.py
precli/rules/python/stdlib/telnetlib_cleartext.py
precli/rules/python/stdlib/tempfile_mktemp_race_condition.py
scripts/main.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/cli/__init__.py
tests/unit/core/__init__.py
tests/unit/core/test_python.py
tests/unit/parsers/__init__.py
tests/unit/parsers/test_go.py
tests/unit/parsers/test_python.py
tests/unit/parsers/examples/suppress.go
tests/unit/parsers/examples/suppress.py
tests/unit/parsers/examples/suppress_lowercase_rule.go
tests/unit/parsers/examples/suppress_lowercase_rule.py
tests/unit/parsers/examples/suppress_multiline.go
tests/unit/parsers/examples/suppress_multiline.py
tests/unit/parsers/examples/suppress_multiple_comments.go
tests/unit/parsers/examples/suppress_multiple_comments.py
tests/unit/parsers/examples/suppress_multiple_rules.go
tests/unit/parsers/examples/suppress_multiple_rules.py
tests/unit/parsers/examples/suppress_preceding.go
tests/unit/parsers/examples/suppress_preceding.py
tests/unit/parsers/examples/suppress_spaced_rules.go
tests/unit/parsers/examples/suppress_spaced_rules.py
tests/unit/parsers/examples/suppress_wrong_rule.go
tests/unit/parsers/examples/suppress_wrong_rule.py
tests/unit/rules/__init__.py
tests/unit/rules/test_case.py
tests/unit/rules/go/__init__.py
tests/unit/rules/go/stdlib/__init__.py
tests/unit/rules/go/stdlib/test_crypto_weak_cipher.py
tests/unit/rules/go/stdlib/test_crypto_weak_hash.py
tests/unit/rules/go/stdlib/test_crypto_weak_key.py
tests/unit/rules/go/stdlib/examples/crypto_weak_cipher_aes.go
tests/unit/rules/go/stdlib/examples/crypto_weak_cipher_des.go
tests/unit/rules/go/stdlib/examples/crypto_weak_cipher_rc4.go
tests/unit/rules/go/stdlib/examples/crypto_weak_hash_md5_new.go
tests/unit/rules/go/stdlib/examples/crypto_weak_hash_md5_sum.go
tests/unit/rules/go/stdlib/examples/crypto_weak_hash_sha1_new.go
tests/unit/rules/go/stdlib/examples/crypto_weak_hash_sha1_sum.go
tests/unit/rules/go/stdlib/examples/crypto_weak_hash_sha256_new.go
tests/unit/rules/go/stdlib/examples/crypto_weak_hash_sha256_sum.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_dsa_1024.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_dsa_2048.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_dsa_3072.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_rsa_1024.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_rsa_2048.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_rsa_4096.go
tests/unit/rules/go/stdlib/examples/crypto_weak_key_rsa_bits_as_var.go
tests/unit/rules/java/__init__.py
tests/unit/rules/python/__init__.py
tests/unit/rules/python/stdlib/__init__.py
tests/unit/rules/python/stdlib/test_crypt_weak_hash.py
tests/unit/rules/python/stdlib/test_ftplib_cleartext.py
tests/unit/rules/python/stdlib/test_hashlib_weak_hash.py
tests/unit/rules/python/stdlib/test_hmac_timing_attack.py
tests/unit/rules/python/stdlib/test_hmac_weak_hash.py
tests/unit/rules/python/stdlib/test_imaplib_cleartext.py
tests/unit/rules/python/stdlib/test_json_load.py
tests/unit/rules/python/stdlib/test_logging_insecure_listen_config.py
tests/unit/rules/python/stdlib/test_marshal_load.py
tests/unit/rules/python/stdlib/test_nntplib_cleartext.py
tests/unit/rules/python/stdlib/test_pickle_load.py
tests/unit/rules/python/stdlib/test_poplib_cleartext.py
tests/unit/rules/python/stdlib/test_shelve_open.py
tests/unit/rules/python/stdlib/test_smtplib_cleartext.py
tests/unit/rules/python/stdlib/test_ssl_context_tls_version.py
tests/unit/rules/python/stdlib/test_ssl_context_weak_key.py
tests/unit/rules/python/stdlib/test_ssl_create_context.py
tests/unit/rules/python/stdlib/test_ssl_get_server_certificate_tls_version.py
tests/unit/rules/python/stdlib/test_ssl_wrap_socket_tls_version.py
tests/unit/rules/python/stdlib/test_telnetlib_cleartext.py
tests/unit/rules/python/stdlib/test_tempfile_mktemp_race_condition.py
tests/unit/rules/python/stdlib/examples/create_default_context.py
tests/unit/rules/python/stdlib/examples/create_unverified_context.py
tests/unit/rules/python/stdlib/examples/crypt_crypt.py
tests/unit/rules/python/stdlib/examples/crypt_crypt_method_blowfish.py
tests/unit/rules/python/stdlib/examples/crypt_crypt_method_crypt.py
tests/unit/rules/python/stdlib/examples/crypt_crypt_method_md5.py
tests/unit/rules/python/stdlib/examples/crypt_crypt_method_sha256.py
tests/unit/rules/python/stdlib/examples/crypt_crypt_method_sha512.py
tests/unit/rules/python/stdlib/examples/crypt_mksalt.py
tests/unit/rules/python/stdlib/examples/crypt_mksalt_method_blowfish.py
tests/unit/rules/python/stdlib/examples/crypt_mksalt_method_crypt.py
tests/unit/rules/python/stdlib/examples/crypt_mksalt_method_md5.py
tests/unit/rules/python/stdlib/examples/crypt_mksalt_method_sha256.py
tests/unit/rules/python/stdlib/examples/crypt_mksalt_method_sha512.py
tests/unit/rules/python/stdlib/examples/ftp.py
tests/unit/rules/python/stdlib/examples/ftp_login.py
tests/unit/rules/python/stdlib/examples/ftp_tls.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp_context_mgr.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp_login.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp_login_single_statement.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp_tls.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp_tls_user_password.py
tests/unit/rules/python/stdlib/examples/ftplib_ftp_user_password.py
tests/unit/rules/python/stdlib/examples/get_server_certificate_sslv2.py
tests/unit/rules/python/stdlib/examples/get_server_certificate_sslv23.py
tests/unit/rules/python/stdlib/examples/get_server_certificate_sslv3.py
tests/unit/rules/python/stdlib/examples/get_server_certificate_tlsv1.py
tests/unit/rules/python/stdlib/examples/get_server_certificate_tlsv11.py
tests/unit/rules/python/stdlib/examples/get_server_certificate_tlsv12.py
tests/unit/rules/python/stdlib/examples/hashlib_blake2b.py
tests/unit/rules/python/stdlib/examples/hashlib_blake2s.py
tests/unit/rules/python/stdlib/examples/hashlib_md4.py
tests/unit/rules/python/stdlib/examples/hashlib_md5.py
tests/unit/rules/python/stdlib/examples/hashlib_md5_usedforsecurity_true.py
tests/unit/rules/python/stdlib/examples/hashlib_new_blake2b.py
tests/unit/rules/python/stdlib/examples/hashlib_new_blake2s.py
tests/unit/rules/python/stdlib/examples/hashlib_new_md4.py
tests/unit/rules/python/stdlib/examples/hashlib_new_md5.py
tests/unit/rules/python/stdlib/examples/hashlib_new_md5_usedforsecurity_true.py
tests/unit/rules/python/stdlib/examples/hashlib_new_name_sha.py
tests/unit/rules/python/stdlib/examples/hashlib_new_ripemd160.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha1.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha224.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha256.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha384.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha3_224.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha3_256.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha3_384.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha3_512.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha512.py
tests/unit/rules/python/stdlib/examples/hashlib_new_sha_usedforsecurity_false.py
tests/unit/rules/python/stdlib/examples/hashlib_new_shake_128.py
tests/unit/rules/python/stdlib/examples/hashlib_new_shake_256.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_md4.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_md5.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_ripemd160.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha1.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha224.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha256.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha384.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha3_224.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha3_256.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha3_384.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_sha3_512.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_shake_128.py
tests/unit/rules/python/stdlib/examples/hashlib_pbkdf2_hmac_shake_256.py
tests/unit/rules/python/stdlib/examples/hashlib_ripemd160.py
tests/unit/rules/python/stdlib/examples/hashlib_sha.py
tests/unit/rules/python/stdlib/examples/hashlib_sha1.py
tests/unit/rules/python/stdlib/examples/hashlib_sha224.py
tests/unit/rules/python/stdlib/examples/hashlib_sha256.py
tests/unit/rules/python/stdlib/examples/hashlib_sha384.py
tests/unit/rules/python/stdlib/examples/hashlib_sha3_224.py
tests/unit/rules/python/stdlib/examples/hashlib_sha3_256.py
tests/unit/rules/python/stdlib/examples/hashlib_sha3_384.py
tests/unit/rules/python/stdlib/examples/hashlib_sha3_512.py
tests/unit/rules/python/stdlib/examples/hashlib_sha512.py
tests/unit/rules/python/stdlib/examples/hashlib_sha_usedforsecurity_false.py
tests/unit/rules/python/stdlib/examples/hashlib_shake_128.py
tests/unit/rules/python/stdlib/examples/hashlib_shake_256.py
tests/unit/rules/python/stdlib/examples/hmac_digest_blake2b.py
tests/unit/rules/python/stdlib/examples/hmac_digest_blake2s.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_blake2b.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_blake2s.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_md4.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_md5.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_ripemd160.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha1.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha224.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha256.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha384.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha3_224.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha3_256.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha3_384.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha3_512.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_sha512.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_shake_128.py
tests/unit/rules/python/stdlib/examples/hmac_digest_hashlib_shake_256.py
tests/unit/rules/python/stdlib/examples/hmac_digest_md4.py
tests/unit/rules/python/stdlib/examples/hmac_digest_md5.py
tests/unit/rules/python/stdlib/examples/hmac_digest_ripemd160.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha1.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha224.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha256.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha384.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha3_224.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha3_256.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha3_384.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha3_512.py
tests/unit/rules/python/stdlib/examples/hmac_digest_sha512.py
tests/unit/rules/python/stdlib/examples/hmac_digest_shake_128.py
tests/unit/rules/python/stdlib/examples/hmac_digest_shake_256.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_blake2b.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_blake2s.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_blake2b.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_blake2s.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_md4.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_md5.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_ripemd160.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha1.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha224.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha256.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha384.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha3_224.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha3_256.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha3_384.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha3_512.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_sha512.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_shake_128.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_hashlib_shake_256.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_md4.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_md5.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_ripemd160.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha1.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha224.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha256.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha384.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha3_224.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha3_256.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha3_384.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha3_512.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_sha512.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_shake_128.py
tests/unit/rules/python/stdlib/examples/hmac_new_digestmod_shake_256.py
tests/unit/rules/python/stdlib/examples/hmac_timing_attack.py
tests/unit/rules/python/stdlib/examples/hmac_timing_attack_class.py
tests/unit/rules/python/stdlib/examples/hmac_timing_attack_class_hexdigest.py
tests/unit/rules/python/stdlib/examples/hmac_timing_attack_compare_digest.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_authenticate.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_context_mgr.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_login.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_login_cram_md5.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_ssl.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_starttls.py
tests/unit/rules/python/stdlib/examples/imaplib_imap4_stream.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_empty_args.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_port.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_port_verify_as_var.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_port_verify_none.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_verify_none.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_verify_none_port.py
tests/unit/rules/python/stdlib/examples/insecure_listen_config_verify_set.py
tests/unit/rules/python/stdlib/examples/json_jsondecoder_decode.py
tests/unit/rules/python/stdlib/examples/json_load.py
tests/unit/rules/python/stdlib/examples/json_loads.py
tests/unit/rules/python/stdlib/examples/marshal_load.py
tests/unit/rules/python/stdlib/examples/marshal_loads.py
tests/unit/rules/python/stdlib/examples/nntplib_nntp_context_mgr.py
tests/unit/rules/python/stdlib/examples/nntplib_nntp_login.py
tests/unit/rules/python/stdlib/examples/nntplib_nntp_ssl.py
tests/unit/rules/python/stdlib/examples/nntplib_nntp_starttls.py
tests/unit/rules/python/stdlib/examples/pickle_load.py
tests/unit/rules/python/stdlib/examples/pickle_loads.py
tests/unit/rules/python/stdlib/examples/pickle_unpickler.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_apop.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_context_mgr.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_pass_.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_rpop.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_ssl.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_stls.py
tests/unit/rules/python/stdlib/examples/poplib_pop3_user.py
tests/unit/rules/python/stdlib/examples/shelve_dbfilenameshelf.py
tests/unit/rules/python/stdlib/examples/shelve_open.py
tests/unit/rules/python/stdlib/examples/shelve_open_context_mgr.py
tests/unit/rules/python/stdlib/examples/smtplib_smtp_auth.py
tests/unit/rules/python/stdlib/examples/smtplib_smtp_context_mgr.py
tests/unit/rules/python/stdlib/examples/smtplib_smtp_login.py
tests/unit/rules/python/stdlib/examples/smtplib_smtp_ssl.py
tests/unit/rules/python/stdlib/examples/smtplib_smtp_starttls.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_brainpoolP256r1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_brainpoolP384r1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_brainpoolP384r1tls13.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_brainpoolP512r1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_default_context.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_ffdhe2048.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_prime192v1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_prime256v1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_secp160r2.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_secp256r1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_sect163k1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_sect571k1.py
tests/unit/rules/python/stdlib/examples/ssl_context_set_ecdh_curve_unverified_context.py
tests/unit/rules/python/stdlib/examples/ssl_context_sslv2.py
tests/unit/rules/python/stdlib/examples/ssl_context_sslv23.py
tests/unit/rules/python/stdlib/examples/ssl_context_sslv3.py
tests/unit/rules/python/stdlib/examples/ssl_context_tlsv1.py
tests/unit/rules/python/stdlib/examples/ssl_context_tlsv11.py
tests/unit/rules/python/stdlib/examples/ssl_context_tlsv12.py
tests/unit/rules/python/stdlib/examples/telnet.py
tests/unit/rules/python/stdlib/examples/telnetlib_telnet.py
tests/unit/rules/python/stdlib/examples/telnetlib_telnet_context_mgr.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp_args_open.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp_args_with_open_args.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp_open.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp_walrus_open.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp_with_open.py
tests/unit/rules/python/stdlib/examples/tempfile_mktemp_with_open_multiline.py
tests/unit/rules/python/stdlib/examples/wrap_socket_sslv2.py
tests/unit/rules/python/stdlib/examples/wrap_socket_sslv23.py
tests/unit/rules/python/stdlib/examples/wrap_socket_sslv2_server_side_true.py
tests/unit/rules/python/stdlib/examples/wrap_socket_sslv3.py
tests/unit/rules/python/stdlib/examples/wrap_socket_tlsv1.py
tests/unit/rules/python/stdlib/examples/wrap_socket_tlsv11.py
tests/unit/rules/python/stdlib/examples/wrap_socket_tlsv12.py