9elements / converged-security-suite

Converged Security Suite for Intel & AMD platform security features
https://www.9esec.io
BSD 3-Clause "New" or "Revised" License
56 stars 15 forks source link

feat(pcr): Add Flow.CPUVendorID() #310

Closed xaionaro closed 2 years ago

xaionaro commented 2 years ago

Depends on https://github.com/9elements/go-linux-lowlevel-hw/pull/9 to be merged.

trynity commented 2 years ago

There are build errors that need to be addressed, but overall the changes look good.

xaionaro commented 2 years ago

@trynity : The build errors are because the dependency is not merged, yet.

xaionaro commented 2 years ago

@zaolin , @ChriMarMe : Could you take a look at https://github.com/9elements/go-linux-lowlevel-hw/pull/9, please? I cannot merge this PR before that PR is merged.

xaionaro commented 2 years ago

Tp fix the building there is another dependency :( -- https://github.com/9elements/go-linux-lowlevel-hw/pull/10

xaionaro commented 2 years ago

Splitted to 2 commits for easier review.