0

Like SQL injection, is it possible to have a sql injection in azure table which is a no sql database. I do not have any specific example but is there a way through which a rogue data can create security risk in the table.

rdhaundiyal
  • 169
  • 10

1 Answers1

0

no sql database(like azure table storage) still has the risk of sql injection.

There're some examples and some ways to prevent it, you can refer to the links below for more details:

SLD Injection, it’s a thing

How the prevent Azure table injection?

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60