Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:140
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/metrics.rs:94
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:102
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:232
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:119
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: performance Confidence: Not recorded
services/proxy/src/sweep.rs:90
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/routes/admin.rs:76
Evidence quote
Not recorded
Suggested fix
Not recorded
Finding f8bug
fs::metadata` follows symlinks, contradicting the comment on lines 160-163 — a symlink is counted at its *target's* size, and a symlinked directory inside the blob dir makes `collect` recurse…
fs::metadata` follows symlinks, contradicting the comment on lines 160-163 — a symlink is counted at its *target's* size, and a symlinked directory inside the blob dir makes `collect` recurse outside the store, where its files are then unreferenced and unlinked at line 126. Use `fs::symlink_metadata` and skip non-regular files.
bug Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:164
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:120
Evidence quote
Not recorded
Suggested fix
Not recorded