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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user