From 642446e660a55fad67ad18246f81adf9ea30ad3c Mon Sep 17 00:00:00 2001 From: TimmyBc Date: Mon, 25 Mar 2024 20:46:28 +0100 Subject: [PATCH] Update remediation_advice.json --- mappings/remediation_advice/remediation_advice.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/remediation_advice/remediation_advice.json b/mappings/remediation_advice/remediation_advice.json index a1e4e7e..12e90ec 100644 --- a/mappings/remediation_advice/remediation_advice.json +++ b/mappings/remediation_advice/remediation_advice.json @@ -1210,7 +1210,7 @@ "remediation_advice": "Implement robust deletion functions which not only reference to the data, but write over the existing data to prevent digital forensic methods of recovery" }, { - "id": "kiosk_escape", + "id": "kiosk_escape_or_breakout", "remediation_advice": "1. Implement vigirous QA testing of applications prior to deployment\n2. Implement robust error logging and catching within the application to prevent crashes\n3. Initiate application restarts in the event of a application crash.\n4. Use Lower Privleged accounts with minimal permissions to lower the impact of a potential kiosk escape" }, {