hackatime/test
Mahad Kalam d3af585822
Several tests and fixes. (#987)
* Several tests and fixes.

* Harden safe_return_url to reject URLs containing colons

Adds an extra guard in safe_return_url to reject paths containing ':'
characters, preventing edge-case scheme-like redirects (e.g.
/javascript:...). Addresses CodeQL URL redirection warning.

* Oops!
2026-02-20 15:30:48 +00:00
..
controllers Several tests and fixes. (#987) 2026-02-20 15:30:48 +00:00
fixtures Fix redirects! And add tests! (#930) 2026-02-12 10:01:33 +00:00
helpers Initial commit 2025-02-16 03:21:30 -05:00
integration Initial commit 2025-02-16 03:21:30 -05:00
lib Modals! New projects page! Better dev imports! Fix OAuth2 projects! (#958) 2026-02-16 23:11:25 +00:00
mailers Initial commit 2025-02-16 03:21:30 -05:00
models goaaaal! (#985) 2026-02-19 18:47:01 +00:00
services goaaaal! (#985) 2026-02-19 18:47:01 +00:00
system Initial commit 2025-02-16 03:21:30 -05:00
application_system_test_case.rb Initial commit 2025-02-16 03:21:30 -05:00
test_helper.rb Several tests and fixes. (#987) 2026-02-20 15:30:48 +00:00