Search code examples
nosqlcassandravalidationcode-injection

NoSQL Injection? (PHP->phpcassa->Cassandra)


Anyone familiar enough with the Cassandra engine (via PHP using phpcassa lib) to know offhand whether there's a corollary to the sql-injection attack vector? If so, has anyone taken a stab at establishing best practices to thwart them? If not, would anyone like to ; )


Solution

  • No. The Thrift layer used by phpcassa is an rpc framework, not based on string parsing.