MCPcopy Index your code
hub / github.com/devploit/nomore403 / recordFinding

Function recordFinding

cmd/requester.go:1016–1023  ·  view source on GitHub ↗
(result Result)

Source from the content-addressed store, hash-verified

1014}
1015
1016func recordFinding(result Result) {
1017 if result.defaultReq {
1018 return
1019 }
1020 topFindingsMutex.Lock()
1021 defer topFindingsMutex.Unlock()
1022 topFindings = append(topFindings, result)
1023}
1024
1025func printTopFindings(limit int) {
1026 if getVerbose() || limit <= 0 {

Callers 1

printResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected