rspec/rules/S4790/php/comments-and-links.adoc

15 lines
584 B
Plaintext
Raw Normal View History

=== on 17 Oct 2018, 17:49:50 Nicolas Harraudeau wrote:
*Out of scope*:
All the following functions are out of scope:
* Hashing files is not usually performed to hide sensitive content.
** http://php.net/manual/en/function.hash-file.php[hash_file]
** http://php.net/manual/en/function.md5-file.php[md5_file]
** http://php.net/manual/en/function.sha1-file.php[sha1_file]
** http://php.net/manual/en/function.hash-hmac-file.php[hash_hmac_file]
* HMAC is is out of scope of this RSPEC
** http://php.net/manual/en/function.hash-hmac.php[hash_hmac]
include::../comments-and-links.adoc[]