Database Reference
In-Depth Information
Feature deactivation
Neo4j provides flexibility to add and execute arbitrary pieces of code through unmanaged
extensions (see the next section for details about unmanaged extensions), which can pro-
duce severe security threat to your infrastructure. It is advisable to think twice before you
decide to move ahead with unmanaged extensions and also make sure that all offending
plugins or extensions are removed from the server classpath. Alternatively, we can also se-
cure the access to these custom plugins/extensions through proxies or authorization rules.
Neo4j is implemented in Java, so we can also introduce and implement security manager
from http://docs.oracle.com/javase/7/docs/technotes/guides/security/index.html to secure
the different parts of the code base.
Search WWH ::




Custom Search