converged-security-suite
converged-security-suite copied to clipboard
Converged Security Suite for Intel & AMD platform security features
When following the documentation: https://github.com/9elements/converged-security-suite/tree/main/cmd/core/txt-suite#how-to-compile the end result is: ``` go: github.com/intel-go/[email protected]: invalid version: unknown revision 219e067757cb ``` When downloading go modules.
It instructs to use `txt-suite -m` flag, while this flag does not exist in the v2.8.1 version of this tool. ``` root@tb:~# txt-suite exec-tests -i INFO[0000] For more information about...
1. Verified prerequisites from: https://github.com/9elements/converged-security-suite/tree/main/cmd/core/txt-suite#prerequisites-for-usage 2. Tried release binaries from: https://github.com/9elements/converged-security-suite/releases/tag/v2.8.1 or https://github.com/9elements/converged-security-suite/releases/tag/v2.8.0 The end result on both cases looks like following: ``` root@tb:~# txt-suite exec-tests INFO[0000] For more information...
## Summary - clean up leftover `logpath` field from AMD suite CLI context ## Testing - `go test ./...` *(fails: github.com/pierrec/lz4 download blocked)* ------ https://chatgpt.com/codex/tasks/task_e_68547e4e2e4483239f427bffa8351553
When trying to run the runtime subset of Boot GUard tests on a Boot Guard/CBnT enabled system, the suite fails to access MSRs and memory. ``` sudo ./bg-suite exec-tests --set=5,6,7...
When attempting to run bg-suite with all tests on a system with coreboot and Boot Guard/CBnT enabled, the suite panics and sens SIGSEGV: ``` ./bg-suite exec-tests --set="all" -f coreboot.rom INFO[0000]...