fix: MISP type are case-sensitive - fixing AS number type

pull/53/head
Alexandre Dulaunoy 2017-11-19 10:22:32 +01:00
parent b046eb4ba7
commit dd4e2d1977
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"asn": {
"description": "Autonomous System Number",
"ui-priority": 1,
"misp-attribute": "as"
"misp-attribute": "AS"
},
"description": {
"description": "Description of the autonomous system",
@ -59,7 +59,7 @@
"multiple": true
}
},
"version": 2,
"version": 3,
"description": "Autonomous system object describing an autonomous system which can include one or more network operators management an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.",
"meta-category": "network",
"uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6587",