mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 02:55:27 +00:00
- Add GlobalTemplateID, GlobalTemplatePath, and GlobalTemplateInfo fields to ResultEvent - Preserve original template information in JSON output when global matchers trigger - Store global template information in separate fields for visibility - Update CLI format for global matchers: [global-template-id:matcher] [global] [original-template-id] [protocol] [severity] - Use global template severity in CLI output instead of original template severity - Display original template ID in white (no color) for distinction - Update both HTTP and Network operators for consistency Fixes issue where global matcher results showed global template info instead of original template info in JSON output.