Commit b063f055 authored by eveeifyeve's avatar eveeifyeve
Browse files

wrangler_1: mark as vulnerable

See related cve for more infomation:
https://nvd.nist.gov/vuln/detail/CVE-2026-0933
parent d24b15ef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ rustPlatform.buildRustPackage rec {
    description = "CLI tool designed for folks who are interested in using Cloudflare Workers";
    mainProgram = "wrangler";
    homepage = "https://github.com/cloudflare/wrangler";
    knownVulnerabilities = [
      "CVE-2026-0933: Malicious backdoor via a command injection allowing unauthorized remote code execution"
    ];
    license = with lib.licenses; [
      asl20 # or
      mit