mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:55:28 +00:00
24 lines
693 B
YAML
24 lines
693 B
YAML
id: complex-conditions-workflow
|
|
|
|
info:
|
|
name: Complex Conditions Workflow
|
|
author: tovask
|
|
severity: info
|
|
description: Workflow to test a complex scenario, e.g. race conditions when evaluating the results of the templates
|
|
|
|
workflows:
|
|
- template: workflow/match-1.yaml
|
|
subtemplates:
|
|
- template: workflow/nomatch-1.yaml
|
|
subtemplates:
|
|
- template: workflow/match-2.yaml
|
|
- template: workflow/match-3.yaml
|
|
- template: workflow/match-2.yaml
|
|
matchers:
|
|
- name: test-matcher
|
|
subtemplates:
|
|
- template: workflow/nomatch-1.yaml
|
|
subtemplates:
|
|
- template: workflow/match-1.yaml
|
|
- template: workflow/match-3.yaml
|