mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
805bcfe76f
Workflow inputs get updated with extracted values, but later executors don't refresh their template contexts from that state. Child subtemplates reuse the same input object, letting sibling state leak across concurrent executions. HTTP race requests also ignore dynamic values when building requests. Fix this by syncing the current workflow input into each executor's template context, cloning inputs passed to subtemplates, and forwarding dynamic values to race request generation. Fixes #5399 Signed-off-by: Dwi Siswanto <git@dw1.io>