Skip to content

Commit

Permalink
youtube-dl: mark as vulnerable
Browse files Browse the repository at this point in the history
YouTube-dl has beeun maintained since late 2021, and given the security
issues we've seen with yt-dlp¹ it prudent to make sure nixpkgs moves
away from it.

[1] https://github.com/yt-dlp/yt-dlp/security
  • Loading branch information
mweinelt committed Jul 7, 2024
1 parent bf23b71 commit 9f82aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,8 @@ buildPythonPackage rec {
maintainers = with maintainers; [ bluescreen303 fpletz ];
platforms = with platforms; linux ++ darwin;
mainProgram = "youtube-dl";
knownVulnerabilities = [
"youtube-dl is unmaintained, migrate to yt-dlp, if possible"
];
};
}

0 comments on commit 9f82aef

Please sign in to comment.