Skip to content

Commit

Permalink
Merge pull request OWASP#116 from Timo69/CSS-109
Browse files Browse the repository at this point in the history
Fix typo in abuse case cheatsheet (CSS-109)
  • Loading branch information
righettod authored May 27, 2019
2 parents cca22ae + e9a182e commit 20c7ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Abuse_Case_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ If one or several abuse cases are handled at:
- Put a special comment in the classes/scripts/modules to indicate that *This class/module/script takes into account the abuse cases ABUSE_CASE_001, ABUSE_CASE_002, ABUSE_CASE_xxx*.
- Dedicated annotation like `@AbuseCase(ids={"ABUSE_CASE_001","ABUSE_CASE_002"})` can be used to facilitate tracking and allow identification into integrated development environment.

Using this way, it becomes possible (via some minor scripting) to identify where the the abuse cases are addressed.
Using this way, it becomes possible (via some minor scripting) to identify where abuse cases are addressed.

## Step 5: During implementation - Abuse cases handling validation

Expand Down

0 comments on commit 20c7ce1

Please sign in to comment.