django/django

View on GitHub
django/utils/crypto.py

Summary

Maintainability
A
1 hr
Test Coverage

Function pbkdf2 has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def pbkdf2(password, salt, iterations, dklen=0, digest=None):
Severity: Minor
Found in django/utils/crypto.py - About 35 mins to fix

    Function salted_hmac has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def salted_hmac(key_salt, value, secret=None, *, algorithm="sha1"):
    Severity: Minor
    Found in django/utils/crypto.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status