mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-25.11] binserve: mark vulnerable (#466445)
This commit is contained in:
commit
42c41ebb7e
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ rustPlatform.buildRustPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Fast production-ready static web server";
|
||||
homepage = "https://github.com/mufeedvh/binserve";
|
||||
knownVulnerabilities = [
|
||||
"CVE-2025-4432"
|
||||
"CVE-2024-32650"
|
||||
"This web server is unmaintained. Consider using maintained alternatives instead."
|
||||
];
|
||||
longDescription = ''
|
||||
A fast production-ready static web server with TLS
|
||||
(HTTPS), routing, hot reloading, caching, templating, and security in a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue