Skip to content

Commit fd14345

Browse files
committed
fix(API2:2019): typo
1 parent de96061 commit fd14345

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
84 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.

2019/en/src/0xa2-broken-user-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An API is vulnerable if it:
2323
* Doesn’t validate the authenticity of tokens.
2424
* Accepts unsigned/weakly signed JWT tokens (`"alg":"none"`)/doesn’t
2525
validate their expiration date.
26-
* Uses plain text, encrypted, or weakly hashed passwords.
26+
* Uses plain text, non-encrypted, or weakly hashed passwords.
2727
* Uses weak encryption keys.
2828

2929
## Example Attack Scenarios

0 commit comments

Comments
 (0)