We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617e622 commit 7951296Copy full SHA for 7951296
README.md
@@ -44,8 +44,9 @@ $ php composer.phar install
44
```
45
46
### Available filters
47
-| Filter | Description |
48
-| ------------------ | -------------------- |
49
-| SQL | Prevent SQL Injections |
50
-| XSS | XSS Attacks |
51
-| XML | Stops XML Attacks |
+| Filter | Description |
+| ------------------ | --------------------- |
+| SQL | SQL Injection |
+| CRLF | CRLF Injection |
+| XSS | Cross-site Scripting |
52
+| XML | XML Attacks |
0 commit comments