mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-09 20:13:34 +08:00
introduce scan context (#4373)
* introduce scan context * minor * add joined errors to resultevents * change `executor` funcs' signature * fix tests * join errors in `LogError` func * change func signature * add guard
This commit is contained in:
@@ -635,6 +635,7 @@ func (request *Request) MakeResultEventItem(wrapped *output.InternalWrappedEvent
|
||||
Response: types.ToString(wrapped.InternalEvent["response"]),
|
||||
IP: types.ToString(wrapped.InternalEvent["ip"]),
|
||||
TemplateEncoded: request.options.EncodeTemplate(),
|
||||
Error: types.ToString(wrapped.InternalEvent["error"]),
|
||||
}
|
||||
return data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user