Description
CWE: 319 Cleartext Transmission of Sensitive Information
BadSource: connect_tcp Read password using an outbound tcp connection
GoodSource: Set password to a hardcoded value (one that was not sent over the network)
Sinks: kerberosKey
GoodSink: Decrypt password before using in KerberosKey()
BadSink : Use password directly in KerberosKey()
Flow Variant: 75 Data flow: data passed in a serialized object from one method to another in different source files in the same package
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.