Flagged
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
David NaultDavid NaultReporter
David NaultDavid NaultStory Points
1Fix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
David Nault
David NaultReporter
David Nault
David NaultStory Points
1
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created July 28, 2021 at 12:20 AM
Updated August 4, 2021 at 4:22 PM
Resolved August 2, 2021 at 3:20 PM
Let the @Encrypted annotation read from unencrypted fields, so users can add encryption incrementally. (Previously, the read would fail).
Make it optional because enabling this feature would let an adversary to forge a field value simply by replacing an encrypted value with an unencrypted one.
Suggested release note text:
@Encrypted(migration = Encrypted.Migration.FROM_UNENCRYPTED)