Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-28-2021 07:52 AM
Currently on ogm but we're planning to move to sdn. I'm passing a param from the frontend to the db to determine the property ex.
//passing in FE param as enum type then converting enum type to string to use in db cypher call
param='email'
MATCH (p:Person)
WHERE p[$param] = "email@google.com"
RETURN p
Is it possible for a sql injection or other security risk to occur?
Solved! Go to Solution.
01-04-2022 08:02 AM
Looks like using params will prevent cypher injections yay > Protecting against Cypher injection - Knowledge Base
01-04-2022 08:02 AM
Looks like using params will prevent cypher injections yay > Protecting against Cypher injection - Knowledge Base
All the sessions of the conference are now available online