https://github.com/OWASP/passfault/blob/master/core/src/main/java/org/owasp/passfault/impl/SecureString.java violates the documentation of [`CharSequence.toString()`](https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html#toString--): > Returns a string containing the characters in this sequence in the same order as this sequence. This should be documented.
https://github.com/OWASP/passfault/blob/master/core/src/main/java/org/owasp/passfault/impl/SecureString.java violates the documentation of
CharSequence.toString():This should be documented.