Files
trailofbits-buttercup/program-model
Henrik Brodin b5aa20d0b4 build(deps): bump cryptography from 46.0.3 to 46.0.5 in remaining components (#471)
Bump cryptography to 46.0.5 in common, orchestrator, patcher,
program-model, seed-gen, and fuzzer_runner lock files to match
the fuzzer component which was already updated in #470.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 10:53:29 +01:00
..
2025-02-18 11:59:16 -05:00

Program Model

Indexes a program's source code to be queried by seed-gen and patcher.

Dependencies

Quick Test

uv run pytest -svv

Development

Before committing changes to this directory: reformat, lint, and ensure all tests pass.

make all