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

Add Flow.{Platform,CPU}VendorID #294

Closed xaionaro closed 2 years ago

xaionaro commented 3 years ago

I need to add vendor-specific logic in the internal service, which uses pcr0tool. So I think this is a good place to add the mapping of flows to vendor IDs.

ChriMarMe commented 3 years ago

Hmmmm. This could be part of github.com/9elements/go-linux-lowlevel-hw instead?

I think it's a more fitting place because this lib is taking care of hardware abstraction.

xaionaro commented 3 years ago

You mean specifically package platformid? If so then makes sense.

ChriMarMe commented 3 years ago

Yes

xaionaro commented 2 years ago

Decided not to push this logic to CSS, yet. Need to polish up the entities internally first (to avoid mess in the upstream.)