[jboss-jira] [JBoss JIRA] (ELY-829) ClearPassword.rawPassword should clone password

Jean-Francois Denise (JIRA) issues at jboss.org
Tue Dec 13 11:36:00 EST 2016


Jean-Francois Denise created ELY-829:
----------------------------------------

             Summary: ClearPassword.rawPassword should clone password
                 Key: ELY-829
                 URL: https://issues.jboss.org/browse/ELY-829
             Project: WildFly Elytron
          Issue Type: Bug
            Reporter: Jean-Francois Denise
            Assignee: Darran Lofthouse


No cloning occurs:
static ClearPassword createRaw(String algorithm, char[] password) {
        return new RawClearPassword(algorithm, password);
    }



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list