httpsec

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2024 License: Apache-2.0, BSD-3-Clause, Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClientIPTags

func ClientIPTags(headers map[string][]string, hasCanonicalHeaders bool, remoteAddr string) (tags map[string]string, clientIP netip.Addr)

ClientIPTags returns the resulting Datadog span tags `http.client_ip` containing the client IP and `network.client.ip` containing the remote IP. The tags are present only if a valid ip address has been returned by RemoteAddr().

func NewHTTPSecFeature

func NewHTTPSecFeature(config *config.Config, rootOp dyngo.Operation) (listener.Feature, error)

func NewSSRFProtectionFeature

func NewSSRFProtectionFeature(config *config.Config, rootOp dyngo.Operation) (listener.Feature, error)

func NormalizeHTTPHeaders

func NormalizeHTTPHeaders(headers map[string][]string) (normalized map[string]string)

NormalizeHTTPHeaders returns the HTTP headers following Datadog's normalization format.

Types

type Feature

type Feature struct {
	APISec appsec.APISecConfig
}

func (*Feature) OnRequest

func (feature *Feature) OnRequest(op *httpsec.HandlerOperation, args httpsec.HandlerOperationArgs)

func (*Feature) OnResponse

func (feature *Feature) OnResponse(op *httpsec.HandlerOperation, resp httpsec.HandlerOperationRes)

func (*Feature) Stop

func (*Feature) Stop()

func (*Feature) String

func (*Feature) String() string

type SSRFProtectionFeature

type SSRFProtectionFeature struct{}

func (*SSRFProtectionFeature) OnStart

func (*SSRFProtectionFeature) Stop

func (*SSRFProtectionFeature) Stop()

func (*SSRFProtectionFeature) String

func (*SSRFProtectionFeature) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL