fix: check exact match on command allow list

This commit is contained in:
Henrique Dias 2025-06-26 15:19:13 +02:00
parent b0f92dd2d7
commit e2e1e49130
No known key found for this signature in database
2 changed files with 3 additions and 9 deletions

View file

@ -8,7 +8,7 @@ import (
// ParseCommand parses the command taking in account if the current
// instance uses a shell to run the commands or just calls the binary
// directyly.
// directly.
func ParseCommand(s *settings.Settings, raw string) ([]string, error) {
var command []string