Skip to content

Commit f217dd7

Browse files
committed
fix(API2:2019): restore "Is the API Vulnerable?" item
1 parent e0ea72d commit f217dd7

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
29 Bytes
Binary file not shown.
58 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ An API is vulnerable if it:
2424
* Accepts unsigned / weakly signed JWT tokens (`"alg":"none"`) / doesn’t
2525
validate their expiration date.
2626
* Uses plain text, encrypted, or weakly hashed passwords.
27+
* Uses weak encryption keys.
2728

2829
## Example Attack Scenarios
2930

0 commit comments

Comments
 (0)