cakephp2-php8/lib/Cake/Test/Case/Controller
Markus Bauer c0fb45e79e
Fix potential CSRF circumvention with custom HTTP methods (#76)
* Backported patch, fixing potential CSRF circumvention with custom HTTP methods.

Upstream: 0f818a23a8

* Fix unit tests for SecurityComponent

---------

Co-authored-by: Markus Bauer <markus.bauer@cispa.saarland>
2024-07-24 18:13:57 +02:00
..
Component Fix potential CSRF circumvention with custom HTTP methods (#76) 2024-07-24 18:13:57 +02:00
ApplicationControllerTest.php test: Replace assertContains() with assertStringContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
ComponentCollectionTest.php test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
ComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
ControllerMergeVarsTest.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ControllerTest.php test: Replace deprecated attributeEqualTo() 2023-01-11 22:45:29 +01:00
PagesControllerTest.php test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
ScaffoldTest.php test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). 2023-01-11 22:45:29 +01:00