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
Right now everything uses a format string, which is susceptible to sql injection. Since we control the parameters this is a very low risk, if a risk at all. But it's not the correct way to do this, and someone reviewing the code may see this as an issue
The text was updated successfully, but these errors were encountered:
Right now everything uses a format string, which is susceptible to sql injection. Since we control the parameters this is a very low risk, if a risk at all. But it's not the correct way to do this, and someone reviewing the code may see this as an issue
The text was updated successfully, but these errors were encountered: