fix: port is used instead of text type

pull/26/merge
Alexandre Dulaunoy 2017-09-13 17:26:59 +02:00
parent 579e851f5e
commit 0e409294c0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

4
objects/url/definition.json Normal file → Executable file
View File

@ -16,7 +16,7 @@
"port": { "port": {
"description": "Port number", "description": "Port number",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "port"
}, },
"scheme": { "scheme": {
"description": "Scheme", "description": "Scheme",
@ -86,7 +86,7 @@
"misp-attribute": "hostname" "misp-attribute": "hostname"
} }
}, },
"version": 3, "version": 4,
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.", "description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"meta-category": "network", "meta-category": "network",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5", "uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",