flake8-bandit
Automated security testing using bandit and flake8.
File Explorer
Download Latest Version (.zip)- ci.yaml
- release.yaml
- __init__.py
- assert.py
- binding.py
- cipher-modes.py
- ciphers.py
- crypto-md5.py
- dill.py
- django_sql_injection_extra.py
- django_sql_injection_raw.py
- eval.py
- exec-py2.py
- exec-py3.py
- flask_debug.py
- ftplib.py
- hardcoded-passwords.py
- hardcoded-tmp.py
- hashlib_new_insecure_functions.py
- httplib_https.py
- httpoxy_cgihandler.py
- httpoxy_twisted_directory.py
- httpoxy_twisted_script.py
- imports-aliases.py
- imports-from.py
- imports-function.py
- imports-with-importlib.py
- imports.py
- input.py
- jinja2_templating.py
- mako_templating.py
- mark_safe.py
- mark_safe_insecure.py
- mark_safe_secure.py
- marshal_deserialize.py
- mktemp.py
- multiline_statement.py
- new_candidates-all.py
- new_candidates-none.py
- new_candidates-nosec.py
- new_candidates-some.py
- no_host_key_verification.py
- nonsense.py
- nosec.py
- okay.py
- os-chmod-py2.py
- os-chmod-py3.py
- os-exec.py
- os-popen.py
- os-spawn.py
- os-startfile.py
- os_system.py
- paramiko_injection.py
- partial_path_process.py
- pickle_deserialize.py
- popen_wrappers.py
- pycrypto.py
- pycryptodome.py
- random_module.py
- requests-ssl-verify-disabled.py
- skip.py
- sql_statements-py36.py
- sql_statements.py
- ssl-insecure-version.py
- subprocess_shell.py
- telnetlib.py
- tempnam.py
- test_bandit.py
- try_except_continue.py
- try_except_pass.py
- unverified_context.py
- urlopen.py
- weak_cryptographic_key_sizes.py
- wildcard-injection.py
- xml_etree_celementtree.py
- xml_etree_elementtree.py
- xml_expatbuilder.py
- xml_expatreader.py
- xml_lxml.py
- xml_minidom.py
- xml_pulldom.py
- xml_sax.py
- xml_xmlrpc.py
- yaml_load.py
- .gitignore
- flake8_bandit.py
- LICENSE
- MANIFEST.in
- README.md
- SECURITY.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/tylerwince/flake8-bandit
Downloads the entire project code from GitHub to your computer.
cd flake8-bandit
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
