-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SONARPHP-1057 Adapt existing vulnerabilities to named arguments (#691)
* SONARPHP-1057 Named arguments: adapt EmptyDatabasePasswordCheck * SONARPHP-1057 Named arguments: adapt HashFunctionCheck * SONARPHP-1057 Named arguments: adapt LDAPAuthenticatedConnectionCheck * SONARPHP-1057 Named arguments: adapt NoPaddingRsaCheck * SONARPHP-1057 Named arguments: adapt SessionCookiePersistenceCheck * SONARPHP-1057 Named arguments: adapt WeakSSLProtocolCheck * SONARPHP-1057 FunctionArgumentCheck: further improvement for named arguments * SONARPHP-1057 Named arguments: adapt EncryptionModeAndPaddingCheck * SONARPHP-1057 Named arguments: adapt RobustCipherAlgorithmCheck * SONARPHP-1057 Named arguments: adapt SSLCertificatesVerificationDisabledCheck * SONARPHP-1057 Named arguments: adapt SSLHostVerificationDisabledCheck
- Loading branch information
Showing
21 changed files
with
149 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.