prebid / prebid-server

Open-source solution for running real-time advertising auctions in the cloud.
https://prebid.org/product-suite/prebid-server/
Apache License 2.0
424 stars 722 forks source link

Hook handler called without appropriate recovery mechanism #3737

Open linux019 opened 3 months ago

linux019 commented 3 months ago

Here code spawns a goroutine to call module hook handler but missing defer with recover() https://github.com/prebid/prebid-server/blob/7702a78118cf56ebf2a4e998f4757b01640ef404/hooks/hookexecution/execution.go#L105 That would to process crash