MCPcopy
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

1package encoder
2
3type Encoder interface {
4 GetName() string
5 Encode(data string) (string, error)
6}
7
8var Encoders map[string]Encoder
9

Callers 13

initFunction · 0.65
sendPayloadMethod · 0.65
SendPayloadMethod · 0.65
SendPayloadMethod · 0.65
initFunction · 0.65
GenerateTestCasesFunction · 0.65
doMaliciousRequestMethod · 0.65
CheckAvailabilityMethod · 0.65
CreateRequestMethod · 0.65
TestRawRequestFunction · 0.65
ApplyFunction · 0.65
EncodeMethod · 0.65

Implementers 5

JSUnicodeEncoderinternal/payload/encoder/jsunicode.go
Base64Encoderinternal/payload/encoder/base64.go
URLEncoderinternal/payload/encoder/url.go
XMLEntityEncoderinternal/payload/encoder/xmlentity.go
PlainEncoderinternal/payload/encoder/plain.go

Calls

no outgoing calls

Tested by

no test coverage detected