sulu / SuluFormBundle

Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
MIT License
81 stars 78 forks source link

Add: Stronger type checks on user input #378

Closed ghost closed 6 months ago

ghost commented 6 months ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
License MIT

What's in this PR?

More precise checking of data sent by users.

Why?

We have had the problem that bots have transferred a string instead of an array. This caused the builder to run into the error Cannot access offset of type string on string

alexander-schranz commented 6 months ago

@flogado Thank you!