mirror of https://github.com/MISP/misp-objects
Fixing typo in the credit-card object
parent
5d7bd3f1ea
commit
a5c0c4e192
|
@ -4,9 +4,9 @@
|
|||
],
|
||||
"attributes": {
|
||||
"version": {
|
||||
"description": "yabin.py and regex.txt version used for the generation of the yara rules.",
|
||||
"description": "Version of the card.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "comment"
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"comment": {
|
||||
"description": "A description of the card.",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"misp-attribute": "comment"
|
||||
},
|
||||
"card-security-code": {
|
||||
"description": "Card security code as embossed or printed on the card.",
|
||||
"description": "Card security code (CSC, CVD, CVV, CVC and SPC) as embossed or printed on the card.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
|
@ -39,7 +39,7 @@
|
|||
"misp-attribute": "cc-number"
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
|
||||
"meta-category": "financial",
|
||||
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",
|
||||
|
|
Loading…
Reference in New Issue