mirror of https://github.com/MISP/misp-objects
Merge pull request #161 from geekscrapy/geekscrapy-patch-1
Username is often utilised alongside a credentialpull/163/head
commit
ba31488e5a
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"password"
|
"password",
|
||||||
|
"username"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"text": {
|
"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).",
|
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",
|
"uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09",
|
||||||
|
|
Loading…
Reference in New Issue