You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/postprocessor
Simon Sawicki de015e9307
[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)
The shell escape function is now using `""` instead of `\"`. `utils.Popen` has been patched to properly quote commands.

Prior to this fix using `--exec` together with `%q` when on Windows could cause remote code to execute. See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg for reference.

Authored by: Grub4K
8 months ago
..
__init__.py Improve plugin architecture (#5553) 1 year ago
common.py [compat, networking] Deprecate old functions (#2861) 11 months ago
embedthumbnail.py [pp/EmbedThumbnail] Support `m4v` (#7583) 11 months ago
exec.py [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 8 months ago
ffmpeg.py [FFmpegFixupM3u8PP] Check audio codec before fixup (#6778) 1 year ago
metadataparser.py [cleanup] Misc 1 year ago
modify_chapters.py [postprocessor] Fix chapters if duration is not extracted (#6037) 1 year ago
movefilesafterdownload.py [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) 2 years ago
sponskrub.py [utils] `Popen`: Refactor to use contextmanager 2 years ago
sponsorblock.py [cleanup Misc 2 years ago
xattrpp.py [cleanup] Minor fixes (See desc) 2 years ago