Skip to content

Commit

Permalink
Add link to CSP section in Security section
Browse files Browse the repository at this point in the history
Fixes #1228
  • Loading branch information
GrahamLea committed Jun 30, 2020
1 parent 0e2c346 commit fd64fb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -733,6 +733,10 @@ isSchemaSecure(schema2); // true
__Please note__: following all these recommendation is not a guarantee that validation of untrusted data is safe - it can still lead to some undesirable results.


##### Content Security Policies (CSP)
See [Ajv and Content Security Policies (CSP)](#ajv-and-content-security-policies-csp)


## ReDoS attack

Certain regular expressions can lead to the exponential evaluation time even with relatively short strings.
Expand Down

0 comments on commit fd64fb4

Please sign in to comment.