From 927b9f4ff3fab7ffaae67d7aeb85fe710ef46813 Mon Sep 17 00:00:00 2001 From: Forresst Date: Tue, 26 Jan 2021 15:30:52 +0100 Subject: [PATCH] Update `commonsecuritybestpractices.md` : improved layout --- sections/security/commonsecuritybestpractices.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/sections/security/commonsecuritybestpractices.md b/sections/security/commonsecuritybestpractices.md index 45104197..1ba97c5f 100644 --- a/sections/security/commonsecuritybestpractices.md +++ b/sections/security/commonsecuritybestpractices.md @@ -99,14 +99,10 @@ Going on, below we've listed some important bits of advice from the OWASP projec - Personally identifiable information (PII) is any data that can be used to identify a specific individual - Protect Personally Identifyable Information in the Applications by encrypting them -- Follow the data privacy laws of the land - - -- Reference laws: - -- European Union: GDPR - https://ec.europa.eu/info/law/law-topic/data-protection_en -- India: https://meity.gov.in/writereaddata/files/Personal_Data_Protection_Bill,2018.pdf -- Singapore: https://www.pdpc.gov.sg/Legislation-and-Guidelines/Personal-Data-Protection-Act-Overview +- Follow the data privacy laws of the land. Reference laws: + - European Union: GDPR - https://ec.europa.eu/info/law/law-topic/data-protection_en + - India: https://meity.gov.in/writereaddata/files/Personal_Data_Protection_Bill,2018.pdf + - Singapore: https://www.pdpc.gov.sg/Legislation-and-Guidelines/Personal-Data-Protection-Act-Overview ## ![✔] Have a security.txt File [PRODUCTION]