-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDHash serialization issue in fileinfo #1318
Comments
The santa/Source/santactl/Commands/SNTCommandFileInfo.m Lines 536 to 540 in 3b2d02f
In the rest of the app, the santa/Source/santad/SNTPolicyProcessor.m Lines 318 to 322 in 3b2d02f
|
The daemon communication error is maybe cause by the wrong type: santa/Source/santactl/Commands/SNTCommandFileInfo.m Lines 403 to 421 in 3b2d02f
santa/Source/common/SNTRuleIdentifiers.h Lines 36 to 41 in 3b2d02f
|
Note: Added a warning banner to the release: https://github.com/google/santa/releases/tag/2024.3 |
There are issues with the CD Hash in the
santactl fileinfo
command output:It seems that the binary data is passed directly to the text output.
There is also a related hard crash in the json output:
I have just installed Santa 2024.3:
Also, the daemon is up and running,
status
andsync
are OK, but there is a "Could not communicate with daemon" error in the rule key value, so there may be another issue there.The events received by the sync server are OK. We get the
cdhash
key in the payload with a string value.The text was updated successfully, but these errors were encountered: