Mitigate openssl v3 CVE #73
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
||||||
pkgs = prev;
|
pkgs = prev;
|
||||||
lib = prev.lib;
|
lib = prev.lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Mitigate
|
||||||
|
# https://mta.openssl.org/pipermail/openssl-announce/2022-October/000238.html
|
||||||
|
nginxStable = prev.nginxStable.override {openssl = prev.openssl_1_1;};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue