You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sanitization.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,6 @@ To enable sanitization in your filter class,
9
9
define a `protected $sanitizers` property.
10
10
Each entry in this array maps a **request key** to one or more sanitizer classes.
11
11
12
-
## Important Note
13
-
14
-
::: danger Important Node
15
-
The [**Closure Pipeline Engine**](/engines/closure) dose **not** og through any [sanitization](sanitization) or [validation](validation) processes.
16
-
Ensuer that you manually handle input validation and security checks when using closures in filter logic to avoid unexpected behavior or security vulnerabilities.
17
-
:::
18
-
19
12
## Basic Example
20
13
21
14
```php
@@ -51,11 +44,11 @@ You can apply multiple sanitizers to the same field by using array:
0 commit comments