This commit is contained in:
Mzack9999
2025-11-18 22:20:17 +04:00
parent 9b37f1b441
commit c746a8fdae
7 changed files with 7 additions and 14 deletions

View File

@@ -21,13 +21,12 @@ var jsTestcases = []TestCaseInfo{
}
var (
redisResource *dockertest.Resource
sshResource *dockertest.Resource
oracleResource *dockertest.Resource
vncResource *dockertest.Resource
multiPortsSShResource *dockertest.Resource
pool *dockertest.Pool
defaultRetry = 3
redisResource *dockertest.Resource
sshResource *dockertest.Resource
oracleResource *dockertest.Resource
vncResource *dockertest.Resource
pool *dockertest.Pool
defaultRetry = 3
)
type javascriptNetHttps struct{}

View File

@@ -1,5 +1,4 @@
//go:build !race
// +build !race
package nuclei_test

View File

@@ -115,7 +115,7 @@ func init() {
}))
dsl.PrintDebugCallback = func(args ...interface{}) error {
gologger.Debug().Msgf("print_debug value: %s", fmt.Sprint(args))
gologger.Debug().Msgf("print_debug value: %s", fmt.Sprint(args)) //nolint
return nil
}

View File

@@ -1,5 +1,4 @@
//go:build !stats
// +build !stats
package events

View File

@@ -1,5 +1,4 @@
//go:build stats
// +build stats
package events

View File

@@ -1,6 +1,4 @@
//go:build (linux || darwin || windows) && (amd64 || arm64)
// +build linux darwin windows
// +build amd64 arm64
package json

View File

@@ -1,5 +1,4 @@
//go:build !(linux || darwin || windows) || !(amd64 || arm64)
// +build !linux,!darwin,!windows !amd64,!arm64
package json