We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d38ceb commit aadb4ceCopy full SHA for aadb4ce
docs/rules/no-inner-html.md
@@ -8,7 +8,9 @@
8
9
Using `innerHTML` poses a potential security risk. Prefer using `textContent` to set text to an element.
10
11
-https://github.com/github/paste-markdown/security/advisories/GHSA-gpfj-4j6g-c4w9
+[Related security notification](https://github.com/github/paste-markdown/security/advisories/GHSA-gpfj-4j6g-c4w9)
12
+
13
+It may be reasonable to disable this rule in testing setups that use known, trusted input and carry little security risk.
14
15
👎 Examples of **incorrect** code for this rule:
16
0 commit comments