Merge pull request #325371 from mweinelt/youtube-dl

youtube-dl: mark as vulnerable
This commit is contained in:
Thiago Kenji Okada
2024-07-08 10:45:04 +00:00
committed by GitHub
+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"
];
};
}