Skip to content

Commit

Permalink
Add warning regarding the use of Symfony Forms (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vo authored Nov 1, 2024
1 parent 1a444ab commit 270591b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/dev/framework/request-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ class MyCustomService
}
```

{{% notice warning %}}
If you are using Symfony forms to store records that will be shown in the backend or are rendered in the frontend using
legacy templates, keep in mind that there won't be any input encoding! Without careful treatment, this will result in XSS
vulnerabilities!
{{% /notice %}}

## Deprecated Constants, Configuration Settings and more

For historical reasons, you may still come across the following constants or configuration settings.
Expand Down

0 comments on commit 270591b

Please sign in to comment.