nuclei/v2/pkg
forgedhallpass ec6889931d refactor: linter driven fixes
* x = x + ""  => x += ""
* pre-allocating slice with known size
* added t.Helper() methods in test helpers
* complex if-else conditions replaced by switches
* errors should be checked using error.Is() instead of ==
* function parameter should start with lower case letter
* removed unnecessary type definition
* variable/label naming convention: camelCase instead of snake_case
2021-11-25 17:57:22 +02:00
..
catalog refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
core refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
model refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
operators refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
output Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
parsers refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
progress Made code changes as per review comments 2021-11-05 03:01:41 +05:30
projectfile In-lined error checks, reduced scope of error variables, introduced new error variables instead of re-using them 2021-08-31 12:55:52 +03:00
protocols refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
reporting refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
templates refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
testutils refactor: godoc and comment uniformization 2021-11-25 17:03:56 +02:00
types Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
utils refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
workflows refactor the modules to core 2021-10-27 16:50:36 +05:30