From: Jeremy Stanley Date: Sun, 29 Dec 2019 14:19:57 +0000 (+0000) Subject: Whitelist uses of stdlib random module for bandit X-Git-Tag: 0.1.0~4 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=472e1de5356e4df0f099fe6a17ff6dab585314f3;hp=472e1de5356e4df0f099fe6a17ff6dab585314f3 Whitelist uses of stdlib random module for bandit 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. ---