We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96356a8 commit a2b0702Copy full SHA for a2b0702
flake.nix
@@ -176,7 +176,9 @@
176
# https://www.cve.org/CVERecord?id=CVE-2024-12254
177
# Applied to:
178
# * 3.12.0-3.13.1
179
- { condition = version: lib.versionAtLeast version "3.13.2";
+ { condition = version:
180
+ versionInBetween version "3.14" "3.13.2" ||
181
+ versionInBetween version "3.13" "3.12.9";
182
override = filterOutPatch "CVE-2024-12254.patch";
183
}
184
# https://www.cve.org/CVERecord?id=CVE-2025-0938
0 commit comments