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

Remove pycryptodome blacklist #470

Merged
merged 7 commits into from Apr 13, 2019
Merged

Commits on Oct 30, 2018

  1. Remove pycryptodome from import blacklist

    pycryptodome appears to be actively maintained, as opposed to pycrypto.
    
    Unless there is a noted security issue with not using it, this removes
    the blanket blacklist on the library. Any insecure hashes/ciphers/etc.
    that the library provides will still be reported as per other libraries.
    ghugo committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ed4bbb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

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

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    89e3a37 View commit details
    Browse the repository at this point in the history
  2. [functional-tests]

    - repurpose blacklist test to verify that pycryptodome is no longer blacklisted
    mikespallino committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    433a19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0919a3b View commit details
    Browse the repository at this point in the history
  4. [flake8]

    - misunderstood what flake8 was complaining about.
    mikespallino committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    802bb3f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

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