Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.9 #650

Merged
merged 6 commits into from
Feb 11, 2021
Merged

Add support for Python 3.9 #650

merged 6 commits into from
Feb 11, 2021

Commits on Dec 6, 2020

  1. Add support for Python 3.9

    Add GitHub Action unit testing of Python 3.9 and add to our supported
    list of Python versions.
    
    This patch also fixes some Py39 related issues. Namely:
    * A hardcoded password such as d["password"] = "blerg" in examples/hardcoded-passwords.py
      goes undetected. This is due to a change in behavior of the Py3.9 AST.
    * The README does match the output of bandit -h. Specially the targets is now
      [targets ...] instead of [targets [targets ...]]. This was introduced with Python
      fix: https://bugs.python.org/issue38438. As a result, the README no longer contains
      output of -h and the unit test to make sure they match is gone.
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    d369741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306bcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58a3e36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d10bd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    fd4076b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    de4fc86 View commit details
    Browse the repository at this point in the history