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.
ansible/test/units/parsing/vault
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
7 years ago
..
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_vault.py Handle win style CRLF newlines in vault text (#27590) 7 years ago
test_vault_editor.py Support multiple vault passwords (#22756) 7 years ago