Unverified Commit 3fd88d05 authored by Michael Daniels's avatar Michael Daniels
Browse files

chit: regenerate lockfile, mark vulnerable

Builds and unit tests pass on {aarch64,x86_64}-{darwin,linux}.
parent c18ccc44
Loading
Loading
Loading
Loading
+436 −930

File changed.

Preview size limit exceeded, changes collapsed.

+15 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
    openssl
  ];

  # update Carg.lock to work with openssl 3
  postPatch = ''
    ln -sf ${./Cargo.lock} Cargo.lock
  '';
@@ -36,6 +35,21 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "Crate help in terminal: A tool for looking up details about rust crates without going to crates.io";
    mainProgram = "chit";
    knownVulnerabilities = [
      "Has not been touched by upstream in 5 years."
      "Dependencies have security issues, including:"
      "https://rustsec.org/advisories/RUSTSEC-2024-0003"
      "https://rustsec.org/advisories/RUSTSEC-2024-0332"
      "https://rustsec.org/advisories/RUSTSEC-2023-0034"
      "https://rustsec.org/advisories/RUSTSEC-2021-0020"
      "https://rustsec.org/advisories/RUSTSEC-2021-0078"
      "https://rustsec.org/advisories/RUSTSEC-2021-0079"
      "https://rustsec.org/advisories/RUSTSEC-2024-0421"
      "https://rustsec.org/advisories/RUSTSEC-2022-0040"
      "https://rustsec.org/advisories/RUSTSEC-2023-0018"
      "https://rustsec.org/advisories/RUSTSEC-2020-0071"
      "https://rustsec.org/advisories/RUSTSEC-2021-0124"
    ];
    longDescription = ''
      Chit helps answer these questions: