nuclei/v2/pkg/protocols/network
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
..
networkclientpool Typo fixes. 2021-09-07 17:31:46 +03:00
network.go Adding dns trace support in dns templates (#1236) 2021-11-18 19:22:11 +05:30
network_input_types.go refactor: godoc and comment uniformization 2021-11-25 17:03:56 +02:00
network_test.go Made code changes as per review comments 2021-11-05 03:01:41 +05:30
operators.go Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
operators_test.go Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
request.go refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
request_test.go struct to enums changes for Matchers (#1246) 2021-11-19 16:24:09 +05:30