]> jfr.im git - irc/weechat/qweechat.git/commit
Ignore bandit security error about possible hardcoded password
authorSébastien Helleu <redacted>
Sun, 14 Nov 2021 18:00:55 +0000 (19:00 +0100)
committerSébastien Helleu <redacted>
Sun, 14 Nov 2021 18:00:55 +0000 (19:00 +0100)
commit2a814055fef9f182ee1e3fd7601d80d82bbe2a8c
treec92650ef5323e49996a2738c9b9d7a651bfd30b5
parent0dffebcf2474e759af1e29a5ac9a543899bb48eb
Ignore bandit security error about possible hardcoded password

Bandit reports this error:

>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: 'init password=%(password)s%(totp)s

The password is of course never hardcoded there.
qweechat/network.py