mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* misc updates * fixed linter error: unnecessary escape of single quotes * minor simplification of the last capture group * replaced (=| =|:| :)(( \"|\")|( '|')) with \\s*[=:]\\s*[\"'] because it's more readable and also more permissive with white space characters * changed the [a-z0-9-_] with [\w-] for readability * removed the unnecessary capture group Co-authored-by: Emad Youssef <48482029+Sy3Omda@users.noreply.github.com> Co-authored-by: sandeep <sandeep@projectdiscovery.io>