.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CODE_OF_CONDUCT.md
ChangeLog
LICENSE
README.rst
SECURITY.md
mkdocs.yml
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/getting-started.md
docs/index.md
docs/requirements.txt
docs/rules.md
docs/javascripts/tablesort.js
docs/man/precli.md
docs/rules/go/stdlib/crypto-weak-cipher.md
docs/rules/go/stdlib/crypto-weak-hash.md
docs/rules/go/stdlib/crypto-weak-key.md
docs/rules/java/stdlib/java-net-insecure-cookie.md
docs/rules/java/stdlib/java-security-weak-hash.md
docs/rules/java/stdlib/java-security-weak-key.md
docs/rules/java/stdlib/java-security-weak-random.md
docs/rules/java/stdlib/javax-crypto-weak-cipher.md
docs/rules/java/stdlib/javax-servlet-http-insecure-cookie.md
docs/rules/python/stdlib/argparse-sensitive-info.md
docs/rules/python/stdlib/assert.md
docs/rules/python/stdlib/crypt-weak-hash.md
docs/rules/python/stdlib/ftplib-cleartext.md
docs/rules/python/stdlib/ftplib-unverified-context.md
docs/rules/python/stdlib/hashlib-improper-prng.md
docs/rules/python/stdlib/hashlib-weak-hash.md
docs/rules/python/stdlib/hmac-timing-attack.md
docs/rules/python/stdlib/hmac-weak-hash.md
docs/rules/python/stdlib/hmac-weak-key.md
docs/rules/python/stdlib/http-server-unrestricted-bind.md
docs/rules/python/stdlib/http-url-secret.md
docs/rules/python/stdlib/imaplib-cleartext.md
docs/rules/python/stdlib/imaplib-unverified-context.md
docs/rules/python/stdlib/json-load.md
docs/rules/python/stdlib/logging-insecure-listen-config.md
docs/rules/python/stdlib/marshal-load.md
docs/rules/python/stdlib/nntplib-cleartext.md
docs/rules/python/stdlib/nntplib-unverified-context.md
docs/rules/python/stdlib/os-loose-file-perm.md
docs/rules/python/stdlib/pathlib-loose-file-perm.md
docs/rules/python/stdlib/pickle-load.md
docs/rules/python/stdlib/poplib-cleartext.md
docs/rules/python/stdlib/poplib-unverified-context.md
docs/rules/python/stdlib/re-denial-of-service.md
docs/rules/python/stdlib/secrets-weak-token.md
docs/rules/python/stdlib/shelve-open.md
docs/rules/python/stdlib/smtplib-cleartext.md
docs/rules/python/stdlib/smtplib-unverified-context.md
docs/rules/python/stdlib/socket-unrestricted-bind.md
docs/rules/python/stdlib/socketserver-unrestricted-bind.md
docs/rules/python/stdlib/ssl-context-weak-key.md
docs/rules/python/stdlib/ssl-create-unverified-context.md
docs/rules/python/stdlib/ssl-insecure-tls-version.md
docs/rules/python/stdlib/telnetlib-cleartext.md
docs/rules/python/stdlib/tempfile-mktemp-race-condition.md
docs/rules/python/stdlib/xmlrpc-server-unrestricted-bind.md
docs/stylesheets/extra.css
images/example.cast
images/example.gif
images/logo.png
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/artifact.py
precli/core/call.py
precli/core/comparison.py
precli/core/config.py
precli/core/cwe.py
precli/core/fix.py
precli/core/kind.py
precli/core/level.py
precli/core/linecache.py
precli/core/loader.py
precli/core/location.py
precli/core/metrics.py
precli/core/redos.py
precli/core/result.py
precli/core/run.py
precli/core/status.py
precli/core/suppression.py
precli/core/symtab.py
precli/core/tool.py
precli/core/utils.py
precli/parsers/__init__.py
precli/parsers/go.py
precli/parsers/java.py
precli/parsers/node_types.py
precli/parsers/python.py
precli/renderers/__init__.py
precli/renderers/detailed.py
precli/renderers/json.py
precli/renderers/markdown.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/java/stdlib/java_net_insecure_cookie.py
precli/rules/java/stdlib/java_security_weak_hash.py
precli/rules/java/stdlib/java_security_weak_key.py
precli/rules/java/stdlib/java_security_weak_random.py
precli/rules/java/stdlib/javax_crypto_weak_cipher.py
precli/rules/java/stdlib/javax_servlet_http_insecure_cookie.py
precli/rules/python/__init__.py
precli/rules/python/stdlib/__init__.py
precli/rules/python/stdlib/argparse_sensitive_info.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/ftplib_unverified_context.py
precli/rules/python/stdlib/hashlib_improper_prng.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/hmac_weak_key.py
precli/rules/python/stdlib/http_server_unrestricted_bind.py
precli/rules/python/stdlib/http_url_secret.py
precli/rules/python/stdlib/imaplib_cleartext.py
precli/rules/python/stdlib/imaplib_unverified_context.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/nntplib_unverified_context.py
precli/rules/python/stdlib/os_loose_file_perm.py
precli/rules/python/stdlib/pathlib_loose_file_perm.py
precli/rules/python/stdlib/pickle_load.py
precli/rules/python/stdlib/poplib_cleartext.py
precli/rules/python/stdlib/poplib_unverified_context.py
precli/rules/python/stdlib/re_denial_of_service.py
precli/rules/python/stdlib/secrets_weak_token.py
precli/rules/python/stdlib/shelve_open.py
precli/rules/python/stdlib/smtplib_cleartext.py
precli/rules/python/stdlib/smtplib_unverified_context.py
precli/rules/python/stdlib/socket_unrestricted_bind.py
precli/rules/python/stdlib/socketserver_unrestricted_bind.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
precli/rules/python/stdlib/xmlrpc_server_unrestricted_bind.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/bad_coding.py
tests/unit/parsers/examples/expression_list_assignment.py
tests/unit/parsers/examples/expression_list_assignment_uneven.py
tests/unit/parsers/examples/importlib_import_module.py
tests/unit/parsers/examples/pep3120.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/crypto/__init__.py
tests/unit/rules/go/stdlib/crypto/test_crypto_weak_cipher.py
tests/unit/rules/go/stdlib/crypto/test_crypto_weak_hash.py
tests/unit/rules/go/stdlib/crypto/test_crypto_weak_key.py
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_cipher_aes.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_cipher_des.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_cipher_rc4.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_hash_md5_new.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_hash_md5_sum.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_hash_sha1_new.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_hash_sha1_sum.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_hash_sha256_new.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_hash_sha256_sum.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_dsa_1024.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_dsa_2048.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_dsa_3072.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_rsa_1024.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_rsa_2048.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_rsa_4096.go
tests/unit/rules/go/stdlib/crypto/examples/crypto_weak_key_rsa_bits_as_var.go
tests/unit/rules/java/__init__.py
tests/unit/rules/java/stdlib/__init__.py
tests/unit/rules/java/stdlib/java_net/__init__.py
tests/unit/rules/java/stdlib/java_net/test_insecure_cookie.py
tests/unit/rules/java/stdlib/java_net/examples/HttpCookieSecureFalse.java
tests/unit/rules/java/stdlib/java_net/examples/HttpCookieSecureTrue.java
tests/unit/rules/java/stdlib/java_security/__init__.py
tests/unit/rules/java/stdlib/java_security/test_weak_hash.py
tests/unit/rules/java/stdlib/java_security/test_weak_key.py
tests/unit/rules/java/stdlib/java_security/test_weak_random.py
tests/unit/rules/java/stdlib/java_security/examples/JavaSecuritySecureRandomSHA1PRNG.java
tests/unit/rules/java/stdlib/java_security/examples/KeyPairGeneratorDSA.java
tests/unit/rules/java/stdlib/java_security/examples/KeyPairGeneratorRSA.java
tests/unit/rules/java/stdlib/java_security/examples/MessageDigestMD2.java
tests/unit/rules/java/stdlib/java_security/examples/MessageDigestMD5.java
tests/unit/rules/java/stdlib/java_security/examples/MessageDigestMD5Property.java
tests/unit/rules/java/stdlib/java_security/examples/MessageDigestSHA1.java
tests/unit/rules/java/stdlib/java_security/examples/MessageDigestSHA256.java
tests/unit/rules/java/stdlib/java_security/examples/SecureRandomDefault.java
tests/unit/rules/java/stdlib/java_security/examples/SecureRandomSHA1PRNG.java
tests/unit/rules/java/stdlib/javax_crypto/__init__.py
tests/unit/rules/java/stdlib/javax_crypto/test_weak_cipher.py
tests/unit/rules/java/stdlib/javax_crypto/examples/Cipher3DESCBC.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherAESCBC.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherArcfour.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherBlowfishCBC.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherDESCBC.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherRC2.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherRC4.java
tests/unit/rules/java/stdlib/javax_crypto/examples/CipherRC5.java
tests/unit/rules/java/stdlib/javax_servlet_http/__init__.py
tests/unit/rules/java/stdlib/javax_servlet_http/test_insecure_cookie.py
tests/unit/rules/java/stdlib/javax_servlet_http/examples/CookieSecureFalse.java
tests/unit/rules/java/stdlib/javax_servlet_http/examples/CookieSecureTrue.java
tests/unit/rules/python/__init__.py
tests/unit/rules/python/stdlib/__init__.py
tests/unit/rules/python/stdlib/argparse/__init__.py
tests/unit/rules/python/stdlib/argparse/test_argparse_sensitive_info.py
tests/unit/rules/python/stdlib/argparse/examples/argparse_add_argument_api_key.py
tests/unit/rules/python/stdlib/argparse/examples/argparse_add_argument_default_action.py
tests/unit/rules/python/stdlib/argparse/examples/argparse_add_argument_password.py
tests/unit/rules/python/stdlib/argparse/examples/argparse_add_argument_password_file.py
tests/unit/rules/python/stdlib/argparse/examples/argparse_add_argument_password_store_true.py
tests/unit/rules/python/stdlib/argparse/examples/argparse_add_argument_token.py
tests/unit/rules/python/stdlib/assert/__init__.py
tests/unit/rules/python/stdlib/assert/test_assert.py
tests/unit/rules/python/stdlib/assert/examples/assert.py
tests/unit/rules/python/stdlib/crypt/__init__.py
tests/unit/rules/python/stdlib/crypt/test_crypt_weak_hash.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_crypt.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_crypt_method_blowfish.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_crypt_method_crypt.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_crypt_method_md5.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_crypt_method_sha256.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_crypt_method_sha512.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_mksalt.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_mksalt_method_blowfish.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_mksalt_method_crypt.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_mksalt_method_md5.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_mksalt_method_sha256.py
tests/unit/rules/python/stdlib/crypt/examples/crypt_mksalt_method_sha512.py
tests/unit/rules/python/stdlib/ftplib/__init__.py
tests/unit/rules/python/stdlib/ftplib/test_ftplib_cleartext.py
tests/unit/rules/python/stdlib/ftplib/test_ftplib_unverified_context.py
tests/unit/rules/python/stdlib/ftplib/examples/ftp.py
tests/unit/rules/python/stdlib/ftplib/examples/ftp_context_mgr.py
tests/unit/rules/python/stdlib/ftplib/examples/ftp_login.py
tests/unit/rules/python/stdlib/ftplib/examples/ftp_tls.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_context_mgr.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_login.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_login_single_statement.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_tls.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_tls_context_as_var.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_tls_context_none.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_tls_context_unset.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_tls_user_password.py
tests/unit/rules/python/stdlib/ftplib/examples/ftplib_ftp_user_password.py
tests/unit/rules/python/stdlib/hashlib/__init__.py
tests/unit/rules/python/stdlib/hashlib/test_hashlib_improper_prng.py
tests/unit/rules/python/stdlib/hashlib/test_hashlib_weak_hash.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_blake2b.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_blake2s.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_improper_prng_blake2b.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_improper_prng_blake2s.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_improper_prng_pbkdf2_hmac.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_improper_prng_scrypt.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_md4.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_md5.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_md5_as_identifier.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_md5_importlib.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_md5_usedforsecurity_true.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_blake2b.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_blake2s.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_md4.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_md5.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_md5_dict.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_md5_sha1.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_md5_tuple.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_md5_usedforsecurity_true.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_name_sha.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_ripemd160.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha1.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha224.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha384.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha3_224.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha3_256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha3_384.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha3_512.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha512.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_sha_usedforsecurity_false.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_shake_128.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_new_shake_256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_md4.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_md5.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_ripemd160.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha1.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha224.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha384.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha3_224.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha3_256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha3_384.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_sha3_512.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_shake_128.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_pbkdf2_hmac_shake_256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_ripemd160.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha1.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha224.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha384.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha3_224.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha3_256.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha3_384.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha3_512.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha512.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_sha_usedforsecurity_false.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_shake_128.py
tests/unit/rules/python/stdlib/hashlib/examples/hashlib_shake_256.py
tests/unit/rules/python/stdlib/hmac/__init__.py
tests/unit/rules/python/stdlib/hmac/test_hmac_timing_attack.py
tests/unit/rules/python/stdlib/hmac/test_hmac_weak_hash.py
tests/unit/rules/python/stdlib/hmac/test_hmac_weak_key.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_blake2b.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_blake2s.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_blake2b.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_blake2s.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_md4.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_md5.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_ripemd160.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha1.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha3_224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha3_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha3_384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha3_512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_sha512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_shake_128.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_hashlib_shake_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_md4.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_md5.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_md5_sha1.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_ripemd160.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha1.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha3_224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha3_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha3_384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha3_512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_sha512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_shake_128.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_shake_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_weak_key_hashlib_blake2b.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_weak_key_hashlib_sha3_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_weak_key_hashlib_sm3.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_weak_key_sha224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_weak_key_sha256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_digest_weak_key_sha512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_blake2b.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_blake2s.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_blake2b.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_blake2s.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_md4.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_md5.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_ripemd160.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha1.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha3_224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha3_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha3_384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha3_512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_sha512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_shake_128.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_hashlib_shake_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_md4.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_md5.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_md5_sha1.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_ripemd160.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha1.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha3_224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha3_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha3_384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha3_512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_sha512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_shake_128.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_digestmod_shake_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_weak_key_blake2s.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_weak_key_hashlib_sha3_224.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_weak_key_hashlib_sha3_384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_weak_key_hashlib_sha3_512.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_weak_key_sha384.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_new_weak_key_sha512_256.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_timing_attack.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_timing_attack_class.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_timing_attack_class_hexdigest.py
tests/unit/rules/python/stdlib/hmac/examples/hmac_timing_attack_compare_digest.py
tests/unit/rules/python/stdlib/http/__init__.py
tests/unit/rules/python/stdlib/http/test_http_server_unrestricted_bind.py
tests/unit/rules/python/stdlib/http/test_http_url_secret.py
tests/unit/rules/python/stdlib/http/examples/http_server_http_server.py
tests/unit/rules/python/stdlib/http/examples/http_server_threading_http_server.py
tests/unit/rules/python/stdlib/http/examples/http_url_secret_apikey.py
tests/unit/rules/python/stdlib/http/examples/http_url_secret_apikey_in_header.py
tests/unit/rules/python/stdlib/http/examples/http_url_secret_basic_auth.py
tests/unit/rules/python/stdlib/http/examples/http_url_secret_basic_auth_as_var.py
tests/unit/rules/python/stdlib/http/examples/http_url_secret_password.py
tests/unit/rules/python/stdlib/http/examples/http_url_secret_username.py
tests/unit/rules/python/stdlib/imaplib/__init__.py
tests/unit/rules/python/stdlib/imaplib/test_imaplib_cleartext.py
tests/unit/rules/python/stdlib/imaplib/test_imaplib_unverified_context.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_authenticate.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_context_mgr.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_login.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_login_cram_md5.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_ssl.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_ssl_context_as_var.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_ssl_context_none.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_ssl_context_unset.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_starttls.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_starttls_context_as_var.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_starttls_context_none.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_starttls_context_unset.py
tests/unit/rules/python/stdlib/imaplib/examples/imaplib_imap4_stream.py
tests/unit/rules/python/stdlib/json/__init__.py
tests/unit/rules/python/stdlib/json/test_json_load.py
tests/unit/rules/python/stdlib/json/examples/json_jsondecoder_decode.py
tests/unit/rules/python/stdlib/json/examples/json_load.py
tests/unit/rules/python/stdlib/json/examples/json_loads.py
tests/unit/rules/python/stdlib/logging/__init__.py
tests/unit/rules/python/stdlib/logging/test_logging_insecure_listen_config.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_empty_args.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_port.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_port_verify_as_var.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_port_verify_none.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_verify_none.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_verify_none_port.py
tests/unit/rules/python/stdlib/logging/examples/insecure_listen_config_verify_set.py
tests/unit/rules/python/stdlib/marshal/__init__.py
tests/unit/rules/python/stdlib/marshal/test_marshal_load.py
tests/unit/rules/python/stdlib/marshal/examples/marshal_load.py
tests/unit/rules/python/stdlib/marshal/examples/marshal_loads.py
tests/unit/rules/python/stdlib/nntplib/__init__.py
tests/unit/rules/python/stdlib/nntplib/test_nntplib_cleartext.py
tests/unit/rules/python/stdlib/nntplib/test_nntplib_unverified_context.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_context_mgr.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_login.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_ssl.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_ssl_context_as_var.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_ssl_context_none.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_ssl_context_unset.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_starttls.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_starttls_context_as_var.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_starttls_context_none.py
tests/unit/rules/python/stdlib/nntplib/examples/nntplib_nntp_starttls_context_unset.py
tests/unit/rules/python/stdlib/os/test_os_loose_file_perm.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_IXOTH.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_S_IXOTH.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_S_S_IXOTH.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o111_binop_wildcard.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o644.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o7.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o755_binop_stat.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o760.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o770.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o776.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_o777.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_stat_S_IXOTH.py
tests/unit/rules/python/stdlib/os/examples/os_chmod_x1ff.py
tests/unit/rules/python/stdlib/os/examples/os_fchmod_511.py
tests/unit/rules/python/stdlib/os/examples/os_lchmod_o227.py
tests/unit/rules/python/stdlib/os/examples/os_mkdir_default.py
tests/unit/rules/python/stdlib/os/examples/os_mkdir_o750_binop.py
tests/unit/rules/python/stdlib/os/examples/os_mkfifo_default.py
tests/unit/rules/python/stdlib/os/examples/os_mkfifo_o644_binop.py
tests/unit/rules/python/stdlib/os/examples/os_mknod_o666_binop.py
tests/unit/rules/python/stdlib/os/examples/os_open_default.py
tests/unit/rules/python/stdlib/os/examples/os_open_o655.py
tests/unit/rules/python/stdlib/pathlib/test_pathlib_loose_file_perm.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_IXOTH.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_S_IXOTH.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_S_S_IXOTH.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o111_binop_wildcard.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o644.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o7.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o755_binop_stat.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o760.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o770.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o776.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_o777.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_stat_S_IXOTH.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_chmod_x1ff.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_lchmod_o227.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_mkdir_default.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_mkdir_o750_binop.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_touch_default.py
tests/unit/rules/python/stdlib/pathlib/examples/pathlib_touch_o750_binop.py
tests/unit/rules/python/stdlib/pickle/__init__.py
tests/unit/rules/python/stdlib/pickle/test_pickle_load.py
tests/unit/rules/python/stdlib/pickle/examples/pickle_load.py
tests/unit/rules/python/stdlib/pickle/examples/pickle_loads.py
tests/unit/rules/python/stdlib/pickle/examples/pickle_unpickler.py
tests/unit/rules/python/stdlib/poplib/__init__.py
tests/unit/rules/python/stdlib/poplib/test_poplib_cleartext.py
tests/unit/rules/python/stdlib/poplib/test_poplib_unverified_context.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_apop.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_context_mgr.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_pass_.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_rpop.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_ssl.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_ssl_context_as_var.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_ssl_context_none.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_ssl_context_unset.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_stls.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_stls_context_as_var.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_stls_context_none.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_stls_context_unset.py
tests/unit/rules/python/stdlib/poplib/examples/poplib_pop3_user.py
tests/unit/rules/python/stdlib/re/__init__.py
tests/unit/rules/python/stdlib/re/test_re_denial_of_service.py
tests/unit/rules/python/stdlib/re/examples/re_compile.py
tests/unit/rules/python/stdlib/re/examples/re_compile_good.py
tests/unit/rules/python/stdlib/re/examples/re_findall.py
tests/unit/rules/python/stdlib/re/examples/re_finditer.py
tests/unit/rules/python/stdlib/re/examples/re_fullmatch.py
tests/unit/rules/python/stdlib/re/examples/re_match.py
tests/unit/rules/python/stdlib/re/examples/re_search.py
tests/unit/rules/python/stdlib/re/examples/re_search_good.py
tests/unit/rules/python/stdlib/re/examples/re_split.py
tests/unit/rules/python/stdlib/re/examples/re_sub.py
tests/unit/rules/python/stdlib/re/examples/re_subn.py
tests/unit/rules/python/stdlib/secrets/__init__.py
tests/unit/rules/python/stdlib/secrets/test_secrets_weak_token.py
tests/unit/rules/python/stdlib/secrets/examples/secrets_token_bytes.py
tests/unit/rules/python/stdlib/secrets/examples/secrets_token_bytes_default.py
tests/unit/rules/python/stdlib/secrets/examples/secrets_token_bytes_size_var.py
tests/unit/rules/python/stdlib/secrets/examples/secrets_token_hex.py
tests/unit/rules/python/stdlib/secrets/examples/secrets_token_hex_nbytes_unknown.py
tests/unit/rules/python/stdlib/secrets/examples/secrets_token_urlsafe.py
tests/unit/rules/python/stdlib/shelve/__init__.py
tests/unit/rules/python/stdlib/shelve/test_shelve_open.py
tests/unit/rules/python/stdlib/shelve/examples/shelve_dbfilenameshelf.py
tests/unit/rules/python/stdlib/shelve/examples/shelve_open.py
tests/unit/rules/python/stdlib/shelve/examples/shelve_open_context_mgr.py
tests/unit/rules/python/stdlib/smtplib/__init__.py
tests/unit/rules/python/stdlib/smtplib/test_smtplib_cleartext.py
tests/unit/rules/python/stdlib/smtplib/test_smtplib_unverified_context.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_auth.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_context_mgr.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_login.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_ssl.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_ssl_context_as_var.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_ssl_context_none.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_ssl_context_unset.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_starttls.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_starttls_context_as_var.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_starttls_context_none.py
tests/unit/rules/python/stdlib/smtplib/examples/smtplib_smtp_starttls_context_unset.py
tests/unit/rules/python/stdlib/socket/__init__.py
tests/unit/rules/python/stdlib/socket/test_socket_unrestricted_bind.py
tests/unit/rules/python/stdlib/socket/examples/socket_create_server.py
tests/unit/rules/python/stdlib/socket/examples/socket_socket_bind.py
tests/unit/rules/python/stdlib/socket/examples/socket_socket_bind_as_var.py
tests/unit/rules/python/stdlib/socket/examples/socket_socket_bind_as_vars.py
tests/unit/rules/python/stdlib/socketserver/__init__.py
tests/unit/rules/python/stdlib/socketserver/test_socketserver_unrestricted_bind.py
tests/unit/rules/python/stdlib/socketserver/examples/socketserver_forking_tcp_server.py
tests/unit/rules/python/stdlib/socketserver/examples/socketserver_forking_udp_server.py
tests/unit/rules/python/stdlib/socketserver/examples/socketserver_tcp_server.py
tests/unit/rules/python/stdlib/socketserver/examples/socketserver_threading_tcp_server.py
tests/unit/rules/python/stdlib/socketserver/examples/socketserver_threading_udp_server.py
tests/unit/rules/python/stdlib/socketserver/examples/socketserver_udp_server.py
tests/unit/rules/python/stdlib/ssl/__init__.py
tests/unit/rules/python/stdlib/ssl/test_ssl_context_tls_version.py
tests/unit/rules/python/stdlib/ssl/test_ssl_context_weak_key.py
tests/unit/rules/python/stdlib/ssl/test_ssl_create_context.py
tests/unit/rules/python/stdlib/ssl/test_ssl_get_server_certificate_tls_version.py
tests/unit/rules/python/stdlib/ssl/test_ssl_wrap_socket_tls_version.py
tests/unit/rules/python/stdlib/ssl/examples/create_default_context.py
tests/unit/rules/python/stdlib/ssl/examples/create_unverified_context.py
tests/unit/rules/python/stdlib/ssl/examples/get_server_certificate_sslv2.py
tests/unit/rules/python/stdlib/ssl/examples/get_server_certificate_sslv23.py
tests/unit/rules/python/stdlib/ssl/examples/get_server_certificate_sslv3.py
tests/unit/rules/python/stdlib/ssl/examples/get_server_certificate_tlsv1.py
tests/unit/rules/python/stdlib/ssl/examples/get_server_certificate_tlsv11.py
tests/unit/rules/python/stdlib/ssl/examples/get_server_certificate_tlsv12.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_brainpoolP256r1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_brainpoolP384r1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_brainpoolP384r1tls13.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_brainpoolP512r1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_default_context.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_ffdhe2048.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_prime192v1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_prime256v1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_secp160r2.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_secp256r1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_sect163k1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_sect571k1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_typed_default_param.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_typed_param.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_set_ecdh_curve_unverified_context.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_sslv2.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_sslv23.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_sslv3.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_tlsv1.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_tlsv11.py
tests/unit/rules/python/stdlib/ssl/examples/ssl_context_tlsv12.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_sslv2.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_sslv23.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_sslv2_server_side_true.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_sslv3.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_tlsv1.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_tlsv11.py
tests/unit/rules/python/stdlib/ssl/examples/wrap_socket_tlsv12.py
tests/unit/rules/python/stdlib/telnetlib/__init__.py
tests/unit/rules/python/stdlib/telnetlib/test_telnetlib_cleartext.py
tests/unit/rules/python/stdlib/telnetlib/examples/telnet.py
tests/unit/rules/python/stdlib/telnetlib/examples/telnetlib_telnet.py
tests/unit/rules/python/stdlib/telnetlib/examples/telnetlib_telnet_context_mgr.py
tests/unit/rules/python/stdlib/tempfile/__init__.py
tests/unit/rules/python/stdlib/tempfile/test_tempfile_mktemp_race_condition.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp_args_open.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp_args_with_open_args.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp_open.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp_walrus_open.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp_with_open.py
tests/unit/rules/python/stdlib/tempfile/examples/tempfile_mktemp_with_open_multiline.py
tests/unit/rules/python/stdlib/xmlrpc/__init__.py
tests/unit/rules/python/stdlib/xmlrpc/test_xmlrpc_server_unrestricted_bind.py
tests/unit/rules/python/stdlib/xmlrpc/examples/xmlrpc_server_doc_xml_rpc_server.py
tests/unit/rules/python/stdlib/xmlrpc/examples/xmlrpc_server_simple_xml_rpc_server.py