youtube-dl: mark as vulnerable

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
This commit is contained in:
Martin Weinelt
2024-07-08 01:02:44 +02:00
parent bf23b714f0
commit 9f82aef9b4
+3
View File
@@ -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"
];
};
}