mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-25 03:55:26 +00:00
Fixed result condition
This commit is contained in:
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…
x
Reference in New Issue
Block a user