Skip to content

Commit b9a9b7f

Browse files
authored
docs: better link to time attack explanation (#68)
1 parent deae262 commit b9a9b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ More information: [The Dangers of Square Bracket Notation](docs/the-dangers-of-s
100100

101101
Detects insecure comparisons (`==`, `!=`, `!==` and `===`), which check input sequentially.
102102

103-
More information: https://snyk.io/blog/node-js-timing-attack-ccc-ctf/
103+
More information: https://codahale.com/a-lesson-in-timing-attacks/
104104

105105
#### `detect-pseudoRandomBytes`
106106

0 commit comments

Comments
 (0)