mirror of https://github.com/MISP/misp-objects
chg: [hashlookup] Using the `filename` type for the FileName attribute instead of `text`
parent
388b57e342
commit
d2b93f5aa6
|
@ -3,7 +3,7 @@
|
|||
"FileName": {
|
||||
"description": "Complete path of the filename including the filename",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"misp-attribute": "filename",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"FileSize": {
|
||||
|
|
Loading…
Reference in New Issue