ProcessMonitor icon indicating copy to clipboard operation
ProcessMonitor copied to clipboard

Invalid JSON Output for Signing Info

Open weslambert opened this issue 3 years ago • 2 comments

Thanks for all the work on this project!

It looks like there is at least one instance of invalid JSON output being produced.

Example:

The comma in the following, even though there is nothing else following it...

cdHash": "4359DA5622EA566C0DC27AC9D3FCEAE3FEE9051F",

...from the following:

	"event": "ES_EVENT_TYPE_NOTIFY_EXIT",
	"timestamp": "2022-08-01 02:09:08 +0000",
	"process": {
		"pid": 22103,
		"path": "/Applications/Little Snitch.app/Contents/Components/Little Snitch Software Update.app/Contents/MacOS/Little Snitch Software Update",
		"uid": 501,
		"arguments": [],
		"ppid": 1,
		"ancestors": [1],
		"signing info (reported)": {
			"csFlags": 570505985,
			"platformBinary": 0,
			"signingID": "at.obdev.littlesnitch.softwareupdate",
			"teamID": "MLZF7K7B5R",
			"cdHash": "4359DA5622EA566C0DC27AC9D3FCEAE3FEE9051F",
		},

weslambert avatar Aug 01 '22 02:08 weslambert

@objective-see, any thoughts around this issue?

weslambert avatar Aug 16 '22 14:08 weslambert