mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[stable-10] random_string: replace random.SystemRandom() with secrets.SystemRandom() (#10896)
random_string: replace random.SystemRandom() with secrets.SystemRandom() (#10893)
* random_string: replace random.SystemRandom() with secrets.SystemRandom()
* add the forgotten blank line
* Update changelogs/fragments/replace-random-with-secrets.yml
* readd the description
* Update changelogs/fragments/replace-random-with-secrets.yml
---------
(cherry picked from commit 14a858fd9c)
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Co-authored-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
4
changelogs/fragments/replace-random-with-secrets.yml
Normal file
4
changelogs/fragments/replace-random-with-secrets.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- random_string lookup plugin - replace ``random.SystemRandom()`` with ``secrets.SystemRandom()`` when
|
||||
generating strings. This has no practical effect, as both are the same
|
||||
(https://github.com/ansible-collections/community.general/pull/10893).
|
||||
Reference in New Issue
Block a user