freescout: 1.8.224 -> 1.8.225
https://github.com/freescout-help-desk/freescout/releases/tag/1.8.225 Security fixes: - Added throttling and authentication in `tools.php` (Security: GHSA-w2p9-3666-vw9j) - Patched `symfony/routing` (Security: CVE-2026-45065) - Upgraded `symfony/polyfill-intl-idn` to 1.38.1 (Security: CVE-2026-46644) - Improved `Helper::stripDangerousTags()` to strip nested tags (Security: GHSA-jpq8-j69f-mj98)
Jeremy Fleischman committed
Jun 14, 2026 at 21:00 UTC
d4a980467c9228757788c4b2c244236823def527
1 file changed
+2
-2
non-critical-infra/modules/mailserver/freescout.nix
+2
-2
@@ -14,12 +14,12 @@
14
services.freescout = {
15
enable = true;
16
package = inputs.freescout.packages.${pkgs.stdenv.hostPlatform.system}.default.overrideAttrs rec {
17
- version = "1.8.224";
17
+ version = "1.8.225";
18
src = pkgs.fetchFromGitHub {
19
owner = "freescout-helpdesk";
20
repo = "freescout";
21
tag = version;
22
- hash = "sha256-JGLLYJhU+F7wQXK2r9k+lx+BQju0wipy3SADVKgV2oY=";
22
+ hash = "sha256-kXZ6bjF36YO1p6q+KTugnBO+KxqQZci5O0RNM7lqecQ=";
23
};
24
};
25
domain = "freescout.nixos.org";