File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ public function testPathWithMultipleSlashes()
247
247
* the authority, it will not cause URL poisoning and/or XSS issues.
248
248
*
249
249
* @see https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3257
250
+ *
250
251
* @psalm-param array{expected: non-empty-string, uri: UriInterface} $test
251
252
*/
252
253
public function testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreventXSS ()
@@ -273,6 +274,7 @@ public function testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreven
273
274
* provided when calling getPath()).
274
275
*
275
276
* @depends testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreventXSS
277
+ *
276
278
* @psalm-param array{expected: non-empty-string, uri: UriInterface} $test
277
279
*/
278
280
public function testStringRepresentationWithMultipleSlashes (array $ test )
You can’t perform that action at this time.
0 commit comments