summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Ronalds <tchalvakSpAm@gmail.com>2013-09-09 19:05:31 -0400
committerRoy Ronalds <tchalvakSpAm@gmail.com>2013-09-09 19:05:31 -0400
commit596e0b2c6f9425e35304b1a2d653277c35617a74 (patch)
tree3ce7fbecbb428b2f7de6edaeacdb8bf9127bf967
parent5d44eec3b571b4a6daae45794b0a31fbbf63c74c (diff)
downloadpassword_compat-596e0b2c6f9425e35304b1a2d653277c35617a74.zip
password_compat-596e0b2c6f9425e35304b1a2d653277c35617a74.tar.gz
password_compat-596e0b2c6f9425e35304b1a2d653277c35617a74.tar.bz2
README: Update reference to the security issue with bcrypt before 5.3.7, for clarity.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ace98c..aff8ae0 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The runtime checks have been removed due to this version issue. To see if passwo
If you attempt to use password-compat on an unsupported version, attempts to create or verify hashes will return `false`. You have been warned!
-The reason for this is that PHP prior to 5.3.7 contains a security issue with its BCRYPT implementation. Therefore, it's highly recommended that you upgrade to a newer version of PHP prior to using this layer.
+The reason for this is that PHP prior to 5.3.7 contains a [security issue with its BCRYPT implementation](http://php.net/security/crypt_blowfish.php). Therefore, it's highly recommended that you upgrade to a newer version of PHP prior to using this layer.
Installation
============