Skip to content
Snippets Groups Projects
Commit f64f3d8f authored by Richard Cordovano's avatar Richard Cordovano
Browse files

Remove current impl of SQL injection defense from CaseDbAccessManager

parent 9329f510
No related branches found
No related tags found
No related merge requests found
......@@ -696,11 +696,9 @@ private void validateIndexName(String indexName) throws TskCoreException {
/**
* Validates given SQL string.
*
* Specifically, it ensurer the SQL doesn't have a ";"
* @param sql The SQL to validate.
*
* @param sql
*
* @throws TskCoreException
* @throws TskCoreException Thrown if the SQL is not valid.
*/
private void validateSQL(String sql) throws TskCoreException {
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment