Kanboard-Prod/tests
irdc 4b76bc5b32
Use a HMAC to sign and validate CSRF tokens, instead of generating random ones and storing them in the session data
* Use a HMAC to sign and validate CSRF tokens, instead of generating random
ones and storing them in the session data. Reduces number of writes to
sessions table and fixes kanboard issue #4942.
* Added missing CSRF check for starting/stopping subtask timers.

Co-authored-by: Willemijn Coene <willemijn@irdc.nl>
2022-09-17 17:23:41 -07:00
..
configs Rewrite integration tests to run with Docker containers 2016-06-25 14:34:46 -04:00
configtest Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
integration Rename default branch from master to main 2022-08-11 21:57:19 -07:00
units Use a HMAC to sign and validate CSRF tokens, instead of generating random ones and storing them in the session data 2022-09-17 17:23:41 -07:00
.htaccess .htaccess: Add compatibility for apache 2.4 2015-10-05 22:46:30 +02:00
Dockerfile Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
integration.mysql.xml Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
integration.postgres.xml Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
integration.sqlite.xml Run integration tests on Github Actions 2020-06-13 15:14:24 -07:00
units.mysql.xml Add automatic action to send a task by email 2015-06-20 10:48:47 -04:00
units.postgres.xml Setup GitHub Actions 2020-04-04 17:31:52 -07:00
units.sqlite.xml Add automatic action to send a task by email 2015-06-20 10:48:47 -04:00