nuclei [feature] Workflow to support tags based execution - Go
Is your feature request related to a problem? Please describe.
I think it would make workflows more powerful if it was possible to trigger subtemplates based on tags.
Describe the solution you'd like
Something like this to follow the way it's done in regular templates:
workflows:
- template: technologies/tech-detect.yaml
matchers:
- name: wordpress
subtemplates:
- template: vulnerabilities/wordpress/
- tags: wordpress,wp-plugin,php
This would make it easier to maintain workflows since you would not have to edit workflows everytime you add a new template related to wordpress in this case (assuming it is added to the right folder and correctly tagged).
Asked Oct 24 '21 07:10
Techbrunch
1 Answer:
@Techbrunch workflows already support directory, tag is something that would be interesting to add here.
Example workflow using directory - gitlab-workflow
1
Answered May 17 '21 at 22:40
ehsandeep
Read next
- Bug in jnp.take with negative indexing - Python jax
- vanilla Flagging content "Take Action" button link broken - PHP
- [v1]: info missing cacheControl - TypeScript graphql-modules
- Mongoose has no `DocumentToObjectOptions` - nestjs-query
- baritone Custom Scripts? Java
- Crash - lateinit property initialState has not been initialized - Kotlin LoadingButtonAndroid
- bug(CdkObserveContent): Incorrect typing for CdkObserveContent's [debounce] property - components
- Добавить возможность использовать ЯП Rust для решения. - Elixir codebattle