Files
bun.sh/test/js/node/process
Claude Bot b0b94b1e7a Add integer validation for numeric uid/gid arguments
- Use Bun::V::validateInteger to reject non-integers (NaN, Infinity, floats, negatives)
- Match the validation pattern used in setuid/setgid functions
- Add comprehensive test coverage for numeric edge cases (1.5, -1, NaN, Infinity, 2^31)
- Validate both user and extraGroup parameters when numeric

Addresses CodeRabbit review feedback.
2025-10-21 06:33:54 +00:00
..
2024-11-11 19:23:58 -08:00
2023-03-07 12:22:34 -08:00
2025-10-18 20:16:02 -07:00