It this a safe way to filter input into an SQL query
Is this a safe way to filter strings into an SQL query in java or could this be bypassed? I understand that I should just parameterize everything but this is an ancient code base where it makes more sense to do it myself.
public st… Continue reading It this a safe way to filter input into an SQL query