Add single quotes for inner command.
Change to bash as interpreter. Forbid single quotes for user commands.
This commit is contained in:

committed by
Sebastian Serth

parent
4c25473c9e
commit
8950ab3776
@ -497,7 +497,7 @@ paths:
|
||||
type: object
|
||||
properties:
|
||||
command:
|
||||
description: The command to be executed. The working directory for this execution is the working directory of the image of the execution environment
|
||||
description: The command to be executed. The working directory for this execution is the working directory of the image of the execution environment. Single quotation ' can not be used.
|
||||
type: string
|
||||
example: python exercise.py
|
||||
privilegedExecution:
|
||||
|
Reference in New Issue
Block a user