✅ [main] add fuzz targets and fix negative-index panic in extractTimePart, fixes #47 - #49
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
ReviewSolid, well-scoped change - the fuzz targets are genuinely useful (they exercise the wire-decode and CLI-parsing paths with untrusted-shaped input) and the CodeQL workflow mirrors the existing go-ci.yml conventions (pinned SHAs, permissions: {} plus a minimal job-level grant, harden-runner). A few notes: Code quality / correctness
CodeQL workflow
Test coverage
Security
Nice work overall - this is a clean, low-risk hardening PR that does what it says. |
ReviewOverall this is a solid, well-scoped hardening PR: a real (if narrow) bug fix in Code quality / correctness
Fuzz targets (
|
Done
Meta
(Automated in
.just/gh-process.just.)