Hey,
the function GetConfComputeGpuAttestationReport does currently not accept a nonce for the report generation. This is insecure for CC use cases because an attacker might record a valid report once and replay it to a victim multiple times/on different machines, potentially with a modified GPU attached.
We have implemented this in our fork here. This works fine so it seems to be supported by the runtime.
Could you update that function?
Thanks,
Otto