gitdataai/libs/git/http
ZhenYi f5ab554d6b fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter
- Add LFS_MAX_OBJECT_SIZE (50 GiB) and validate object sizes in both the
  batch advisory check and the upload_object streaming loop to prevent
  unbounded disk usage from malicious clients
- Fix HTTP rate limiter: track read_count and write_count separately so
  a burst of writes cannot exhaust the read budget (previously all
  operations incremented read_count regardless of type)
2026-04-16 20:14:13 +08:00
..
auth.rs init 2026-04-15 09:08:09 +08:00
handler.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
lfs_routes.rs init 2026-04-15 09:08:09 +08:00
lfs.rs fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
mod.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
rate_limit.rs fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
routes.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
utils.rs init 2026-04-15 09:08:09 +08:00