You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leterr=newSqlRuleError('Pontially dangerous query based on unauthenticated client parameters',sql);
143
+
leterr=newSqlRuleError(
144
+
"Potentially dangerous query based on parameters set by the client. The client can send any value for these parameters so it's not a good place to do authorization.",
leterr=newSqlRuleError('Pontially dangerous query based on unauthenticated client parameters',sql);
54
+
leterr=newSqlRuleError(
55
+
"Potentially dangerous query based on parameters set by the client. The client can send any value for these parameters so it's not a good place to do authorization.",
0 commit comments