Skip to content

Add Error Handling for Onepad Encryption/Decryption #10080

Add Error Handling for Onepad Encryption/Decryption

Add Error Handling for Onepad Encryption/Decryption #10080

Triggered via pull request October 3, 2024 03:45
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (E501): ciphers/md5.py#L3
ciphers/md5.py:3:89: E501 Line too long (111 > 88)
Ruff (E501): ciphers/md5.py#L4
ciphers/md5.py:4:89: E501 Line too long (130 > 88)
Ruff (E501): ciphers/md5.py#L8
ciphers/md5.py:8:89: E501 Line too long (93 > 88)
Ruff (S324): ciphers/md5.py#L15
ciphers/md5.py:15:16: S324 Probable use of insecure hash functions in `hashlib`: `md5`
Ruff (W292): ciphers/onepad_cipher.py#L95
ciphers/onepad_cipher.py:95:34: W292 No newline at end of file
ruff
Process completed with exit code 1.