Skip to content

Commit

Permalink
Merge pull request #626 from VinayaSathyanarayana/patch-2
Browse files Browse the repository at this point in the history
Update with Encryption of PII Data
  • Loading branch information
goldbergyoni authored Mar 8, 2020
2 parents fe68f78 + c2437f8 commit fa2183e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sections/security/commonsecuritybestpractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,17 @@ Going on, below we've listed some important bits of advice from the OWASP projec
- Applying context-sensitive encoding when modifying the browser document on the client-side acts against DOM XSS
- Enabling a Content-Security Policy (CSP) as a defense-in-depth mitigating control against XSS

## ![] Protect Personally Identifyable Information (PII Data)

- 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

<br/><br/><br/>

0 comments on commit fa2183e

Please sign in to comment.