-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PL7XdSMV] apoc.config.list and apoc.config.map leak evars (#3400)
- Loading branch information
Showing
5 changed files
with
138 additions
and
9 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
docs/asciidoc/modules/ROOT/partials/usage/allowed.configs.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[NOTE] | ||
==== | ||
Please note that this procedure only gets the following configurations, to avoid retrieving sensitive data: | ||
- `apoc.import.file.enabled`, | ||
- `apoc.import.file.use_neo4j_config`, | ||
- `apoc.import.file.allow_read_from_filesystem`, | ||
- `apoc.export.file.enabled`, | ||
- `apoc.trigger.enabled`, | ||
- `apoc.trigger.refresh`, | ||
- `apoc.uuid.enabled`, | ||
- `apoc.uuid.enabled.<databaseName>`, | ||
- `apoc.ttl.enabled`, | ||
- `apoc.ttl.enabled.<databaseName>`, | ||
- `apoc.ttl.schedule` | ||
- `apoc.ttl.limit` | ||
- `apoc.jobs.scheduled.num_threads`, | ||
- `apoc.jobs.pool.num_threads`, | ||
- `apoc.jobs.queue.size` | ||
- `apoc.http.timeout.connect` | ||
- `apoc.http.timeout.read` | ||
- `apoc.custom.procedures.refresh` | ||
- `apoc.spatial.geocode.osm.throttle` | ||
- `apoc.spatial.geocode.google.throttle` | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters