lol

Merge pull request #325371 from mweinelt/youtube-dl

youtube-dl: mark as vulnerable

authored by

Thiago Kenji Okada and committed by
GitHub
09bfd440 3f585268

+3
+3
pkgs/tools/misc/youtube-dl/default.nix
··· 92 92 maintainers = with maintainers; [ bluescreen303 fpletz ]; 93 93 platforms = with platforms; linux ++ darwin; 94 94 mainProgram = "youtube-dl"; 95 + knownVulnerabilities = [ 96 + "youtube-dl is unmaintained, migrate to yt-dlp, if possible" 97 + ]; 95 98 }; 96 99 }