Skip to content

NPE check for UsernameRule#validate(final PasswordData passwordData) #42

@ememisya

Description

@ememisya

UsernameRule validate implementation doesn't check for null when retrieving the username from PasswordData, which leads to a NPE on the line:
String reverseUser = new StringBuilder(user).reverse().toString();

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