Closed j-lanson closed 2 weeks ago
I am starting to review this right now! It seems like config/Hipcheck.kdl
needs to be updated to provide a manifest path for the entropy plugin
I am starting to review this right now! It seems like
config/Hipcheck.kdl
needs to be updated to provide a manifest path for the entropy plugin
@patrickjcasey Good catch, I've updated the file
I am seeing this error when running this branch on the hipcheck repo with the default policy file
It seems that mitre/typo
and mitre/edit
errors are also occurring on develop
I am seeing this error when running this branch on the hipcheck repo with the default policy file
As per the PR message, this branch needs the git parser fixes Andrew was working on. Let me rebase off of main now that those fixes are merged.
Resolves #559 . Resolves #579 .
Updates
entropy
plugin to run smoothly, and also rips out theMITRE_LEGACY_PLUGINS
infrastructure from Hipcheck core, as after this there are no more legacy plugin implementations.Separate commit adds outbound chunking to hipcheck core and SDK, which was not previously implemented causing too-large gRPC messages to crash the analysis.
Also replaces a lot of
println/eprintln
calls withlog::{warn, error, trace, debug}