From 44e2f30aeed2f34e0e1bb164b92e976a8f494c53 Mon Sep 17 00:00:00 2001 From: Brendan Collins Date: Fri, 17 Apr 2026 07:46:19 -0700 Subject: [PATCH] Add hydro security sweep state (2026-04-17) No CRITICAL or HIGH severity issues found in hydro module. MEDIUM findings: unbounded queue allocation (h*w*8 bytes in BFS kernels), division by cellsize without zero-check, some secondary inputs not validated with _validate_raster. --- .claude/sweep-security-state.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude/sweep-security-state.json diff --git a/.claude/sweep-security-state.json b/.claude/sweep-security-state.json new file mode 100644 index 00000000..7aaa7f8a --- /dev/null +++ b/.claude/sweep-security-state.json @@ -0,0 +1,10 @@ +{ + "inspections": { + "hydro": { + "last_inspected": "2026-04-17", + "issue": null, + "severity_max": "MEDIUM", + "categories_found": [1, 3, 6] + } + } +}