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"
|
"os/exec"
|
||||||
"path"
|
"path"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
"regexp"
|
||||||
"runtime"
|
"runtime"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue