Fix missing regexp import for path traversal validation

This commit is contained in:
rcourtman 2025-11-12 16:34:16 +00:00
parent be40faf67f
commit ff5de0147b

View file

@ -15,6 +15,7 @@ import (
"os/exec"
"path"
"path/filepath"
"regexp"
"runtime"
"strconv"
"strings"