Hi again
Anything that uses string building is vulnerable to Cypher Injection if no sanitisation is used. For the case with the APOC procedures I suggested here is an example to help you out.
Let’s say you send in a query where you have a parameter...
Hi there!
Some useful APOC procedures to help you out include:
apoc.cypher.doit - Write and Read (https://neo4j.com/docs/apoc/current/overview/apoc.cypher/apoc.cypher.doIt)
apoc.cypher.run - Read only (https://neo4j.com/docs/apoc/current/overview/apo...