1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Protect tag_this_search with a CSRF token

This commit is contained in:
Yassine Guedidi 2025-03-23 14:03:25 +01:00
parent ddf2e80842
commit cf49be6940
3 changed files with 13 additions and 3 deletions

View file

@ -547,7 +547,7 @@ class TagControllerTest extends WallabagCoreTestCase
$crawler = $client->submit($form, $data);
$client->click($crawler->selectLink('entry.list.assign_search_tag')->link());
$client->submit($crawler->selectButton('entry.list.assign_search_tag')->form());
$client->followRedirect();
$entries = $client->getContainer()