cakephp2-php8/lib/Cake/Test/Case/Controller/Component
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
..
Acl test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00
Auth test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
AclComponentTest.php test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
AuthComponentTest.php test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
CookieComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
EmailComponentTest.php test: Replace assertContains() with assertStringContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
FlashComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
PaginatorComponentTest.php test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
RequestHandlerComponentTest.php test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
SecurityComponentTest.php Fix potential CSRF circumvention with custom HTTP methods (#76) 2024-07-24 18:13:57 +02:00
SessionComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00