binserve: mark vulnerable

See https://redirect.github.com/mufeedvh/binserve/issues/49

Web servers are quite security-sensitive, so we should warn our users that
this one is unmaintained.
This commit is contained in:
Michael Daniels
2025-11-29 15:08:47 -05:00
parent a09378c010
commit dbacbfb117
+5
View File
@@ -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