What's Changed
- Specify output_file encoding as utf-8 by @Brcrwilliams in #364
- Specify language_version in .pre-commit-hooks.yaml by @jdufresne in #670
- Clearer message for subprocess module use by @ericwb in #667
- Add the column offset to the issue model by @tonybaloney in #618
- Show column offset on all formatters by @ericwb in #673
- More complete removal of Python2 code by @ericwb in #674
- Small syntax and formatting cleanup by @ericwb in #676
- Updates to address docstring code scan issues, add flake8 configuration by @asears in #671
- More cleanup of license headers by @ericwb in #679
- Replace http with https URLs by @ericwb in #680
- Add default labels to issues by @ericwb in #681
- Prevent creation of blank issues by @ericwb in #682
- Include the line number when using HTML output format by @aludwin1 in #683
- Add support for Python 3.9 by @ericwb in #650
- Add numeric options for severity and confidence by @nathanstocking in #702
- #694 Bandit fails when using importlib with named arguments by @maciejstromich in #701
- Add license to package installation metadata by @RobbeSneyders in #705
- Mock part of python 3.x by @ericwb in #685
- Remove statement about Py3 by @ericwb in #713
- Use new issue template format by @ericwb in #717
- Fix syntax error in bug report by @ericwb in #718
- Remove steps in reproduce section by @ericwb in #719
- Fix syntax errors in bug report by @ericwb in #720
- document that random.choices() isn't secure either by @taybin in #728
- PEP-518 support: configure bandit via pyproject.toml by @orsinium in #401
- Always use a Loader in yaml.load by @ericwb in #745
- fix reading initial values from .bandit by @alipqb in #722
New Contributors
- @Brcrwilliams made their first contribution in #364
- @jdufresne made their first contribution in #670
- @tonybaloney made their first contribution in #618
- @asears made their first contribution in #671
- @aludwin1 made their first contribution in #683
- @nathanstocking made their first contribution in #702
- @RobbeSneyders made their first contribution in #705
- @taybin made their first contribution in #728
- @orsinium made their first contribution in #401
- @alipqb made their first contribution in #722
Full Changelog: 1.7.0...1.7.1