Juliet Java 1.3 with extra support Test suite #109
DownloadDescription
A collection of Java test cases updated from Juliet 1.2
Documentation
Displaying test cases 18001 - 18025 of 28881 in total
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 52 Data flow: data passed as an argument from...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 53 Data flow: data passed as an argument from...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 54 Data flow: data passed as an argument from...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 61 Data flow: data returned from one method t...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 66 Data flow: data passed in an array from on...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 67 Data flow: data passed in a class from one...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 68 Data flow: data passed as a member variable in the...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 71 Data flow: data passed as an Object refere...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 72 Data flow: data passed in a Vector from on...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 73 Data flow: data passed in a LinkedList fro...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 74 Data flow: data passed in a HashMap from o...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 75 Data flow: data passed in a serialized obj...
-
CWE: 601 Open Redirect BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: BadSink : place redirect string directly into redirect api call Flow Variant: 81 Data flow: data passed in a parameter to a...
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 01 Baseline
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 02 Control flow: if(true) and if(false)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 04 Control flow: if(PRIVATE_STATIC_FINAL_TRUE) and if(PRIVATE_STATIC_FINAL_FALSE)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 05 Control flow: if(privateTrue) and if(privateFalse)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 06 Control flow: if(PRIVATE_STATIC_FINAL_FIVE==5) and if(PRIVATE_STATIC_FINAL_FIVE!=5)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 07 Control flow: if(privateFive==5) and if(privateFive!=5)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 08 Control flow: if(privateReturnsTrue()) and if(privateReturnsFalse())
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 09 Control flow: if(IO.STATIC_FINAL_TRUE) and if(IO.STATIC_FINAL_FALSE)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 10 Control flow: if(IO.staticTrue) and if(IO.staticFalse)
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 11 Control flow: if(IO.staticReturnsTrue()) and if(IO.staticReturnsFalse())
-
CWE: 601 Open Redirect BadSource: listen_tcp Read data using a listening tcp connection GoodSource: A hardcoded string BadSink: place redirect string directly into redirect api call Flow Variant: 12 Control flow: if(IO.staticReturnsTrueOrFalse())