We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @tokusumi @jleclanche @garyd203 @justinrmiller @sindrig @discdiver @jurasofish
when using this great repo for authentication (in our case Cognito authentication), we get the following error in Trivy
┌────────────────────────┬────────────────┬──────────┬──────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │ ├────────────────────────┼────────────────┼──────────┼──────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤ │ python-jose (METADATA) │ CVE-2024-33663 │ CRITICAL │ affected │ 3.3.0 │ │ python-jose: algorithm confusion with OpenSSH ECDSA keys and │ │ │ │ │ │ │ │ other key formats │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-33663 │ └────────────────────────┴────────────────┴──────────┴──────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘
This error seems to be quite severe and it stems from python-jose.
python-jose
Could you perhaps replace python-jose with PyJWT and authlib?
PyJWT
authlib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @tokusumi @jleclanche @garyd203 @justinrmiller @sindrig @discdiver @jurasofish
when using this great repo for authentication (in our case Cognito authentication), we get the following error in Trivy
This error seems to be quite severe and it stems from
python-jose
.Could you perhaps replace
python-jose
withPyJWT
andauthlib
?The text was updated successfully, but these errors were encountered: