mirror of https://github.com/ansible/ansible.git
replace random with secrets when generating passwords (#85971)
--------- Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de>pull/86220/head
parent
ce84d3157d
commit
6d428ca8f0
@ -0,0 +1,3 @@
|
|||||||
|
bugfixes:
|
||||||
|
- password lookup plugin - replace random.SystemRandom() with secrets.SystemRandom() when
|
||||||
|
generating passwords (https://github.com/ansible/ansible/issues/85956, https://github.com/ansible/ansible/pull/85971).
|
||||||
Loading…
Reference in New Issue