Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow1ng committed Jun 26, 2022
1 parent fdffb36 commit b1d8583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebScan/lib/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ func evalset(env *cel.Env, variableMap map[string]interface{}) {
if strings.Contains(k, "payload") {
out, err := Evaluate(env, expression, variableMap)
if err != nil {
fmt.Println(err)
//fmt.Println(err)
variableMap[k] = expression
} else {
variableMap[k] = fmt.Sprintf("%v", out)
Expand Down

0 comments on commit b1d8583

Please sign in to comment.