mirror of https://github.com/MISP/misp-objects
fix: port is used instead of text type
parent
579e851f5e
commit
0e409294c0
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue