Displaying test cases 30901 - 30925 of 32356 in total
-
CWE: 129 Improper Validation of Array Index BadSource: Environment Read data from an environment variable GoodSource: A hardcoded non-zero, non-min, non-max, even number Sinks: array_read_check_max GoodSink: Read from array after verifying index is at least 0 and less than array.length BadSi...
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 17 Control flow: for loops
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 16 Control flow: while(true)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 15 Control flow: switch(7)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 14 Control flow: if(IO.staticFive==5) and if(IO.staticFive!=5)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 13 Control flow: if(IO.STATIC_FINAL_FIVE==5) and if(IO.STATIC_FINAL_FIVE!=5)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 12 Control flow: if(IO.staticReturnsTrueOrFalse())
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 11 Control flow: if(IO.staticReturnsTrue()) and if(IO.staticReturnsFalse())
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 10 Control flow: if(IO.staticTrue) and if(IO.staticFalse)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 09 Control flow: if(IO.STATIC_FINAL_TRUE) and if(IO.STATIC_FINAL_FALSE)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 08 Control flow: if(privateReturnsTrue()) and if(privateReturnsFalse())
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 07 Control flow: if(privateFive==5) and if(privateFive!=5)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 06 Control flow: if(PRIVATE_STATIC_FINAL_FIVE==5) and if(PRIVATE_STATIC_FINAL_FIVE!=5)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 05 Control flow: if(privateTrue) and if(privateFalse)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 04 Control flow: if(PRIVATE_STATIC_FINAL_TRUE) and if(PRIVATE_STATIC_FINAL_FALSE)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 03 Control flow: if(5==5) and if(5!=5)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 02 Control flow: if(true) and if(false)
-
CWE: 114 Process Control Sinks: GoodSink: use System.load() to load a library BadSink : use System.loadLibrary() to load a library Flow Variant: 01 Baseline
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 81 Data flow: data passed in a parameter to an abstrac...
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 75 Data flow: data passed in a serialized object from ...
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 74 Data flow: data passed in a HashMap from one method...
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 73 Data flow: data passed in a LinkedList from one met...
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 72 Data flow: data passed in a Vector from one method ...
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 71 Data flow: data passed as an Object reference argum...
-
CWE: 113 HTTP Response Splitting BadSource: URLConnection Read data from a web server with URLConnection GoodSource: A hardcoded string Sinks: setHeaderServlet GoodSink: URLEncode input BadSink : querystring to setHeader() Flow Variant: 68 Data flow: data passed as a member variable in the ...