nix-phps
nix-phps copied to clipboard
openssl_1_1 is going to be marked as insecure/dropped
Similar to #78, we might need to backport OpenSSL 3 compatibility patches (if possible).
Upstream issue: https://github.com/NixOS/nixpkgs/issues/210452
it's marked as insecure now. drop pending, but probably still a few months ahead.
How are we going to tackle this thing in here?
In the short term, overriding the meta is probably the easiest.
And marking ~~the package as insecure~~ adding meta.knownVulnerabilities ? If yes, which vulnerability ?
I'm also interested in resolution to this.
And marking ~the package as insecure~ adding
meta.knownVulnerabilities? If yes, which vulnerability ?
Nixpkgs does that. So we would need to do the opposite – removing meta.knownVulnerabilities.
Oooh. Ok.
Your eyes here : https://github.com/fossar/nix-phps/pull/237
We still need to deal with this once the package is removed. Ideally, we would patch PHP to use OpenSSL 3.