limesurvey: 6.10.2+250127 -> 6.15.14+250924

Multiple security issues are mentionned in the changelog:
```
Fixed issue #20271: [security] Reflected XSS in CSRF token handling
Fixed issue [security]: Export survey/label set resources with limited permissions
Fixed issue #20008: XSS on survey theme description
Fixed issue #19965: Lot of security issue in jspdf
```

Changes:
https://github.com/LimeSurvey/LimeSurvey/blob/6.15.14%2B250924/docs/release_notes.txt
This commit is contained in:
Thomas Gerbet
2025-10-04 14:27:20 +02:00
parent 73bb504135
commit 70fa9f4c42
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "limesurvey";
version = "6.10.2+250127";
version = "6.15.14+250924";
src = fetchFromGitHub {
owner = "LimeSurvey";
repo = "LimeSurvey";
rev = version;
hash = "sha256-2ZRN2zbrrGWTXgsPeRWsQbg1qw2vVIAwzUI0LWgCL9g=";
tag = version;
hash = "sha256-xxK6JEgeBVIj8CGb0qSzwfO1Se9+jMtGB9V3rsc9bBU=";
};
phpConfig = writeText "config.php" ''