Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Blake Meike
Blake MeikeReporter
Blake Meike
Blake MeikeLabels
Story Points
0
Components
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created March 3, 2023 at 7:46 PM
Updated September 17, 2024 at 7:15 PM
Resolved July 24, 2024 at 8:49 PM
It is best practice to keep passwords in memory, where they can be observed by malicious library code, for as short a time as possible. Java strings are immutable and cannot be zeroed out. Representing the password as a char[] allows it to be cleared when it is released.