-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.0.0
-
Fix Version/s: NoFixVersionApplicable
-
Tags:
-
Sprint:nxDrive 10.10.3
-
Story Points:1
Running bandit -r nxdrive will highligth this securiy issue considered as high:
>> Issue: [B414:blacklist] The pycryptodome library is not considered a secure alternative to pycrypto.Consider using pyca/cryptography library. Severity: High Confidence: High Location: nxdrive/utils.py:458 More Info: https://bandit.readthedocs.io/en/latest/blacklists/blacklist_imports.html#b414-import-pycryptodome 457 import base64 458 from Cryptodome.Random import get_random_bytes 459 from Cryptodome.Cipher import AES