MCPcopy
hub / github.com/owasp-amass/amass / process

Method process

engine/plugins/known_fqdn.go:85–95  ·  view source on GitHub ↗
(e *et.Event, names []*dbt.Entity)

Source from the content-addressed store, hash-verified

83}
84
85func (d *knownFQDN) process(e *et.Event, names []*dbt.Entity) {
86 for _, n := range names {
87 if fqdn, ok := n.Asset.(*oamdns.FQDN); ok {
88 _ = e.Dispatcher.DispatchEvent(&et.Event{
89 Name: fqdn.Name,
90 Entity: n,
91 Session: e.Session,
92 })
93 }
94 }
95}

Callers 1

checkMethod · 0.95

Calls 1

DispatchEventMethod · 0.65

Tested by

no test coverage detected