mirror of
https://github.com/yamadashy/repomix.git
synced 2026-01-28 15:08:22 +01:00
Add --receive-pack parameter to the list of blocked dangerous git parameters in validateGitUrl function. This parameter, like --upload-pack, can be used to execute arbitrary binaries and poses a security risk. Changes: - Use array for dangerous params check (better maintainability) - Use test.each for data-driven tests (covers all params)