Displaying test cases 19526 - 19550 of 74755 in total
-
CWE: 643 Unsafe Treatment of XPath Input BadSource: Environment Read a string from an environment variable GoodSource: A hardcoded string Sinks: unvalidatedXPath GoodSink: validate input through StringEscapeUtils BadSink : user input is used without validate Flow Variant: 04 Control flow: i...
-
CWE: 643 Unsafe Treatment of XPath Input BadSource: Environment Read a string from an environment variable GoodSource: A hardcoded string Sinks: unvalidatedXPath GoodSink: validate input through StringEscapeUtils BadSink : user input is used without validate Flow Variant: 03 Control flow: i...
-
CWE: 643 Unsafe Treatment of XPath Input BadSource: Environment Read a string from an environment variable GoodSource: A hardcoded string Sinks: unvalidatedXPath GoodSink: validate input through StringEscapeUtils BadSink : user input is used without validate Flow Variant: 02 Control flow: i...
-
CWE: 643 Unsafe Treatment of XPath Input BadSource: Environment Read a string from an environment variable GoodSource: A hardcoded string Sinks: unvalidatedXPath GoodSink: validate input through StringEscapeUtils BadSink : user input is used without validate Flow Variant: 01 Baseline
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 71 Data flow: data passed as an Object reference argument from one method to another in diff...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 68 Data flow: data passed as a member variable in the "a" class, which is used by a method in anothe...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 67 Data flow: data passed in a class from one method to another in different source files in...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 66 Data flow: data passed in an array from one method to another in different source files i...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 61 Data flow: data returned from one method to another in different classes in the same package
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 54 Data flow: data passed as an argument from one method through three others to a fifth; al...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 53 Data flow: data passed as an argument from one method through two others to a fourth; all...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 53 Data flow: data passed as an argument from one method to another to another in three diff...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 52 Data flow: data passed as an argument from one method to another to another in three diff...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 51 Data flow: data passed as an argument from one function to another in different classes in the sa...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 45 Data flow: data passed as a private class member variable from one function to another in...
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 42 Data flow: data returned from one method to another in the same class
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 41 Data flow: data passed as an argument from one method to another in the same class
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string Sinks: BadSink : possibility of assertion being triggered Flow Variant: 31 Data flow: make a copy of data within the same method
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 19 Control flow: Dead code after an if(true) return
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 17 Control flow: for loops
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 16 Control flow: while(true) and while(local_f)
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 15 Control flow: switch(6)
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 14 Control flow: if(IO.static_five==5) and if(IO.static_five!=5)
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 13 Control flow: if(IO.static_final_five==5) and if(IO.static_final_five!=5)
-
CWE: 617 Assertion is reachable BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: possibility of assertion being triggered Flow Variant: 12 Control flow: if(IO.static_returns_t_or_f())