We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12be365 commit a91b619Copy full SHA for a91b619
1 file changed
objects/credential/definition.json
@@ -62,17 +62,17 @@
62
"unknown"
63
]
64
},
65
- "username": {
66
- "description": "Username related to the password(s)",
67
- "misp-attribute": "text",
68
- "ui-priority": 1
69
- },
70
"use-at": {
71
"description": "The link identifying where the credential is used.",
72
"disable_correlation": true,
73
- "multiple": true,
74
"misp-attribute": "link",
+ "multiple": true,
75
"ui-priority": 0
+ },
+ "username": {
+ "description": "Username related to the password(s)",
+ "misp-attribute": "text",
+ "ui-priority": 1
76
}
77
78
"description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",
0 commit comments