We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Passing callable strings (ie system) caused the function to be executed.
system
Fixed in v0.2.1.
Do not allow passing user strings to EntityRepository::find() or query().
EntityRepository::find()
query()
Fix commit.
Impact
Passing callable strings (ie
system
) caused the function to be executed.Patches
Fixed in v0.2.1.
Workarounds
Do not allow passing user strings to
EntityRepository::find()
orquery()
.References
Fix commit.