Displaying test cases 1076 - 1100 of 113211 in total
-
Hardcoded string input Xpath replace char sink : SQL query
-
Hardcoded string input Xpath replace char sink : SQL query
-
Hardcoded string input Xpath replace char sink : SQL query
-
Command line args filtering : remove all '\', '*', '(', ')', 'u0000', '/' in parameter sink : SQL query
-
Command line args filtering : remove all '\', '*', '(', ')', 'u0000', '/' in parameter sink : SQL query
-
Hardcoded string input filtering : remove all '\', '*', '(', ')', 'u0000', '/' in parameter sink : SQL query
-
input : direct user input in string filtering : remove all '\', '*', '(', ')', 'u0000', '/' in parameter sink : SQL query
-
input : direct user input in string filtering : remove all '\', '*', '(', ')', 'u0000', '/' in parameter sink : SQL query
-
input : shell commands filtering : remove all '\', '*', '(', ')', 'u0000', '/' in parameter sink : SQL query
-
Command line args filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
input : direct user input in string filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
input : shell commands filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
input : shell commands filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
Command line args no filtering sink : SQL query
-
Command line args no filtering sink : SQL query
-
Hardcoded string input no filtering sink : SQL query
-
Hardcoded string input no filtering sink : SQL query
-
input : shell commands no filtering sink : SQL query
-
input : shell commands no filtering sink : SQL query
-
CWE: 89 SQL Injection BadSource: getQueryString_Servlet Parse id param out of the URL query string (without using getParameter()) GoodSource: A hardcoded string Sinks: execute GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in execu...
-
CWE: 89 SQL Injection BadSource: getParameter_Servlet Read data from a querystring using getParameter() GoodSource: A hardcoded string Sinks: execute GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in execute(), which could result i...
-
CWE: 89 SQL Injection BadSource: File Read data from file (named c:\data.txt) GoodSource: A hardcoded string Sinks: prepareStatement GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in prepareStatement() call, which could result in S...
-
CWE: 89 SQL Injection BadSource: File Read data from file (named c:\data.txt) GoodSource: A hardcoded string Sinks: execute GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in execute(), which could result in SQL Injection Flow Vari...
-
CWE: 89 SQL Injection BadSource: console_readLine Read data from the console using readLine() GoodSource: A hardcoded string Sinks: prepareStatement GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in prepareStatement() call, which c...
-
CWE: 89 SQL Injection BadSource: console_readLine Read data from the console using readLine() GoodSource: A hardcoded string Sinks: prepareStatement GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in prepareStatement() call, which c...