Documentation ¶
Index ¶
Constants ¶
View Source
const (
EventPushVul = "xssfinderPushDomVul"
)
Variables ¶
View Source
var ( //go:embed preload.js PreloadJS string )
Functions ¶
func ParseDomHookResponseJs ¶
func ParseDomHookResponseJs(ctx context.Context, event *fetch.EventRequestPaused) error
Types ¶
type TrackChain ¶
type VulPoint ¶
type VulPoint struct { Url string `json:"url"` Source TrackChain `json:"source"` Sink TrackChain `json:"sink"` }
Click to show internal directories.
Click to hide internal directories.