Description
CWE: 477 Use of Obsolete Functions
Sinks: String_getBytes
GoodSink: Use of preferred java.lang.String.getBytes() method
BadSink : Use of deprecated java.lang.String.getBytes(int, int, byte[], int) method
Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.