wikimedia/mediawiki-core

View on GitHub
includes/utils/MWCryptHKDF.php

Summary

Maintainability
A
35 mins
Test Coverage

Method HKDF has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function HKDF( $hash, $ikm, $salt, $info, $L ) {
Severity: Minor
Found in includes/utils/MWCryptHKDF.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status