Open
Description
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:
The minimum_version and date seem to have been swapped in the deprecated python warning.
Solution:
Putting the params["date"]
before the minimum_version[0]
should fix the issue.
Out of scope:
Is there anything the solution will intentionally NOT address?