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_31_0 '>=5.31.0 || ^4.55.0'
45
46
46
47
tests/ :
47
48
apm_tracing_e2e/ :
@@ -94,12 +95,16 @@ tests/:
94
95
TestCodeInjection :
95
96
' * ' : *ref_5_20_0
96
97
nextjs : missing_feature
97
- TestCodeInjection_StackTrace : missing_feature
98
+ TestCodeInjection_StackTrace :
99
+ ' * ' : *ref_5_31_0
100
+ nextjs : missing_feature
98
101
test_command_injection.py :
99
102
TestCommandInjection :
100
103
' * ' : *ref_3_11_0
101
104
nextjs : missing_feature
102
- TestCommandInjection_StackTrace : missing_feature
105
+ TestCommandInjection_StackTrace :
106
+ ' * ' : *ref_5_31_0
107
+ nextjs : missing_feature
103
108
test_hardcoded_passwords.py :
104
109
Test_HardcodedPasswords :
105
110
' * ' : *ref_5_13_0
@@ -133,7 +138,9 @@ tests/:
133
138
' * ' : *ref_5_26_0
134
139
express5 : *ref_5_29_0 # test uses querystring
135
140
nextjs : missing_feature
136
- TestHeaderInjection_StackTrace : missing_feature
141
+ TestHeaderInjection_StackTrace :
142
+ ' * ' : *ref_5_31_0
143
+ nextjs : missing_feature
137
144
test_hsts_missing_header.py :
138
145
Test_HstsMissingHeader :
139
146
' * ' : *ref_4_8_0
@@ -154,7 +161,9 @@ tests/:
154
161
TestLDAPInjection :
155
162
' * ' : *ref_4_1_0
156
163
nextjs : missing_feature
157
- TestLDAPInjection_StackTrace : missing_feature
164
+ TestLDAPInjection_StackTrace :
165
+ ' * ' : *ref_5_31_0
166
+ nextjs : missing_feature
158
167
test_no_httponly_cookie.py :
159
168
TestNoHttponlyCookie :
160
169
' * ' : *ref_4_3_0
@@ -180,20 +189,26 @@ tests/:
180
189
TestPathTraversal :
181
190
' * ' : *ref_3_19_0
182
191
nextjs : missing_feature
183
- TestPathTraversal_StackTrace : missing_feature
192
+ TestPathTraversal_StackTrace :
193
+ ' * ' : *ref_5_31_0
194
+ nextjs : missing_feature
184
195
test_reflection_injection.py :
185
196
TestReflectionInjection : missing_feature
186
197
TestReflectionInjection_StackTrace : missing_feature
187
198
test_sql_injection.py :
188
199
TestSqlInjection :
189
200
' * ' : *ref_3_11_0
190
201
nextjs : missing_feature
191
- TestSqlInjection_StackTrace : missing_feature
202
+ TestSqlInjection_StackTrace :
203
+ ' * ' : *ref_5_31_0
204
+ nextjs : missing_feature
192
205
test_ssrf.py :
193
206
TestSSRF :
194
207
' * ' : *ref_4_1_0
195
208
nextjs : missing_feature
196
- TestSSRF_StackTrace : missing_feature
209
+ TestSSRF_StackTrace :
210
+ ' * ' : *ref_5_31_0
211
+ nextjs : missing_feature
197
212
test_template_injection.py :
198
213
TestTemplateInjection :
199
214
' * ' : *ref_5_26_0
@@ -208,32 +223,42 @@ tests/:
208
223
TestUnvalidatedHeader :
209
224
' * ' : *ref_4_3_0
210
225
nextjs : missing_feature
211
- TestUnvalidatedHeader_StackTrace : missing_feature
226
+ TestUnvalidatedHeader_StackTrace :
227
+ ' * ' : *ref_5_31_0
228
+ nextjs : missing_feature
212
229
TestUnvalidatedRedirect :
213
230
' * ' : *ref_4_3_0
214
231
nextjs : missing_feature
215
- TestUnvalidatedRedirect_StackTrace : missing_feature
232
+ TestUnvalidatedRedirect_StackTrace :
233
+ ' * ' : *ref_5_31_0
234
+ nextjs : missing_feature
216
235
test_unvalidated_redirect_forward.py :
217
236
TestUnvalidatedForward : missing_feature
218
237
TestUnvalidatedForward_StackTrace : missing_feature
219
238
test_weak_cipher.py :
220
239
TestWeakCipher :
221
240
' * ' : *ref_3_6_0
222
241
nextjs : missing_feature
223
- TestWeakCipher_StackTrace : missing_feature
242
+ TestWeakCipher_StackTrace :
243
+ ' * ' : *ref_5_31_0
244
+ nextjs : missing_feature
224
245
test_weak_hash.py :
225
246
TestDeduplication :
226
247
' * ' : *ref_3_11_0
227
248
nextjs : missing_feature
228
249
TestWeakHash :
229
250
' * ' : *ref_3_11_0
230
251
nextjs : missing_feature
231
- TestWeakHash_StackTrace : missing_feature
252
+ TestWeakHash_StackTrace :
253
+ ' * ' : *ref_5_31_0
254
+ nextjs : missing_feature
232
255
test_weak_randomness.py :
233
256
TestWeakRandomness :
234
257
' * ' : *ref_5_1_0
235
258
nextjs : missing_feature
236
- TestWeakRandomness_StackTrace : missing_feature
259
+ TestWeakRandomness_StackTrace :
260
+ ' * ' : *ref_5_31_0
261
+ nextjs : missing_feature
237
262
test_xcontent_sniffing.py :
238
263
Test_XContentSniffing :
239
264
' * ' : *ref_4_8_0
0 commit comments