Merge pull request #1 from MISP/master

fix: some parts of the URL can be repeated such as resource path, anc…
pull/92/head
eCrimeLabs 2018-03-15 18:58:54 +01:00 committed by GitHub
commit 08fc36c8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,8 @@
"fragment": {
"description": "Fragment identifier is a short string of characters that refers to a resource that is subordinate to another, primary resource.",
"ui-priority": 0,
"misp-attribute": "text"
"misp-attribute": "text",
"multiple": true
},
"tld": {
"description": "Top-Level Domain",
@ -42,12 +43,14 @@
"resource_path": {
"description": "Path (between hostname:port and query)",
"ui-priority": 0,
"misp-attribute": "text"
"misp-attribute": "text",
"multiple": true
},
"query_string": {
"description": "Query (after path, preceded by '?')",
"ui-priority": 0,
"misp-attribute": "text"
"misp-attribute": "text",
"multiple": true
},
"url": {
"description": "Full URL",
@ -92,7 +95,7 @@
"misp-attribute": "hostname"
}
},
"version": 5,
"version": 6,
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"meta-category": "network",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",