Commit f0715c03 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

bindle: mark as vulnerable

parent 994e3e23
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,5 +42,9 @@ rustPlatform.buildRustPackage rec {
    license = licenses.asl20;
    maintainers = [ ];
    platforms = platforms.unix;

    knownVulnerabilities = [
      "'bindle' is vulnerable to CVE-2025-62518 and upstream has been archived"
    ];
  };
}