Displaying test cases 23701 - 23725 of 74755 in total
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 71 Data flow: data passed as an Object reference argument from one metho...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 68 Data flow: data passed as a member variable in the "a" class, which i...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 67 Data flow: data passed in a class from one method to another in diffe...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 66 Data flow: data passed in an array from one method to another in diff...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 61 Data flow: data returned from one method to another in different clas...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 54 Data flow: data passed as an argument from one method through three o...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 53 Data flow: data passed as an argument from one method through two oth...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 53 Data flow: data passed as an argument from one method to another to a...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 52 Data flow: data passed as an argument from one method to another to a...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 51 Data flow: data passed as an argument from one function to another in...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 45 Data flow: data passed as a private class member variable from one fu...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 42 Data flow: data returned from one method to another in the same class
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 41 Data flow: data passed as an argument from one method to another in t...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 31 Data flow: make a copy of data within the same method
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 19 Control flow: Dead code after an if(true) return
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 17 Control flow: for loops
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 16 Control flow: while(true) and while(local_f)
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 15 Control flow: switch(6) and switch(7)
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 14 Control flow: if(IO.static_five==5) and if(IO.static_five!=5)
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 13 Control flow: if(IO.static_final_five==5) and if(IO.static_final_five...
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 12 Control flow: if(IO.static_returns_t_or_f())
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 11 Control flow: if(IO.static_returns_t()) and if(IO.static_returns_f())
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 10 Control flow: if(IO.static_t) and if(IO.static_f)
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 09 Control flow: if(IO.static_final_t) and if(IO.static_final_f)
-
CWE: 315 Storing plaintext data in a cookie BadSource: Plaintext Credentials GoodSource: Hashed Credentials Sinks: GoodSink: add hashed credentials to cookie BadSink : add plaintext credentials to cookie Flow Variant: 08 Control flow: if(private_returns_t()) and if(private_returns_f())