Displaying test cases 851 - 875 of 113211 in total
-
Hardcoded string input Xpath replace char sink : SQL query
-
input : direct user input in string Xpath replace char sink : SQL query
-
input : shell commands Xpath replace char sink : SQL query
-
Hardcoded string input 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
-
Command line args filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
Command line args filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
Hardcoded string input filtering : remove semi-colon and all invalid filenames and chars in paths sink : SQL query
-
Hardcoded string input 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
-
Command line args filtering : check if there is only numbers sink : SQL query
-
Hardcoded string input filtering : check if there is only numbers sink : SQL query
-
Hardcoded string input filtering : check if there is only numbers sink : SQL query
-
Hardcoded string input filtering : check if there is only numbers sink : SQL query
-
input : direct user input in string filtering : check if there is only numbers sink : SQL query
-
input : shell commands filtering : check if there is only numbers sink : SQL query
-
input : shell commands filtering : check if there is only numbers sink : SQL query
-
Hardcoded string input no filtering sink : SQL query
-
input : direct user input in string no filtering sink : SQL query
-
input : shell commands no filtering sink : SQL query
-
CWE: 89 SQL Injection BadSource: PropertiesFile Read data from a .properties file (in property named data) GoodSource: A hardcoded string Sinks: execute GoodSink: Use prepared statement and execute (properly) BadSink : data concatenated into SQL statement used in execute(), which could resul...
-
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: getCookies_Servlet Read data from the first cookie using getCookies() GoodSource: A hardcoded string Sinks: executeQuery GoodSink: Use prepared statement and executeQuery (properly) BadSink : data concatenated into SQL statement used in executeQuery(), which ...
-
CWE: 89 SQL Injection BadSource: connect_tcp Read data using an outbound tcp connection GoodSource: A hardcoded string Sinks: executeQuery GoodSink: Use prepared statement and executeQuery (properly) BadSink : data concatenated into SQL statement used in executeQuery(), which could result in...