Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wallarm/gotestwaf
/ Encoder
Interface
Encoder
internal/payload/encoder/encoder.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
encoder
2
3
type
Encoder
interface
{
4
GetName() string
5
Encode(data string) (string, error)
6
}
7
8
var
Encoders
map
[string]Encoder
9
Callers
13
init
Function · 0.65
sendPayload
Method · 0.65
SendPayload
Method · 0.65
SendPayload
Method · 0.65
init
Function · 0.65
GenerateTestCases
Function · 0.65
doMaliciousRequest
Method · 0.65
CheckAvailability
Method · 0.65
CreateRequest
Method · 0.65
TestRawRequest
Function · 0.65
Apply
Function · 0.65
Encode
Method · 0.65
Implementers
5
JSUnicodeEncoder
internal/payload/encoder/jsunicode.go
Base64Encoder
internal/payload/encoder/base64.go
URLEncoder
internal/payload/encoder/url.go
XMLEntityEncoder
internal/payload/encoder/xmlentity.go
PlainEncoder
internal/payload/encoder/plain.go
Calls
no outgoing calls
Tested by
no test coverage detected