Skip to content

Commit

Permalink
Update checklist.json
Browse files Browse the repository at this point in the history
Altered the changes to WSTG-ATHN-07 back to reference "Weak Password Policy" instead of the new naming in order to ensure the automations run correctly and detect the changes.
  • Loading branch information
alp1n3-eth authored Dec 20, 2024
1 parent f7b9cad commit 962fbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checklists/checklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@
]
}
,{
"name":"Testing for Weak Authentication Methods",
"name":"Testing for Weak Password Policy",
"id":"WSTG-ATHN-07",
"reference":"https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/04-Authentication_Testing/07-Testing_for_Weak_Authentication_Methods",
"reference":"https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/04-Authentication_Testing/07-Testing_for_Weak_Password_Policy",
"objectives":[
"Determine the resistance of the application against brute force password guessing using available password dictionaries by evaluating the length, complexity, reuse, and aging requirements of passwords."
]
Expand Down

0 comments on commit 962fbd7

Please sign in to comment.