nuclei/v2/pkg/protocols
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
..
common refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
dns refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
file fix: File and directory creation permission changes 2021-11-25 14:37:57 +02:00
headless refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
http refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
network refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
offlinehttp refactor: removed redundant type conversion 2021-11-25 17:18:54 +02:00
ssl refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
utils Improving error handling in client certificate library (#1237) 2021-11-10 22:42:49 +05:30
websocket refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
protocols.go refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00