mirror of
https://github.com/directus/directus.git
synced 2026-02-18 10:11:47 -05:00
Prevent parsing non-decimal values in search (#18383)
* prevent parsing non-decimal values in search * Create rare-deers-clap.md * Adjust format of changeset * Add explaining comment to return logic of validateNumber * remove float with zeros check --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
This commit is contained in:
6
.changeset/rare-deers-clap.md
Normal file
6
.changeset/rare-deers-clap.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@directus/app": patch
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Prevented parsing non-decimal values in search query
|
||||
Reference in New Issue
Block a user