This PR removes a panic path in template loading when dialers are not initialized for the current execution ID.
pkg/catalog/loader/loader.go, when protocolstate.GetDialersWithId(typesOpts.ExecutionId) returns nil, it now attempts a safe initialization via protocolstate.Init(typesOpts).This keeps behavior stable for normal scanning flows while preventing hard crashes in non-scanning/partial-init paths.
panic("dialers with executionId ... not found")go test ./pkg/catalog/loader -count=1dev)/claim #6674
591893871-qq-com
@591893871-qq-com
ProjectDiscovery
@projectdiscovery
Madhavan Deepak
@Madhavan-Deepak