mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
wordpress_7_0: 7.0.2 -> 7.0.3
Fixes (high-severity) security vulnerabilities, of which a priviledge escalation and a multitude of XSS vulnerabilities.
Fixes: GHSA-52p2-r8wf-jcrf
Fixes: CVE-2026-64638
Announcement: https://wordpress.org/news/2026/08/wordpress-7-0-3-release/
(cherry picked from commit 73ce0cf011)
This commit is contained in:
committed by
github-actions[bot]
parent
462ea1598e
commit
bb29696e83
@@ -14,7 +14,7 @@ builtins.mapAttrs (_: callPackage ./generic.nix) rec {
|
||||
hash = "sha256-kyTKCV/z5RtKmrEcAdb8lPtutloBCjOHCSFTNwFCGH8=";
|
||||
};
|
||||
wordpress_7_0 = {
|
||||
version = "7.0.2";
|
||||
hash = "sha256-1KTSGd6mTGxo5i8v/D8zHFR1UQJG1sRPYftS83fSlbk=";
|
||||
version = "7.0.3";
|
||||
hash = "sha256-OOTH15WW1Y9g+lSWojVHFAfETcN6b5xNMdRgcJhei8Q=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user