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.
Filippo Valsorda 4d318be195 [update] fix (unexploitable) BB'06 vulnerability in rsa_verify
The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge
signatures for arbitrary messages if and only if the public key exponent is
3.  Since the updates key is hardcoded to 65537, there is no risk for
youtube-dl, but I don't want vulnerable code in the wild.

The new function adopts a way safer approach of encoding-and-comparing to
replace the dangerous parsing code.
8 years ago
..
swftests [swfinterp] Add more builtins and improve static variables 10 years ago
__init__.py Add support for single-test tox runs 11 years ago
helper.py [test/helper] Fix style 9 years ago
parameters.json Remove the --max-quality option 9 years ago
test_InfoExtractor.py [extractor/common] Allow angle brackets in attributes in _og_regexes (#7215) 9 years ago
test_YoutubeDL.py [YoutubeDL] urlopen: disable the 'file:' protocol (#8227) 8 years ago
test_aes.py [test/aes] Fix on python 3.3 and higher 9 years ago
test_age_restriction.py [test_age_restriction] remove misbehaving test 9 years ago
test_all_urls.py [test/test_all_urls] Update pbs extractor name 9 years ago
test_cache.py [test_cache] Add a dot in the file name 10 years ago
test_compat.py [compat] compat_etree_fromstring: also decode the text attribute 9 years ago
test_download.py [test/test_download] Use extract_flat = 'in_playlist' for playlist items 9 years ago
test_execution.py [test_execution] Fix test under python 2 @ windows 9 years ago
test_http.py [test/http] Add test for proxy support 9 years ago
test_jsinterp.py [jsinterp] Support alternative function definition form 9 years ago
test_netrc.py Make sure netrc works for all extractors with login support 9 years ago
test_postprocessors.py [metadatafromtitle] Some improvements and cleanup 9 years ago
test_subtitles.py [test_subtitles] remove BlipTV test 8 years ago
test_swfinterp.py PEP8: W503 9 years ago
test_unicode_literals.py [test/unicode_literals] Don't look into the .git and .tox directories 9 years ago
test_update.py [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 8 years ago
test_utils.py [test_utils] Add tests for encode_compat_str 8 years ago
test_write_annotations.py Fix typos 8 years ago
test_youtube_lists.py [test_youtube_lists] Add test flat playlist entries' titles 9 years ago
test_youtube_signature.py [jsinterp] Disable comment support 9 years ago
testcert.pem Add a test for --no-check-certificate 9 years ago
versions.json [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 8 years ago