Difference between revisions of "TUFLOW Message 2913"

From Tuflow
Jump to navigation Jump to search
(Created page with "{{TUFLOW_Message |tuflow_message=ERROR 2913 - Dangerous word found in user SQL: <scary word>. |alt_msg=NA |type=ERROR |message_desc=TUFLOW has encountered a dangerous wor...")
 
Line 1: Line 1:
 
{{TUFLOW_Message
 
{{TUFLOW_Message
|tuflow_message=ERROR 2913 - Dangerous word found in user SQL:  <scary word>.
+
|tuflow_message=ERROR 2913 - Dangerous word found in user SQL:  <flagged word>.
 
|alt_msg=NA
 
|alt_msg=NA
 
|type=[[ERROR]]
 
|type=[[ERROR]]
|message_desc=TUFLOW has encountered a dangerous word (<scary word>) in the users SQL.
+
|message_desc=TUFLOW has encountered a dangerous word (<flagged word>) in the users SQL. This error is flagged when a keyword that TUFLOW deems 'dangerous' is passed into the command "SQLite On Open SQL" command. Words that are deemed dangerous are typically those that look like they are editing the database tables e.g. "DROP", "UPDATE", "TRUNCATE", "REPLACE" etc. This command is intended for editing the database settings using pragma commands and not for editing tables within the database.
 
<br>
 
<br>
  

Revision as of 23:09, 9 September 2024

TUFLOW Message
ERROR 2913 - Dangerous word found in user SQL: <flagged word>.

Alternate Message
NA

Message Type
ERROR

Description
TUFLOW has encountered a dangerous word (<flagged word>) in the users SQL. This error is flagged when a keyword that TUFLOW deems 'dangerous' is passed into the command "SQLite On Open SQL" command. Words that are deemed dangerous are typically those that look like they are editing the database tables e.g. "DROP", "UPDATE", "TRUNCATE", "REPLACE" etc. This command is intended for editing the database settings using pragma commands and not for editing tables within the database.

Suggestions
Review the SQL


Up
Go-up.png 2xxx Messages