trivial: clarify documentation on PSP security processor (Fixes: #5394)

This commit is contained in:
Mario Limonciello 2023-01-10 11:14:33 -06:00 committed by Mario Limonciello
parent 8d365e84de
commit 17d92d96be

View File

@ -5,6 +5,10 @@
"AMD SOCs include the ability to prevent a rollback attack by a rollback protection feature on the secure processor.",
"This feature prevents an attacker from loading an older firmware onto the part after a security vulnerability has been fixed."
],
"more-information": [
"This particular check is not for the Microsoft Pluton Security processor which is present on some chips.",
"End users are not able to modify rollback protection, this is controlled by the manufacturer."
],
"failure-impact": [
"SOCs without this feature may be attacked by an attacker installing an older firmware that takes advantage of a well-known vulnerability."
],
@ -16,7 +20,8 @@
},
"hsi-level": 4,
"references": {
"https://www.psacertified.org/blog/anti-rollback-explained/": "Rollback protection"
"https://www.psacertified.org/blog/anti-rollback-explained/": "Rollback protection",
"https://www.amd.com/en/technologies/pro-security" : "AMD Secure Processor"
},
"fwupd-version": "1.8.0"
}