Unverified Commit dbacbfb1 authored by Michael Daniels's avatar Michael Daniels
Browse files

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.
parent a09378c0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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