mirror of
https://github.com/pinojs/pino.git
synced 2025-12-08 20:36:13 +00:00
* harden transport loading against prototype pollution * fix: robust validation for bundler overrides and regression test Ensure `globalThis.__bundlerPathsOverrides` is a valid object before access to prevent runtime errors. Added a test case to verify handling of prototype pollution. * test: add prototype pollution handling verification for transport