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.
youtube-dl/test
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.
9 years ago
..
swftests
__init__.py
helper.py [test/helper] Fix style 9 years ago
parameters.json Remove the --max-quality option 10 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) 9 years ago
test_aes.py [test/aes] Fix on python 3.3 and higher 9 years ago
test_age_restriction.py
test_all_urls.py [test/test_all_urls] Update pbs extractor name 9 years ago
test_cache.py
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 10 years ago
test_http.py [test/http] Add test for proxy support 10 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 10 years ago
test_postprocessors.py [metadatafromtitle] Some improvements and cleanup 10 years ago
test_subtitles.py [test_subtitles] remove BlipTV test 9 years ago
test_swfinterp.py PEP8: W503 10 years ago
test_unicode_literals.py [test/unicode_literals] Don't look into the .git and .tox directories 10 years ago
test_update.py [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 9 years ago
test_utils.py [test_utils] Add tests for encode_compat_str 9 years ago
test_write_annotations.py Fix typos 9 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 10 years ago
testcert.pem Add a test for --no-check-certificate 10 years ago
versions.json [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 9 years ago