Skip to content

Commit 5cd13ed

Browse files
Update withIndexCreate function reference (#444)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 7107e00 commit 5cd13ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This means that Neo4j Spatial 5.19.0 is build against Neo4j 5.19, and so on.
2222
2323
NOTE: If you're concerned about the security risks of unrestricted access, we recommend reviewing the code to assess
2424
the level of risk for your use case. For example, the method
25-
[`IndexAccessMode.withIndexCreate`](/src/main/java/org/neo4j/gis/spatial/index/IndexManager.java#L42) grants index
25+
[`IndexAccessMode.withIndexCreate`](/server-plugin/src/main/java/org/neo4j/gis/spatial/index/IndexManager.java#L42) grants index
2626
creation capabilities within the security model. This allows users without index creation privileges to generate the
2727
required spatial support indexes. This behavior was not intentionally designed to bypass security but was necessary
2828
due to Neo4j’s security model, where procedures with WRITE mode are not permitted to create indexes.

0 commit comments

Comments
 (0)