mirror of https://github.com/daffainfo/nuclei.git
Fixed result condition
parent
407a89acd2
commit
650d71781a
|
@ -165,7 +165,7 @@ func (r *Runner) processWorkflowWithList(p progress.IProgress, workflow *workflo
|
|||
}
|
||||
|
||||
for _, variable := range variables {
|
||||
result = variable.IsFalsy()
|
||||
result = !variable.IsFalsy()
|
||||
if result {
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue