Juliet Java 1.0 Test suite #24
DownloadDescription
A collection of test cases in the Java language. It contains examples for 106 different CWEs. This software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guaranties, expressed or implied, about its quality, reliability, or any other characteristic. All documents related to the Juliet Test Suite can be found at the documents page.
Documentation
Displaying test cases 1601 - 1625 of 14184 in total
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 14 Control flow: if(IO.s...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 15 Control flow: switch(...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 16 Control flow: while(t...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 17 Control flow: for loops
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 19 Control flow: Dead co...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 31 Data flow: make a cop...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 41 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 42 Data flow: data retur...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 45 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 51 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 52 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 53 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 53 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 54 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 61 Data flow: data retur...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 66 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 67 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 68 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: URLConnection Read a string from a web server with URLConnection GoodSource: A hardcoded string Sinks: printf GoodSink: dynamic printf format with string defined BadSink : dynamic printf without validation Flow Variant: 71 Data flow: data passe...
-
CWE: 134 Uncontrolled Format String BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: format GoodSink: dynamic formatted stdout with string defined BadSink : dynamic formatted stdout without validation Flow Variant: 01 Baseline
-
CWE: 134 Uncontrolled Format String BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: format GoodSink: dynamic formatted stdout with string defined BadSink : dynamic formatted stdout without validation Flow Variant: 02 Control flow: if(t...
-
CWE: 134 Uncontrolled Format String BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: format GoodSink: dynamic formatted stdout with string defined BadSink : dynamic formatted stdout without validation Flow Variant: 03 Control flow: if(5...
-
CWE: 134 Uncontrolled Format String BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: format GoodSink: dynamic formatted stdout with string defined BadSink : dynamic formatted stdout without validation Flow Variant: 04 Control flow: if(p...
-
CWE: 134 Uncontrolled Format String BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: format GoodSink: dynamic formatted stdout with string defined BadSink : dynamic formatted stdout without validation Flow Variant: 05 Control flow: if(p...
-
CWE: 134 Uncontrolled Format String BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: format GoodSink: dynamic formatted stdout with string defined BadSink : dynamic formatted stdout without validation Flow Variant: 06 Control flow: if(p...