mirror of
https://github.com/openrport/openrport.git
synced 2025-10-26 11:27:11 +00:00
* Taco as interpreter * Working on code review comments * Cmd buf overflow error * DEV-2235 Refactored mocked fields * Write to buffer data up to the overflow limit * Fixing the test * Update api-doc.yml * Renamed taco to tacoscript Co-authored-by: Thorsten Kramm <tk@system42.io>
9 lines
125 B
Go
9 lines
125 B
Go
package chshare
|
|
|
|
const (
|
|
UnixShell = "/bin/sh"
|
|
CmdShell = "cmd"
|
|
PowerShell = "powershell"
|
|
Tacoscript = "tacoscript"
|
|
)
|