File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,16 @@ HttpUtilities.HttpSessionIdName=JSESSIONID
336
336
337
337
# ===========================================================================
338
338
# ESAPI Executor
339
- # CHECKME - Not sure what this is used for, but surely it should be made OS independent.
340
- Executor.WorkingDirectory =C:\\ Windows\\ Temp
341
- Executor.ApprovedExecutables =C:\\ Windows\\ System32\\ cmd.exe,C:\\ Windows\\ System32\\ runas.exe
339
+ # CHECKME - This should be made OS independent. Don't use unsafe defaults.
340
+ # # Examples only -- do NOT blindly copy!
341
+ # For Windows:
342
+ # Executor.WorkingDirectory=C:\\Windows\\Temp
343
+ # Executor.ApprovedExecutables=C:\\Windows\\System32\\cmd.exe,C:\\Windows\\System32\\runas.exe
344
+ # For *nux, MacOS:
345
+ # Executor.WorkingDirectory=/tmp
346
+ # Executor.ApprovedExecutables=/bin/bash
347
+ Executor.WorkingDirectory =
348
+ Executor.ApprovedExecutables =
342
349
343
350
344
351
# ===========================================================================
You can’t perform that action at this time.
0 commit comments