Update commonsecuritybestpractices.md : improved layout

This commit is contained in:
Forresst
2021-01-26 15:30:52 +01:00
committed by GitHub
parent 3e117cbe65
commit 927b9f4ff3

View File

@@ -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]