42
42
- &ref_5_27_0 '>=5.27.0 || ^4.51.0'
43
43
- &ref_5_29_0 '>=5.29.0 || ^4.53.0' # express 5 support
44
44
- &ref_5_30_0 '>=5.30.0 || ^4.54.0'
45
- - &ref_5_32_0 '>=5.32.0 || ^4.56.0'
45
+ - &ref_5_32_0 '>=5.32.0'
46
+ - &ref_5_33_0 '>=5.33.0'
46
47
47
48
tests/ :
48
49
apm_tracing_e2e/ :
@@ -95,12 +96,16 @@ tests/:
95
96
TestCodeInjection :
96
97
' * ' : *ref_5_20_0
97
98
nextjs : missing_feature
98
- TestCodeInjection_StackTrace : missing_feature
99
+ TestCodeInjection_StackTrace :
100
+ ' * ' : *ref_5_33_0
101
+ nextjs : missing_feature
99
102
test_command_injection.py :
100
103
TestCommandInjection :
101
104
' * ' : *ref_3_11_0
102
105
nextjs : missing_feature
103
- TestCommandInjection_StackTrace : missing_feature
106
+ TestCommandInjection_StackTrace :
107
+ ' * ' : *ref_5_33_0
108
+ nextjs : missing_feature
104
109
test_email_html_injection.py :
105
110
TestEmailHtmlInjection : missing_feature
106
111
TestEmailHtmlInjection_StackTrace : missing_feature
@@ -137,7 +142,9 @@ tests/:
137
142
' * ' : *ref_5_26_0
138
143
express5 : *ref_5_29_0 # test uses querystring
139
144
nextjs : missing_feature
140
- TestHeaderInjection_StackTrace : missing_feature
145
+ TestHeaderInjection_StackTrace :
146
+ ' * ' : *ref_5_33_0
147
+ nextjs : missing_feature
141
148
test_hsts_missing_header.py :
142
149
Test_HstsMissingHeader :
143
150
' * ' : *ref_4_8_0
@@ -158,7 +165,9 @@ tests/:
158
165
TestLDAPInjection :
159
166
' * ' : *ref_4_1_0
160
167
nextjs : missing_feature
161
- TestLDAPInjection_StackTrace : missing_feature
168
+ TestLDAPInjection_StackTrace :
169
+ ' * ' : *ref_5_33_0
170
+ nextjs : missing_feature
162
171
test_no_httponly_cookie.py :
163
172
TestNoHttponlyCookie :
164
173
' * ' : *ref_4_3_0
@@ -179,25 +188,33 @@ tests/:
179
188
TestNoSqlMongodbInjection :
180
189
' * ' : *ref_4_17_0
181
190
nextjs : missing_feature
182
- TestNoSqlMongodbInjection_StackTrace : missing_feature
191
+ TestNoSqlMongodbInjection_StackTrace :
192
+ ' * ' : *ref_5_33_0
193
+ nextjs : missing_feature
183
194
test_path_traversal.py :
184
195
TestPathTraversal :
185
196
' * ' : *ref_3_19_0
186
197
nextjs : missing_feature
187
- TestPathTraversal_StackTrace : missing_feature
198
+ TestPathTraversal_StackTrace :
199
+ ' * ' : *ref_5_33_0
200
+ nextjs : missing_feature
188
201
test_reflection_injection.py :
189
202
TestReflectionInjection : missing_feature
190
203
TestReflectionInjection_StackTrace : missing_feature
191
204
test_sql_injection.py :
192
205
TestSqlInjection :
193
206
' * ' : *ref_3_11_0
194
207
nextjs : missing_feature
195
- TestSqlInjection_StackTrace : missing_feature
208
+ TestSqlInjection_StackTrace :
209
+ ' * ' : *ref_5_33_0
210
+ nextjs : missing_feature
196
211
test_ssrf.py :
197
212
TestSSRF :
198
213
' * ' : *ref_4_1_0
199
214
nextjs : missing_feature
200
- TestSSRF_StackTrace : missing_feature
215
+ TestSSRF_StackTrace :
216
+ ' * ' : *ref_5_33_0
217
+ nextjs : missing_feature
201
218
test_template_injection.py :
202
219
TestTemplateInjection :
203
220
' * ' : *ref_5_26_0
@@ -214,32 +231,42 @@ tests/:
214
231
TestUnvalidatedHeader :
215
232
' * ' : *ref_4_3_0
216
233
nextjs : missing_feature
217
- TestUnvalidatedHeader_StackTrace : missing_feature
234
+ TestUnvalidatedHeader_StackTrace :
235
+ ' * ' : *ref_5_33_0
236
+ nextjs : missing_feature
218
237
TestUnvalidatedRedirect :
219
238
' * ' : *ref_4_3_0
220
239
nextjs : missing_feature
221
- TestUnvalidatedRedirect_StackTrace : missing_feature
240
+ TestUnvalidatedRedirect_StackTrace :
241
+ ' * ' : *ref_5_33_0
242
+ nextjs : missing_feature
222
243
test_unvalidated_redirect_forward.py :
223
244
TestUnvalidatedForward : missing_feature
224
245
TestUnvalidatedForward_StackTrace : missing_feature
225
246
test_weak_cipher.py :
226
247
TestWeakCipher :
227
248
' * ' : *ref_3_6_0
228
249
nextjs : missing_feature
229
- TestWeakCipher_StackTrace : missing_feature
250
+ TestWeakCipher_StackTrace :
251
+ ' * ' : *ref_5_33_0
252
+ nextjs : missing_feature
230
253
test_weak_hash.py :
231
254
TestDeduplication :
232
255
' * ' : *ref_3_11_0
233
256
nextjs : missing_feature
234
257
TestWeakHash :
235
258
' * ' : *ref_3_11_0
236
259
nextjs : missing_feature
237
- TestWeakHash_StackTrace : missing_feature
260
+ TestWeakHash_StackTrace :
261
+ ' * ' : *ref_5_33_0
262
+ nextjs : missing_feature
238
263
test_weak_randomness.py :
239
264
TestWeakRandomness :
240
265
' * ' : *ref_5_1_0
241
266
nextjs : missing_feature
242
- TestWeakRandomness_StackTrace : missing_feature
267
+ TestWeakRandomness_StackTrace :
268
+ ' * ' : *ref_5_33_0
269
+ nextjs : missing_feature
243
270
test_xcontent_sniffing.py :
244
271
Test_XContentSniffing :
245
272
' * ' : *ref_4_8_0
0 commit comments