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 11201 - 11225 of 28881 in total
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 256 Plaintext Storage of a Password. Read the password from a Properties file or a regular file. In the good case, read the file from the console. BadSource: Read password from a .properties file (from the property named password) GoodSource: Read password from a .properties file (from ...
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 01 Baseline
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 02 Control flow: if(true) and if(false)
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 04 Control flow: if(PRIVATE_STATIC_FINAL_TRUE) and if(PRIVATE_STAT...
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 05 Control flow: if(privateTrue) and if(privateFalse)
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 06 Control flow: if(PRIVATE_STATIC_FINAL_FIVE==5) and if(PRIVATE_S...
-
CWE: 259 Hard Coded Password BadSource: hardcodedPassword Set data to a hardcoded string GoodSource: Read data from the console using readLine() BadSink: driverManager data used as password in database connection Flow Variant: 07 Control flow: if(privateFive==5) and if(privateFive!=5)