Unverified Commit e55645a6 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

archiver: tag with knownVulnerabilities for CVE-2024-0406 (#373586)

parents ed60f3f7 ad0441c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,5 +33,9 @@ buildGoModule rec {
    mainProgram = "arc";
    license = licenses.mit;
    maintainers = with maintainers; [ kalbasit ];
    knownVulnerabilities = [
      "CVE-2024-0406"
      "Package is unmaintained upstream"
    ];
  };
}