Merge branch 'main' into property-stringify

This commit is contained in:
tyage
2022-10-04 09:57:54 +01:00
committed by GitHub
404 changed files with 9236 additions and 4706 deletions

View File

@@ -44,7 +44,7 @@
<sample src="examples/unsafe-html-construction_safe.js" />
<p>
Alternatively, a HTML sanitizer can be used to remove unsafe content.
Alternatively, an HTML sanitizer can be used to remove unsafe content.
</p>
<sample src="examples/unsafe-html-construction_sanitizer.js" />

View File

@@ -12,7 +12,7 @@
<recommendation>
<p>
If using <code>JSON.stringify</code> or a HTML sanitizer to sanitize a string inserted into
If using <code>JSON.stringify</code> or an HTML sanitizer to sanitize a string inserted into
JavaScript code, then make sure to perform additional sanitization or remove potentially
dangerous characters.
</p>