package
2.9.0
Repository: https://github.com/heckintosh/nuclei.git
Documentation: pkg.go.dev

# Functions

ContainsUnresolvedVariables returns an error with variable names if the passed input contains unresolved {{<pattern-here>}} variables.
ContainsVariablesWithIgnoreList returns an error with variable names if the passed input contains unresolved {{<pattern-here>}} other than the ones listed in the ignore list.
ContainsVariablesWithNames returns an error with variable names if the passed input contains unresolved {{<pattern-here>}} variables within the provided list.
Evaluate checks if the match contains a dynamic variable, for each found one we will check if it's an expression and can be compiled, it will be evaluated and the results will be returned.
EvaluateByte checks if the match contains a dynamic variable, for each found one we will check if it's an expression and can be compiled, it will be evaluated and the results will be returned.