Displaying test cases 20301 - 20325 of 74755 in total
-
CWE: 605 Multiple binds to the same port Sinks: GoodSink: two binds on different ports BadSink : two binds on one port Flow Variant: 06 Control flow: if(private_final_five==5) and if(private_final_five!=5)
-
CWE: 605 Multiple binds to the same port Sinks: GoodSink: two binds on different ports BadSink : two binds on one port Flow Variant: 05 Control flow: if(private_t) and if(private_f)
-
CWE: 605 Multiple binds to the same port Sinks: GoodSink: two binds on different ports BadSink : two binds on one port Flow Variant: 04 Control flow: if(private_final_t) and if(private_final_f)
-
CWE: 605 Multiple binds to the same port Sinks: GoodSink: two binds on different ports BadSink : two binds on one port Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 605 Multiple binds to the same port Sinks: GoodSink: two binds on different ports BadSink : two binds on one port Flow Variant: 02 Control flow: if(true) and if(false)
-
CWE: 605 Multiple binds to the same port Sinks: GoodSink: two binds on different ports BadSink : two binds on one port Flow Variant: 01 Baseline
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 19 Control flow: Dead code after an if(true) return
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 17 Control flow: for loops
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 16 Control flow: while(true) and while(local_f)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 15 Control flow: switch(7)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 14 Control flow: if(IO.static_five==5) and if(IO.static_five!=5)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 13 Control flow: if(IO.static_final_five==5) and if(IO.static_final_five!=5)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 12 Control flow: if(IO.static_returns_t_or_f())
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 11 Control flow: if(IO.static_returns_t()) and if(IO.static_returns_f())
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 10 Control flow: if(IO.static_t) and if(IO.static_f)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 09 Control flow: if(IO.static_final_t) and if(IO.static_final_f)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 08 Control flow: if(private_returns_t()) and if(private_returns_f())
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 07 Control flow: if(private_five==5) and if(private_five!=5)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 06 Control flow: if(private_final_five==5) and if(private_final_five!=5)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 05 Control flow: if(private_t) and if(private_f)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 04 Control flow: if(private_final_t) and if(private_final_f)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 02 Control flow: if(true) and if(false)
-
CWE: 603 Use of client-side authentication Sinks: GoodSink: perform the authentication on the server side BadSink : authentication is performed in JavaScript Flow Variant: 01 Baseline
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 71 Data flow: data passed as an Object reference argument from one method to another in ...