AntonMoryakov

Results 4 comments of AntonMoryakov

Hi! While working on this PR, I noticed that the CI fails due to `SA5011` reports from `staticcheck`, but these originate from **unrelated test files** in the current codebase (not...

> NACK > > A nil dereference is not possible here, because in update.go we call `intelrdt.IsCATEnabled` and `intelrdt.IsMBAEnabled` earlier, and if `Root` returns nil, we'll error out here: >...

> Which static analysis tool did you use? I use 'go vet ./...' to test, I can't see any static check errors. static analyzers like SVACE

> Thanks for this. Please sign the CLA so we can use the PR. ready