Commit 70fa9f4c authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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
parent 73bb5041
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ''