From b246ae0abf7cf0443d15a0f22e4d2f19c17377c1 Mon Sep 17 00:00:00 2001 From: Guillaume Ross Date: Fri, 25 Feb 2022 12:19:02 -0500 Subject: [PATCH] Update security.md (#4364) Adding a carriage return before the 2FA table, as the Fleet website requires that for tables to render. Removed the bold heading before and made it simpler as well. --- handbook/security.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/handbook/security.md b/handbook/security.md index c885813dc..ffba07dec 100644 --- a/handbook/security.md +++ b/handbook/security.md @@ -279,8 +279,7 @@ We cannot overstate the importance of securing authentication, especially in a p #### 2-Step Verification Google's name for Two-Factor Authentication (2FA) or Multi-Factor Authentication (MFA) is 2-Step Verification (2-SV). No matter what we call it, it is the most critical feature to protect user accounts on Google Workspace or any other system. -**2FA methods from the least to the most secure** -| Authentication methods from least to most secure | Weaknesses | +| 2FA Authentication methods from least to most secure | Weaknesses | | ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | | No 2FA | Credential theft is easy, and passwords are often leaked or easy to guess. | | SMS/Phone-based 2FA | Puts trust in the phone number itself, which attackers can hijack by [social engineering phone companies](https://www.vice.com/en/topic/sim-hijacking). |