mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 03:55:23 +00:00
* added support yaml for report options * better to use .HasPrefix() * wip: working on unmarshal YAML optimization * managed yaml tag + nil pointers + unit test * implemented tests * removed unused code from reporting + code refactoring * WIP: code refactoring and tests * check on env var * more test coverage and added callback func * docs + renaming func * moved callback logic + removed yaml validation * used yaml decoder * struct typo * refactoring walk method with generic signature * removed yamlwrapper refs, used yaml2 + docs implemented test to check also fields without yaml tag * used DecodeAndValidate() * removed double import reference --------- Co-authored-by: mzack <marco.rivoli.nvh@gmail.com> Co-authored-by: Mzack9999 <mzack9999@protonmail.com>