Description
CWE: 319 Cleartext Transmission of Sensitive Information
BadSource: URLConnection Read password from a web server with URLConnection
GoodSource: Set password to a hardcoded value (one that was not sent over the network)
Sinks: driverManager
GoodSink: Decrypt the password from the source before using it in database connection
BadSink : Use password directly from source in database connection
Flow Variant: 72 Data flow: data passed in a Vector 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.