- Notifications
You must be signed in to change notification settings - Fork20.6k
Commitb14b62c
committed
Tests: Strip untypical callback parameter characters from mock.php
Only allow alphanumeric characters & underscores for callback parameters.The change is done both for the PHP server as well as the Node.js-based version.This is only test code so we're not fixing any security issue but it happensoften enough that the whole jQuery repository directory structure is deployedonto the server with PHP enabled that it makes is easy to introduce securityissues if this cleanup is not done.Refgh-4764Closesgh-4871(cherry picked froma702746)1 parent3642471 commitb14b62c
2 files changed
+21
-11
lines changedLines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 |
| |
6 | 11 |
| |
7 | 12 |
| |
| |||
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 |
| |
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
| 103 | + | |
99 | 104 |
| |
100 |
| - | |
| 105 | + | |
101 | 106 |
| |
102 | 107 |
| |
103 | 108 |
| |
| |||
223 | 228 |
| |
224 | 229 |
| |
225 | 230 |
| |
226 |
| - | |
| 231 | + | |
227 | 232 |
| |
228 | 233 |
| |
229 | 234 |
| |
|
Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
| |||
112 | 116 |
| |
113 | 117 |
| |
114 | 118 |
| |
115 |
| - | |
| 119 | + | |
116 | 120 |
| |
117 | 121 |
| |
118 | 122 |
| |
119 | 123 |
| |
120 | 124 |
| |
121 | 125 |
| |
122 |
| - | |
| 126 | + | |
123 | 127 |
| |
124 | 128 |
| |
125 | 129 |
| |
| |||
233 | 237 |
| |
234 | 238 |
| |
235 | 239 |
| |
236 |
| - | |
| 240 | + | |
237 | 241 |
| |
238 | 242 |
| |
239 |
| - | |
| 243 | + | |
| 244 | + | |
240 | 245 |
| |
241 | 246 |
| |
242 | 247 |
| |
|
0 commit comments
Comments
(0)