mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 22:05:27 +00:00
* renaming var * Introducing shared execution context prototype * fixing field name * adding shared values propagation * adding shared context lock * add slice values normalization * adding integration tests * adding metadata support for dns * adding multi-protocol context sharing test * removing debug test files * moving contextargs around * adding comments * refactoring code - getter/setter for complex types - using pointers to avoid heap allocations
11 lines
304 B
YAML
11 lines
304 B
YAML
id: dns-value-sharing-workflow
|
|
info:
|
|
name: DNS Value Sharing Test
|
|
author: pdteam
|
|
severity: info
|
|
|
|
workflows:
|
|
- template: workflow/dns-value-share-template-1.yaml
|
|
subtemplates:
|
|
- template: workflow/dns-value-share-template-2.yaml
|
|
- template: workflow/dns-value-share-template-3.yaml |