Jump to content
  • 0

SQL and HTML Injection


Casey

Question

Maybe this is answered elsewhere but I couldn't find it.

Does Caspio sanitize user input for SQL and HTML injection before we use it as variables in our DataPages?  I had just assumed it did because that seems pretty basic, but I thought I'd ask if anyone knows.

 

Thanks,

Casey

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi Casey,

 

For SQL Injection:

Caspio's development team is following secure coding guidelines and best practices. They use parameterized SQL queries and escape all untrusted input data (for dynamic SQL), no matter this data was received from HTTPS request, their database or from somewhere else.

Also, they perform periodical security audits, and testing for stored SQL injections is a mandatory part of these audits.

If you have any suspicious attack vectors – please report them to the Caspio Support team so they can check it for potential SQL injections.

 

For HTML Injection:

Just make sure that unauthorized people are not allowed to edit your source files, and avoid importing from untrusted sources, then you are good.

 

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...