Skip to content

Commit

Permalink
Spell out 3rd as Third
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Nov 3, 2023
1 parent 4afebca commit 5c9f367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/secure-coding-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The guidelines in this policy were gathered primarily from the [OWASP Top 10](ht
#### 1.2 Content Security

1. Verify the content type of external data to ensure it matches expectations
2. Enforce proper type checking, file type validation for file/media uploads and rendering 3rd party content
2. Enforce proper type checking, file type validation for file/media uploads and rendering third party content
3. Implement Content Security Policies (CSP) to mitigate XSS attacks when rendering external data

#### 1.3 Data Serialization
Expand Down Expand Up @@ -73,7 +73,7 @@ The guidelines in this policy were gathered primarily from the [OWASP Top 10](ht
2. Errors should not leak data and be made more generic. This is especially important for code which handles data classified as **sensitive**.
3. Production versions of applications shall have logging disabled

### 4 3rd Party Integrations & Applications
### 4 Third Party Integrations & Applications

#### 4.1 Authentication and Authorization

Expand Down

0 comments on commit 5c9f367

Please sign in to comment.