paragonie / random_compat

PHP 5.x support for random_bytes() and random_int()
https://paragonie.com/projects
MIT License
8.16k stars 145 forks source link

PHPCompatibility ruleset for random_compat #154

Open jrfnl opened 5 years ago

jrfnl commented 5 years ago

Hi all,

This is just a "service message".

For those people who use this library and use PHPCompatibility in their CI process, there is now a custom ruleset available which can be used to prevent false positives being thrown by PHPCompatibility for the native PHP functionality being polyfilled by this repo.

You can find the repo for the PHPCompatibilityParagonieRandomCompat ruleset here on Github as well as on Packagist.

Hope someone will find it useful :smile:

P.S.: If anyone is interested in helping us to maintain the ruleset, please open an issue in the repo.