Skip to content

Commit b3d4b8a

Browse files
committed
Fix severity for no-unsafe-iframe-sandbox in rule docs
1 parent e776afa commit b3d4b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/rules/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ full: true
107107
| [`no-script-url`](./dom-no-script-url) | 1️⃣ 1️⃣ | | Disallow `javascript:` URLs as attribute values | |
108108
| [`no-string-style-prop`](./dom-no-string-style-prop) | 2️⃣ 2️⃣ | | Disallow string values for the `style` prop | |
109109
| [`no-unknown-property`](./dom-no-unknown-property) | 0️⃣ 0️⃣ | `🔧` `⚙️` | Disallow unknown `DOM` property | |
110-
| [`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox) | 0️⃣ 0️⃣ | | Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations | |
110+
| [`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox) | 1️⃣ 1️⃣ | | Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations | |
111111
| [`no-unsafe-target-blank`](./dom-no-unsafe-target-blank) | 0️⃣ 1️⃣ | `🔧` | Disallow `target="_blank"` without `rel="noreferrer noopener"` | |
112112
| [`no-use-form-state`](./dom-no-use-form-state) | 2️⃣ 2️⃣ | `🔄` | Replaces usages of `useFormState` with `useActionState` | >=19.0.0 |
113113
| [`no-void-elements-with-children`](./dom-no-void-elements-with-children) | 2️⃣ 2️⃣ | | Disallow `children` in void DOM elements | |

0 commit comments

Comments
 (0)