intel / ccc-linux-guest-hardening

Linux Security Hardening for Confidential Compute
https://intel.github.io/ccc-linux-guest-hardening-docs
MIT License
63 stars 13 forks source link

deploy: use master branch for kAFL collection #110

Open Wenzel opened 1 year ago

Wenzel commented 1 year ago

This PR removes the pinning on stable-v0.5 branch for the kAFL Ansible collection and uses master instead.

See this ticket https://github.com/IntelLabs/kAFL/issues/184 The ccc repo's bkc role is already overriding the versions pinned by stable-v0.5 anyway.

I also rebased kafl.fuzzer's kafl_tdx branch to master, these are the changes (99 commits, 42 files changed): https://github.com/IntelLabs/kafl.fuzzer/compare/kafl_tdx...master

The main user interfaces changed are

The rebased branch has been pushed on my own fork under kafl_tdx_rebased to avoid breaking anything while we work on this PR.