Commit f12d106
committed
fix(security): Add validation for full_custom_query input
>
> Adds read-only SQL validation to the field in the observation form. This prevents arbitrary SQL execution by ensuring that only SELECT statements can be submitted, mitigating a potential security vulnerability.1 parent e62d680 commit f12d106
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
420 | 429 | | |
421 | 430 | | |
422 | 431 | | |
| |||
0 commit comments