-
Notifications
You must be signed in to change notification settings - Fork 3
Bandit
Miguel Evangelista edited this page Jun 11, 2019
·
4 revisions
In The RexChain project, we find the following Bandit warnings about the security
- B413 - about pycrypto library -
- Repetitions (5)
- Bandit Comments:
- Severity: High
- Confidence: High
- Location: blockchain/helpers.py and blockchain/utils.py
Therefore we can conclude the following:
- For the error B413, we can change pycryptodome for pyca/cryptography. Reference. Bandit B412