Skip to content

Commit

Permalink
litecoin{,d}: mark as vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Nov 25, 2024
1 parent df94f89 commit 85d2407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/blockchains/litecoin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ mkDerivation rec {
platforms = platforms.unix;
license = licenses.mit;
maintainers = with maintainers; [ offline ];
knownVulnerabilities = [
"CVE-2023-33297"
"CVE-2024-35202"
"https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/"
];
};
}

0 comments on commit 85d2407

Please sign in to comment.