.codespell.allow
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
flake8_secure_coding_standard.py
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/draft_release.yml
.github/workflows/format.yml
.github/workflows/publish_release.yml
.github/workflows/pull_request.yml
flake8_secure_coding_standard.egg-info/PKG-INFO
flake8_secure_coding_standard.egg-info/SOURCES.txt
flake8_secure_coding_standard.egg-info/dependency_links.txt
flake8_secure_coding_standard.egg-info/entry_points.txt
flake8_secure_coding_standard.egg-info/not-zip-safe
flake8_secure_coding_standard.egg-info/requires.txt
flake8_secure_coding_standard.egg-info/top_level.txt
misc/license_header.txt
tests/assert_test.py
tests/builtin_open_test.py
tests/eval_exec_test.py
tests/jsonpickle_decode_test.py
tests/marshal_load_test.py
tests/os_chmod_test.py
tests/os_mkdir_mkfifo_mknod_test.py
tests/os_open_test.py
tests/os_realpath_test.py
tests/pdb_test.py
tests/pickle_load_test.py
tests/plugin_options_test.py
tests/shell_exec_test.py
tests/shelve_open_test.py
tests/shlex_quote_test.py
tests/tempfile_mktemp_test.py
tests/yaml_load_test.py