mirror of https://github.com/MISP/misp-objects
Fix incorrect type for domain
parent
6413749f67
commit
7d7cea0459
|
@ -32,7 +32,7 @@
|
||||||
"domain": {
|
"domain": {
|
||||||
"description": "The domain of the search engine.",
|
"description": "The domain of the search engine.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"Google",
|
"Google",
|
||||||
"Yahoo",
|
"Yahoo",
|
||||||
|
@ -62,5 +62,5 @@
|
||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
"uuid": "16b3f8d0-fd09-4812-a42c-b5aeff2d4c2e",
|
"uuid": "16b3f8d0-fd09-4812-a42c-b5aeff2d4c2e",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue