fwupd/docs/hsi-tests.d/org.fwupd.hsi.Amd.SpiWriteProtection.json
Richard Hughes 820e42143d Make the HSI specification machine readable
This allows us to convert it to other forms, e.g. OPAL.
2022-10-24 16:24:25 +01:00

19 lines
521 B
JSON

{
"id" : "org.fwupd.hsi.Amd.SpiWriteProtection",
"name" : "AMD SPI Replay protections",
"description" : [
"SOCs may include support for replay-protected monotonic counters to prevent replay attacks."
],
"failure-impact" : [
"SOCs without this feature may be attacked by an attacker modifying the SPI."
],
"failure-results" : {
"not-enabled" : "SPI protections disabled"
},
"success-results" : {
"enabled" : "SPI protections enabled"
},
"hsi-level" : 3,
"fwupd-version" : "1.8.0"
}