Fixing typo in the credit-card object

pull/26/merge
Alexandre Dulaunoy 2017-09-21 15:35:05 +02:00
parent 5d7bd3f1ea
commit a5c0c4e192
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
], ],
"attributes": { "attributes": {
"version": { "version": {
"description": "yabin.py and regex.txt version used for the generation of the yara rules.", "description": "Version of the card.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "comment" "misp-attribute": "text"
}, },
"comment": { "comment": {
"description": "A description of the card.", "description": "A description of the card.",
@ -14,7 +14,7 @@
"misp-attribute": "comment" "misp-attribute": "comment"
}, },
"card-security-code": { "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, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
@ -39,7 +39,7 @@
"misp-attribute": "cc-number" "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.", "description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
"meta-category": "financial", "meta-category": "financial",
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7", "uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",