Skip to content

Highly sensitive information stored as String/NSString #27

@jonigkeit

Description

@jonigkeit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions