Commit f86176d
committed
fix(users): remove overly aggressive search validation that broke internal queries
The repository-level object check rejected all object values including
legitimate MongoDB operators ($in, etc.) used by seed and internal code.
NoSQL injection is already prevented at controller boundaries via String()
coercion and key allowlists.1 parent 1cbcc41 commit f86176d
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 79 | + | |
87 | 80 | | |
88 | 81 | | |
89 | 82 | | |
| |||
0 commit comments