You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you discover a potential security issue in the Amazon DynamoDB Encryption Client we ask that you notify AWS Security via our vulnerability reporting page. Please do not create a public GitHub issue.
Security issue notifications
If you discover a potential security issue in the Amazon DynamoDB Encryption Client we ask that you notify AWS Security via our vulnerability reporting page. Please do not create a public GitHub issue.
Problem:
aws-dynamodb-encryption-python/src/dynamodb_encryption_sdk/compatability.py
Line 39 in 35ee30a
The minimum_version and date seem to have been swapped in the deprecated python warning.
Solution:
Putting the
params["date"]
before theminimum_version[0]
should fix the issue.Out of scope:
Is there anything the solution will intentionally NOT address?
The text was updated successfully, but these errors were encountered: