Question about # single-line comments for SQL injection attacks
We are looking at possibly opening up our cross-site scripting filter so that it allows the # character because this limitation is causing problems for many agencies. We originally prevented the users from using the # character in any web request to the Commerce server because it can possibly be used for single-line comments for SQL injection attacks. But after further examination, it appears that this # character for single-line comments was only supported in Oracle 8 and older versions. Can you please confirm with Oracle whether or not they support the # character for comments in Oracle RDBMS 9.x and RDBMS 10.x ?
0