File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
PHPCompatibilityPasswordCompat Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1313 <exclude name =" PHPCompatibility.FunctionUse.NewFunctions.password_verifyFound" />
1414 </rule >
1515
16+ <!-- Prevent false positives being thrown when run over the code of password_compat itself. -->
17+ <rule ref =" PHPCompatibility.Constants.RemovedConstants.mcrypt_dev_urandomDeprecatedRemoved" >
18+ <exclude-pattern >/password[-_]compat/lib/password\.php$</exclude-pattern >
19+ </rule >
20+ <rule ref =" PHPCompatibility.Extensions.RemovedExtensions.mcryptDeprecatedRemoved" >
21+ <exclude-pattern >/password[-_]compat/lib/password\.php$</exclude-pattern >
22+ </rule >
23+ <rule ref =" PHPCompatibility.FunctionUse.RemovedFunctions.mcrypt_create_ivDeprecatedRemoved" >
24+ <exclude-pattern >/password[-_]compat/lib/password\.php$</exclude-pattern >
25+ </rule >
26+
1627</ruleset >
You can’t perform that action at this time.
0 commit comments