mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-10 19:03:22 +02:00
fix: add nosec comment to exception handling in CryptoUtils decryption
This commit is contained in:
@@ -579,7 +579,7 @@ class TextHelper:
|
||||
try:
|
||||
CryptoUtils.mac_then_decrypt(shared_secret[:16], shared_secret, encrypted_data)
|
||||
return client_info
|
||||
except Exception:
|
||||
except Exception: # nosec B112
|
||||
continue
|
||||
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user