Skip to content

Commit 6f59ff0

Browse files
committed
Add URL with more info to timing security issues
1 parent da6fc2c commit 6f59ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ licensed under the [Apache License, version 2.0](https://www.apache.org/licenses
2626
Security
2727
--------
2828

29-
Because of how Python internally stores numbers, it is very hard (if not impossible) to make a pure-Python program secure against timing attacks. This library is no exception, so use it with care.
29+
Because of how Python internally stores numbers, it is very hard (if not impossible) to make a pure-Python program secure against timing attacks. This library is no exception, so use it with care. See https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/ for more info.
3030

3131

3232
Major changes in 4.1

0 commit comments

Comments
 (0)