mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 18:23:47 +00:00
d11d81688a
Test coverage for pure utility functions: - isValidPrivateOrigin: validates private network origins (security) - normalizeForwardedProto: normalizes ws/wss to http/https for proxies - sanitizeValue: handles NaN/Inf values in JSON data - cloneMetadata/cloneMetadataValue: deep copies metadata maps/slices - cloneAlert/cloneAlertData: deep copies alert structures Coverage increased from 20.9% to 37.3% (80 test cases).