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

Highly sensitive information stored as String/NSString #27

Open
jonigkeit opened this issue May 19, 2023 · 0 comments
Open

Highly sensitive information stored as String/NSString #27

jonigkeit opened this issue May 19, 2023 · 0 comments

Comments

@jonigkeit
Copy link

jonigkeit commented May 19, 2023

Access tokens are stored as String

/// Type alias for tokens - just a string.
public typealias JWTString = String

  • make sure that highly sensitive data is overwritten as soon as it is no longer needed
  • do not pass such data via immutable data types, such as String and NSString

See OWASP MAS - Testing Memory for Sensitive Data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant