Skip to content

Commit e7f4604

Browse files
kshepherdmilanmajchrak
authored andcommitted
Curation config support for allowed base paths
(cherry picked from commit 4502224)
1 parent 5d1e8bc commit e7f4604

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dspace/config/modules/curate.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,15 @@ curate.taskqueue.dir = ${dspace.dir}/ctqueues
3030

3131
# Maximum amount of redirects set to 0 for none and -1 for unlimited
3232
curate.checklinks.max-redirect = 0
33+
34+
# allowed base path(s) of curation task files
35+
# it is recommended to restrict this path as much as possible
36+
# so that the DSpace Processes framework may only load files as "tasks"
37+
# from a trusted location. For multiple paths, repeat this configuration
38+
# property for each trusted path
39+
# Default: ${dspace.dir}
40+
#curate.taskfile.base = ${dspace.dir}
41+
42+
# allowed base path of reporter output.
43+
# Default: ${dspace.dir}/log
44+
#curate.reporter.base = ${dspace.dir}/log

0 commit comments

Comments
 (0)