Fix missing regexp import for path traversal validation
This commit is contained in:
parent
be40faf67f
commit
ff5de0147b
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import (
|
|||
"os/exec"
|
||||
"path"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
"runtime"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
|
|
|||
Loading…
Reference in a new issue