Whitelist uses of stdlib random module for bandit
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 29 Dec 2019 14:19:57 +0000 (14:19 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 15:08:16 +0000 (15:08 +0000)
There are currently two uses of random.randrange() and one of
random.choice() for non-security/non-crypto purposes. Mark them as
whitelisted for bandit checks and add comments explaining why.


No differences found