mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-24 14:05:26 +00:00
In some case you may need to use custom type in `metadata`, like nested array or nested k-v:
```yaml
info:
metadata:
components:
- bootstrap
- jquery
```
So this commit allowed use any custom type in `metadata`.