Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using insecure/deprecated 3DES #1059

Open
kelson42 opened this issue Dec 12, 2024 · 1 comment
Open

Stop using insecure/deprecated 3DES #1059

kelson42 opened this issue Dec 12, 2024 · 1 comment
Labels

Comments

@kelson42
Copy link
Contributor

Problem

Warning in the worker log

/usr/local/lib/python3.12/site-packages/paramiko/pkey.py:82: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
"cipher": algorithms.TripleDES,
/usr/local/lib/python3.12/site-packages/paramiko/transport.py:253: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
"class": algorithms.TripleDES,

@kelson42 kelson42 added the bug label Dec 12, 2024
@rgaudin
Copy link
Member

rgaudin commented Dec 12, 2024

We dont use it. AFAIK this is triggered upon importing paramiko (fixed in a later release). Hence not a bug

@kelson42 kelson42 added task and removed bug labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants