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/devscripts
Simon Sawicki ff07792676
[core] Prevent RCE when using `--exec` with `%q` (CVE-2024-22423)
The shell escape function now properly escapes `%`, `\\` and `\n`. `utils.Popen` as well as `%q` output template expansion have been patched accordingly.

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-hjq6-52gw-2g7p for more details.

Authored by: Grub4K
6 months ago
..
__init__.py [cleanup] Misc (#8968) 7 months ago
bash-completion.in
bash-completion.py
changelog_override.json [core] Prevent RCE when using `--exec` with `%q` (CVE-2024-22423) 6 months ago
changelog_override.schema.json [devscripts] Script to generate changelog (#6220) 2 years ago
check-porn.py
cli_to_api.py [cleanup] Misc 1 year ago
fish-completion.in
fish-completion.py
generate_aes_testdata.py
install_deps.py [build] Optional dependencies cleanup (#9550) 6 months ago
lazy_load_template.py [extractor] Support multiple `_VALID_URL`s (#5812) 1 year ago
logo.ico
make_changelog.py [build] Update changelog for tarball and sdist (#9425) 7 months ago
make_contributing.py
make_issue_template.py [cleanup] Misc (#8598) 9 months ago
make_lazy_extractors.py Improve plugin architecture (#5553) 2 years ago
make_readme.py [build] Automated builds and nightly releases (#6220) 2 years ago
make_supportedsites.py
prepare_manpage.py [docs] Various manpage fixes 6 months ago
run_tests.bat [devscripts] `run_tests`: Create Python script (#8720) 9 months ago
run_tests.py Fix 2d1d683a54 9 months ago
run_tests.sh [devscripts] `run_tests`: Create Python script (#8720) 9 months ago
set-variant.py
tomlparse.py [cleanup] Standardize `import datetime as dt` (#8978) 6 months ago
update-version.py [cleanup] Standardize `import datetime as dt` (#8978) 6 months ago
update_changelog.py [build] Update changelog for tarball and sdist (#9425) 7 months ago
utils.py [build] Overhaul and unify release workflow 11 months ago
zsh-completion.in
zsh-completion.py