Commit 897cb09d authored by azban's avatar azban
Browse files

_389-ds-base: add patch to fix CVE-2025-14905

This patch is in the tree but has not yet been included in a release.
parent f93a30fd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -58,6 +58,12 @@ stdenv.mkDerivation (finalAttrs: {
      hash = "sha256-trzY/fDH3rs66DWbWI+PY46tIC9ShuVqspMHqEEKZYA=";
    })
    ./0001-remove-hard-coded-vendor-paths.patch
    (fetchpatch {
      # https://github.com/389ds/389-ds-base/security/advisories/GHSA-4qwg-c5j2-q4hp
      name = "CVE-2025-14905.patch";
      url = "https://github.com/389ds/389-ds-base/commit/2e424110def2e3998f6045e136fb0d43f47b7f5a.patch";
      hash = "sha256-ItxG0bnuNPWLClL677rChTDvDWXxJ2L6ygx4VY2v80w=";
    })
  ];

  cargoRoot = "src";