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

REL-4502 - Python SDK v16.6.5 - Handling broken encryption in records and attachments #621

Merged
merged 2 commits into from
Jul 11, 2024

Commits on Jul 10, 2024

  1. KSM-529 Handle broken records, files and records. (#620)

    Prior, if a record, file or folder had bad encryption the entire
    application would break.
    
    This change will cause bad items to be skipped. Their UID will be
    logged as an error along with the exception information.
    
    The mock classes were changed to handle creating bad items. And
    unit tests created to handle bad encryption on all the items.
    jwalstra-keeper authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4c5900e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59197f7 View commit details
    Browse the repository at this point in the history