Unverified Commit 42c41ebb authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] binserve: mark vulnerable (#466445)

parents c830ab26 3f59e08b
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