Commit ee9775c
Fix SQL injection in Packet Index controller
Cast pktapplayer values to int via array_map before interpolating into
the SQL IN() clause, preventing injection from user-supplied GET params.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 42c5285 commit ee9775c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments