Displaying test cases 21051 - 21075 of 32356 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: 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: 253 Incorrect Check of Function Return Value Sinks: GoodSink: Check the return value from FileInputStream.read() and handle possible errors BadSink : Check the return value of FileInputStream.read() for the wrong value Flow Variant: 17 Control flow: for loops
-
CWE: 253 Incorrect Check of Function Return Value Sinks: GoodSink: Check the return value from FileInputStream.read() and handle possible errors BadSink : Check the return value of FileInputStream.read() for the wrong value Flow Variant: 16 Control flow: while(true)
-
CWE: 253 Incorrect Check of Function Return Value Sinks: GoodSink: Check the return value from FileInputStream.read() and handle possible errors BadSink : Check the return value of FileInputStream.read() for the wrong value Flow Variant: 15 Control flow: switch(7)
-
CWE: 253 Incorrect Check of Function Return Value Sinks: GoodSink: Check the return value from FileInputStream.read() and handle possible errors BadSink : Check the return value of FileInputStream.read() for the wrong value Flow Variant: 14 Control flow: if(IO.staticFive==5) and if(IO.staticF...
-
CWE: 253 Incorrect Check of Function Return Value Sinks: GoodSink: Check the return value from FileInputStream.read() and handle possible errors BadSink : Check the return value of FileInputStream.read() for the wrong value Flow Variant: 13 Control flow: if(IO.STATIC_FINAL_FIVE==5) and if(IO....