Merge pull request #325371 from mweinelt/youtube-dl
youtube-dl: mark as vulnerable
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user