1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/parsing
Adrian Likins 2b0a7338d4 Handle win style CRLF newlines in vault text (#27590)
When parsing a vaulttext blob, use .splitlines()
instead of split(b'\n') to handle \n newlines and
windows style \r\n (CRLF) new lines.

The vaulttext enevelope at this point is just the header line
and a hexlify()'ed blob, so CRLF is a valid newline here.

Fixes #22914
2017-08-01 18:53:22 -04:00
..
utils ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
vault Handle win style CRLF newlines in vault text (#27590) 2017-08-01 18:53:22 -04:00
yaml Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 2016-07-20 18:03:50 -04:00
dataloader.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
metadata.py metadata and doc generator optimization and fixes 2017-07-04 01:12:43 -07:00
mod_args.py Permit to have a action plugin without a empty module file 2017-07-25 15:11:56 -05:00
quoting.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
splitter.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00