Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/goyco 2025-12-26 17:33:14 +01:00
77886ddef5 fix: preserve security headers on cache hits
Kharec pushed to main at Kharec/goyco 2025-12-26 17:29:53 +01:00
5477bbf0a7 test: add integration test for CSRF cookie-only bypass
Kharec pushed to main at Kharec/goyco 2025-12-26 17:29:01 +01:00
fc23cbd6fd test: verify CSRF rejects requests with only cookie token
Kharec pushed to main at Kharec/goyco 2025-12-26 17:28:12 +01:00
0802b9dd9d fix: GetCSRFToken() shouldn't fall back to the cookie
Kharec pushed to main at Kharec/urupam 2025-12-26 08:26:32 +01:00
0c75d2b5b5 feat: add a dummy / route while frontend is in progress
Kharec pushed to main at Kharec/urupam 2025-12-26 08:12:11 +01:00
a1ae380ffa feat: use /health to build a healthcheck in compose
Kharec pushed to main at Kharec/goyco 2025-12-25 18:52:39 +01:00
566890f48f fix: suitable LOG and PID dir for docker env
Kharec pushed to main at Kharec/goyco 2025-12-25 18:49:52 +01:00
f4bfb829e6 fix: add missing parameter
Kharec pushed to main at Kharec/goyco 2025-12-25 18:40:55 +01:00
02fd3c0aea fix: make it env agnostic (--env-file should be used)
Kharec pushed to main at Kharec/goyco 2025-12-25 18:35:00 +01:00
08856f9a8d feat: install curl in docker to perform health check
2522f3536d feat: create health check
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-24 18:51:08 +01:00
3e7a6f7b20 test: update with latest route architecture
Kharec pushed to main at Kharec/urupam 2025-12-24 18:48:21 +01:00
add71c68e4 fix: return the normalized URL from the validator in the response
Kharec pushed to main at Kharec/urupam 2025-12-24 18:46:12 +01:00
795d3d8e9f test: update test with new route architecture
Kharec pushed to main at Kharec/urupam 2025-12-24 18:45:57 +01:00
7c967b179e feat: new route architecture
Kharec pushed to main at Kharec/urupam 2025-12-24 18:45:45 +01:00
a67a6214d1 feat: add a ping method
Kharec pushed to main at Kharec/urupam 2025-12-24 18:45:32 +01:00
f0731b40f8 fix: preserve unicode letters/digits while still stripping unsafe characters
Kharec pushed to main at Kharec/urupam 2025-12-24 18:14:02 +01:00
990a471af4 revert: error, we need it
Kharec pushed to main at Kharec/urupam 2025-12-23 08:31:22 +01:00
fd51393917 clean: get rid of FindBin
Kharec pushed to main at Kharec/advent-of-code 2025-12-23 06:34:51 +01:00
8e9e37366b feat: solve part two usinge slices.Sort() to detect anagram
Kharec pushed to main at Kharec/advent-of-code 2025-12-23 06:26:14 +01:00
2d9becedf0 test: add unit tests for part two