Antivirus/crates
dev 1f45e0c611 history: prove the scanner can find a secret, not only that it stays quiet
Every existing test asserted the history scan reports nothing — on this
repository, which has never committed a credential. That is the wrong
direction to test alone: a detector exercised only against clean input
is indistinguishable from a function that returns an empty vector, and
this one has already shipped four false-negative-shaped bugs today.

The new test builds a repository from scratch by writing zlib-compressed
git objects directly — no subprocess, for the same reason the scanner
uses none — commits a key, and leaves no working-tree copy at all. Only
the history has it, which is the situation the whole module exists for.

It asserts the scan finds it, names the file, says revoke, and does not
carry the credential's value into the finding. The fixture key is
assembled at runtime so this source file does not itself contain a
credential-shaped string, which is the trap that made the detector
report its own definitions earlier today.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-21 13:47:55 -05:00
..
hound 0.1.8: a GitHub Action, and a light theme that is actually light 2026-08-21 13:40:35 -05:00
hound-api 0.1.2: hound update brings the whole machine current 2026-08-21 12:10:20 -05:00
hound-defs houndd: fetch definitions from defs.houndav.com, and refuse anything unsigned 2026-08-21 09:15:41 -05:00
hound-mcp hound-mcp: let an agent check a repository before it trusts it 2026-08-21 09:02:37 -05:00
hound-supply history: prove the scanner can find a secret, not only that it stays quiet 2026-08-21 13:47:55 -05:00
houndd 0.1.5: say what Hound cannot see, and put the vault where it belongs 2026-08-21 12:52:17 -05:00