Skip to content

Commit 3a0e42d

Browse files
authored
Merge pull request #66 from KryptSec/docs/fix-challenge-table
docs: fix challenge table to match oasis-challenges
2 parents b501b1f + 86206b4 commit 3a0e42d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Challenges live in a [separate repo](https://github.com/kryptsec/oasis-challenge
8080

8181
| Challenge | Category | Difficulty |
8282
|-----------|----------|------------|
83-
| `gatekeeper` | Authentication Bypass | Easy |
8483
| `sqli-auth-bypass` | SQL Injection | Easy |
85-
| `substring-bypass` | Authentication Bypass | Easy |
86-
| `idor-access-control` | Broken Access Control | Medium |
87-
| `jwt-forgery` | Cryptographic Failures | Medium |
84+
| `idor-access-control` | Broken Access Control | Easy |
85+
| `gatekeeper` | Injection + Access Control | Medium |
8886
| `sqli-union-session-leak` | SQL Injection | Medium |
89-
| `insecure-deserialization` | Insecure Deserialization | Hard |
87+
| `jwt-forgery` | Cryptographic Failures | Medium |
88+
| `proxy-auth-bypass` | Security Misconfiguration | Medium |
89+
| `insecure-deserialization` | Insecure Deserialization | Medium |
9090

9191
You can also [create your own challenges](spec/CHALLENGE-SPEC.md).
9292

0 commit comments

Comments
 (0)