[issue38945] Remove newline characters from uu encoding methods

2019-12-03 Thread stealthcopter
Change by stealthcopter : -- pull_requests: +16933 pull_request: https://github.com/python/cpython/pull/17452 ___ Python tracker <https://bugs.python.org/issue38

[issue38945] Remove newline characters from uu encoding methods

2019-11-30 Thread stealthcopter
New submission from stealthcopter : Filenames passed to the UU encoding methods (uu.py and uu_codec.py) that contain a newline character will overflow data into the UU content section. This can potentially be used to inject replace or corrupt data content in a file during the decode process