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
We should add repr=False to the attributes section in the EncryptionContext, to make the string representation safe within material providers. This is useful particularly in the context of logging.
* add test to verify that EncryptionContext.attributes is not included in str/repr
* remove EncryptionContext.attributes from str/repr
* update changelog with #127 fix
* add pylint ignores for no-member checks on generated code
https://github.com/aws/aws-dynamodb-encryption-python/blob/master/src/dynamodb_encryption_sdk/structures.py#L49-L78
We should add
repr=False
to the attributes section in theEncryptionContext
, to make the string representation safe within material providers. This is useful particularly in the context of logging.Similar to aws/aws-dynamodb-encryption-java#100
The text was updated successfully, but these errors were encountered: