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

This commit is contained in:
Aleksana 2025-11-30 01:43:18 +00:00 committed by GitHub
commit 42c41ebb7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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