- 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) |
||
|---|---|---|
| .. | ||
| auth.rs | ||
| handler.rs | ||
| lfs_routes.rs | ||
| lfs.rs | ||
| mod.rs | ||
| rate_limit.rs | ||
| routes.rs | ||
| utils.rs | ||