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]