Juliet Java 1.3 with extra support Test suite #109
DownloadDescription
A collection of Java test cases updated from Juliet 1.2
Documentation
Displaying test cases 16176 - 16200 of 28881 in total
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 02 Control flow: if(true) and if(false)
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 04 Control flow: if(PRIVATE_STATIC_FINAL_TRUE) ...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 05 Control flow: if(privateTrue) and if(private...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 06 Control flow: if(PRIVATE_STATIC_FINAL_FIVE==...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 07 Control flow: if(privateFive==5) and if(priv...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 08 Control flow: if(privateReturnsTrue()) and i...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 09 Control flow: if(IO.STATIC_FINAL_TRUE) and i...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 10 Control flow: if(IO.staticTrue) and if(IO.st...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 11 Control flow: if(IO.staticReturnsTrue()) and...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 12 Control flow: if(IO.staticReturnsTrueOrFalse())
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 13 Control flow: if(IO.STATIC_FINAL_FIVE==5) an...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 14 Control flow: if(IO.staticFive==5) and if(IO...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 15 Control flow: switch(6)
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 16 Control flow: while(true)
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 17 Control flow: for loops
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name Sinks: BadSink : Instantiate class named in data Flow Variant: 21 Control flow: Flow controlled by val...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name Sinks: BadSink : Instantiate class named in data Flow Variant: 22 Control flow: Flow controlled by val...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name Sinks: BadSink : Instantiate class named in data Flow Variant: 31 Data flow: make a copy of data withi...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 41 Data flow: data passed as an argument from o...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 42 Data flow: data returned from one method to ...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name Sinks: BadSink : Instantiate class named in data Flow Variant: 45 Data flow: data passed as a private ...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name BadSink: Instantiate class named in data Flow Variant: 51 Data flow: data passed as an argument from o...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name Sinks: BadSink : Instantiate class named in data Flow Variant: 52 Data flow: data passed as an argumen...
-
CWE: 470 Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection) BadSource: Property Read data from a system property GoodSource: Set data to a hardcoded class name Sinks: BadSink : Instantiate class named in data Flow Variant: 53 Data flow: data passed as an argumen...