Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sns-temp committed Aug 10, 2018
1 parent 6f1e796 commit 06af960
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Solution

* [A1 Injection](solution/a1-injection.md)
* [A2 Broken Authentication and Session Management](solution/a2-broken-auth.md)
* [A2 Broken Authentication](solution/a2-broken-auth.md)
* [A3 Sensitive Data Exposure](solution/a3-sensitive-data-exposure.md)
* [A4 XML External Entities](solution/a4-xxe.md)
* [A5 Broken Access Control](solution/a5-broken-access-control.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/solution/a2-broken-auth.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Broken Authentication and Session Management
# Broken Authentication

## Insecure Reset Password

Expand Down
2 changes: 1 addition & 1 deletion docs/solution/a3-sensitive-data-exposure.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sensitive Data Disclosure
# Sensitive Data Exposure

## Hashed Passwords Disclosed

Expand Down
3 changes: 1 addition & 2 deletions docs/solution/a5-broken-access-control.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Missing Function Level Access Control

# Broken Access Control

## Unauthorized Access to Users API

Expand Down

0 comments on commit 06af960

Please sign in to comment.