mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:15:24 +00:00
* 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>
8 lines
77 B
Go
8 lines
77 B
Go
package extensions
|
|
|
|
const (
|
|
JSON = ".json"
|
|
YAML = ".yaml"
|
|
YML = ".yml"
|
|
)
|