mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
filebrowser: 2.63.5 -> 2.63.14
Backport of #530744 to release-25.11. Bumps version and source hash only, keeping the existing buildNpmPackage frontend; the master-branch refactor (#528537) depends on pnpmBuildHook, which is not available on this release branch.
Addresses security fixes released upstream in filebrowser 2.63.6 (archive path traversal, login DoS, symlink scope escape, and public-share access-control bugs; see the project's GHSA security advisories).
(cherry picked from commit bd64720c17)
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.63.5";
|
||||
version = "2.63.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "filebrowser";
|
||||
repo = "filebrowser";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-/X/TztbZDC1hkRL97jkm6Ak8QmKFDMycekLl6NVPS0k=";
|
||||
hash = "sha256-9CXHoQWr1RpTwFR8JRR72oQZxHrndTrnxYa6/0Z3Mk0=";
|
||||
};
|
||||
|
||||
frontend = buildNpmPackage rec {
|
||||
|
||||
Reference in New Issue
Block a user