File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This means that Neo4j Spatial 5.19.0 is build against Neo4j 5.19, and so on.
22
22
23
23
NOTE: If you're concerned about the security risks of unrestricted access, we recommend reviewing the code to assess
24
24
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
26
26
creation capabilities within the security model. This allows users without index creation privileges to generate the
27
27
required spatial support indexes. This behavior was not intentionally designed to bypass security but was necessary
28
28
due to Neo4j’s security model, where procedures with WRITE mode are not permitted to create indexes.
You can’t perform that action at this time.
0 commit comments