Changeset 47735 for trunk/phpcompat.xml.dist
- Timestamp:
- 05/01/2020 07:05:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcompat.xml.dist
r47122 r47735 42 42 43 43 <!-- 44 PHPCompatibilityParagonieSodiumCompat prevents false positives in `sodium_compat`. 45 However, because these files are included in a non-standard path, false positives are triggered in WordPress Core. 46 --> 47 <exclude-pattern>src/wp-includes/sodium_compat/lib/php72compat_const\.php$</exclude-pattern> 48 49 <rule ref="PHPCompatibility.FunctionUse.NewFunctions.sodium_crypto_sign_keypair_from_secretkey_and_publickeyFound"> 50 <exclude-pattern>/sodium_compat/src/Compat\.php$</exclude-pattern> 51 </rule> 52 <rule ref="PHPCompatibility.FunctionUse.NewFunctions.sodium_padFound"> 53 <exclude-pattern>/sodium_compat/src/Compat\.php$</exclude-pattern> 54 </rule> 55 <rule ref="PHPCompatibility.FunctionUse.NewFunctions.sodium_unpadFound"> 56 <exclude-pattern>/sodium_compat/src/Compat\.php$</exclude-pattern> 57 </rule> 58 59 <!-- 44 60 PHPCompatibilityParagonieRandomCompat prevents false positives in `random_compat`. 45 61 However, because these files are included in a non-standard path, false positives are triggered in WordPress Core.
Note: See TracChangeset
for help on using the changeset viewer.