nuclei/v2/pkg/templates/extensions/extensions.go
Mzack9999 c182434130
json templates support (load with flags, run & validate ) (#3424)
* extending template identification logic

* removing test code

* local debug

* json template loading support using flags

* blacklist meta json files

* minor changes

---------

Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
2023-03-16 13:33:59 +05:30

8 lines
77 B
Go

package extensions
const (
JSON = ".json"
YAML = ".yaml"
YML = ".yml"
)