Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions working_copy/machinev1
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
"description": "A system which is vulnerable to certain attacks, e.g., misconfigured client proxy settings (such as WPAD), outdated operating system version, or cross-site scripting vulnerabilities.",
"expanded": "Vulnerable System",
"value": "vulnerable-system"
},
{
"description": "Weak password complexity and length controls, missing or poor authentication factors (e.g. captcha code, OTP, etc.), presence of default account/password, breach of SoD rules, broken certificates, etc.",
"expanded": "Weak Access Control (password, profiles, authentication factors)",
"value": "weak access control"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"value": "weak access control"
"value": "weak-access-control"

}
],
"predicate": "vulnerable"
Expand Down