Deprecated test suite
Juliet Java 1.2 with extra support Test suite #87
DownloadDescription
This is a collection of test cases in the Java language. It contains examples for 112 different CWEs.NOTE: This package contains only individual test cases. We recommend to download the full test suite at the top of the "Test Suite" page. All documents related to the Juliet Test Suite can be found at the documents page
Displaying test cases 11201 - 11225 of 25477 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)