mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 19:35:27 +00:00
fix: fix incorrect nil return value (#6079)
Signed-off-by: huochexizhan <huochexizhan@outlook.com>
This commit is contained in:
parent
fa7329f16e
commit
3a3f5e271c
@ -133,7 +133,7 @@ func (rule *Rule) executePartComponentOnKV(input *ExecuteRuleInput, payload Valu
|
|||||||
}
|
}
|
||||||
|
|
||||||
if qerr := rule.execWithInput(input, req, input.InteractURLs, ruleComponent, key, value, "", "", "", ""); qerr != nil {
|
if qerr := rule.execWithInput(input, req, input.InteractURLs, ruleComponent, key, value, "", "", "", ""); qerr != nil {
|
||||||
return err
|
return qerr
|
||||||
}
|
}
|
||||||
|
|
||||||
// after building change back to original value to avoid repeating it in furthur requests
|
// after building change back to original value to avoid repeating it in furthur requests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user