Bandit - Prescrypto/RexChain GitHub Wiki
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