Username is often utilised alongside a credential

Username can often identify malicious behavior, and is usually part of the credential tuple - it can also be used to highlight common user accounts without password/api key
pull/161/head
molley 2019-04-02 18:26:00 +01:00 committed by GitHub
parent 0c6b7b4302
commit a50986361f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"requiredOneOf": [
"password"
"password",
"username"
],
"attributes": {
"text": {
@ -67,7 +68,7 @@
]
}
},
"version": 2,
"version": 3,
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
"meta-category": "misc",
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",