mirror of https://github.com/MISP/misp-objects
Merge pull request #159 from geekscrapy/patch-1
Added current-directory to required fieldpull/163/head
commit
302182e594
|
@ -3,7 +3,7 @@
|
|||
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
||||
"meta-category": "misc",
|
||||
"description": "Object describing a system process.",
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"attributes": {
|
||||
"creation-time": {
|
||||
"description": "Local date/time at which the process was created.",
|
||||
|
@ -91,6 +91,7 @@
|
|||
"name",
|
||||
"pid",
|
||||
"image",
|
||||
"command-line"
|
||||
"command-line",
|
||||
"current-directory"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue