Commit 79f0da9
committed
Fix incomplete LIKE metacharacter escaping (CodeQL rb/incomplete-sanitization)
Escape backslash characters before % and _ in selector_resource_guids
LIKE filtering to prevent backslash-based injection.1 parent 9a18941 commit 79f0da9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments