Commit Graph

  • 42fb0c126d build(deps): pin protobuf to 3.20.3 in fuzzer_runner for OSS-Fuzz compatibility (#456) Henrik Brodin 2026-01-27 22:25:04 +01:00
  • 594748aec1 Use claude 4.5 (#437) Ronald Eytchison 2026-01-27 09:35:30 -05:00
  • b94a23eedb build(deps): update openlit and pydantic to unblock mcp upgrade (#455) Henrik Brodin 2026-01-27 14:15:53 +01:00
  • ddb25601a9 build(deps): add fuzzer_runner dependency updates (#451) Henrik Brodin 2026-01-27 13:31:22 +01:00
  • f89ba22dce build(deps): consolidate dependabot updates (#447) Henrik Brodin 2026-01-27 12:10:31 +01:00
  • e57b4117d8 build(deps): bump aiohttp from 3.12.13 to 3.13.3 in /patcher (#435) dependabot[bot] 2026-01-27 11:30:26 +01:00
  • 678b6657f3 build(deps): bump python-multipart from 0.0.20 to 0.0.22 in /fuzzer dependabot[bot] 2026-01-27 11:11:22 +01:00
  • 14b7106cb7 build(deps): bump python-multipart from 0.0.20 to 0.0.22 in /seed-gen dependabot[bot] 2026-01-27 10:54:15 +01:00
  • 775d150cc0 build(deps): bump python-multipart from 0.0.20 to 0.0.22 in /program-model dependabot[bot] 2026-01-27 10:53:47 +01:00
  • 683aee96b7 build(deps): bump python-multipart from 0.0.20 to 0.0.22 in /patcher dependabot[bot] 2026-01-27 10:29:41 +01:00
  • 44958ee84f build(deps): bump python-multipart from 0.0.20 to 0.0.22 in /orchestrator dependabot[bot] 2026-01-27 10:19:01 +01:00
  • 885912d755 fix: configure subprocess mock as context manager for tests Riccardo Schirone 2026-01-26 16:20:01 +01:00
  • f9d5073c6e ci: switch protobuf generation to grpcio-tools Riccardo Schirone 2026-01-26 15:13:25 +01:00
  • 2257d3eaa6 fix: resolve Dockerfile hadolint issues Riccardo Schirone 2026-01-26 15:13:12 +01:00
  • fb3938f19b ci: improve static-checks workflow Riccardo Schirone 2026-01-26 15:13:01 +01:00
  • 834cbf3cab ci: improve GitHub Actions workflow security and compatibility Riccardo Schirone 2026-01-26 15:12:49 +01:00
  • 47f38b8863 fix: apply ruff import sorting fixes to all source files Riccardo Schirone 2026-01-26 12:06:33 +01:00
  • 00283a31a5 fix: apply ruff and ty fixes to all Python source files Dan Guido 2026-01-25 01:08:08 -05:00
  • 311085c3c5 Debugger integration (#414) winternship-debugger IsaacTrost 2026-01-26 09:15:48 -05:00
  • e3d0d29356 fix: apply ruff fixes to all test files Dan Guido 2026-01-25 01:09:13 -05:00
  • c32fe7a767 ci: consolidate GitHub Actions workflows (#427) Dan Guido 2026-01-26 05:46:53 -05:00
  • 0206c0f6e1 chore: update Python dependencies and pyproject.toml configs Dan Guido 2026-01-25 01:10:02 -05:00
  • 1d47e6347f fix: apply hadolint fixes to all Dockerfiles Dan Guido 2026-01-25 01:06:38 -05:00
  • 95875b4ec5 fix: apply shellcheck and shfmt fixes to all shell scripts Dan Guido 2026-01-25 01:06:08 -05:00
  • dc6b1e0072 ci: use uvx to run ty in pre-commit hook Riccardo Schirone 2026-01-26 10:49:17 +01:00
  • c5a617e841 ci: add uv setup to pre-commit workflow Riccardo Schirone 2026-01-26 10:46:04 +01:00
  • 41508a016c chore: replace mypy with ty in Makefile lint targets Dan Guido 2026-01-25 01:11:37 -05:00
  • 494c8ab193 chore: add linting infrastructure for shell, Docker, and GH Actions Dan Guido 2026-01-25 01:05:29 -05:00
  • ea7c136e49 chore: add Serena MCP server configuration Dan Guido 2026-01-25 01:15:39 -05:00
  • e67a32ab3f docs: improve developer documentation Dan Guido 2026-01-25 01:03:53 -05:00
  • a18c86a3e0 docs: add local minikube deployment guide Dan Guido 2026-01-25 01:03:18 -05:00
  • 9575877a3e Use project specified in oss-fuzz (#415) Henrik Brodin 2026-01-23 14:55:19 +01:00
  • e235368811 Fixes to docker-compose file (#417) Riccardo Schirone 2026-01-22 14:08:17 +01:00
  • 1d83c2daf4 Improve fuzzer logging (#416) Henrik Brodin 2026-01-21 13:03:00 +01:00
  • a77dbf324e feat: add git lfs support for challenge repositories (#413) Henrik Brodin 2026-01-19 14:52:25 +01:00
  • 8ad6b32c51 Sanitize exception messages for git clone command (#411) Ronald Eytchison 2026-01-15 08:56:12 -05:00
  • f720f00eb8 feat: add extract_povs command to buttercup-util (#410) Henrik Brodin 2026-01-12 11:29:22 +01:00
  • a8463ffa3f feat: improve fuzzer crash handling and diagnostics henrik/external-harness Henrik Brodin 2026-01-08 11:21:28 +01:00
  • 49ac592a6a feat: filter harness files from patches to prevent modifying test infrastructure Henrik Brodin 2026-01-08 11:19:17 +01:00
  • a3f53059a5 refactor: move copy_external_harnesses to ChallengeTask Henrik Brodin 2026-01-08 11:18:34 +01:00
  • 38803a6ae5 feat: add fuzz_target parameter to stack parsing for better crash deduplication Henrik Brodin 2026-01-08 11:07:09 +01:00
  • d0193c4a04 Add support for external harnesses in public OSS-Fuzz projects Henrik Brodin 2025-12-17 23:50:30 +01:00
  • 9e33ffdc22 fix: fixing line 110: set: -g: invalid option for Fish shell (#408) Kevin Valerio 2026-01-05 09:28:05 +01:00
  • 58c52cf6e2 Improve coverage tracking precision (#401) Henrik Brodin 2025-12-18 08:36:07 +01:00
  • 91656f0ca8 Fix port-forward cleanup to only kill specific process (#405) Henrik Brodin 2025-12-15 09:32:37 +01:00
  • 134e9f6b92 ui: show error banner instead of mock data when API unavailable (#403) Riccardo Schirone 2025-12-15 09:29:03 +01:00
  • 77e92f5fca deployment: do not deploy SigNoz locally no-local-observability Riccardo Schirone 2025-12-05 11:11:36 +01:00
  • f04811f254 tmp commit local-langfuse Riccardo Schirone 2025-11-28 16:07:55 +01:00
  • 23bdac5839 Fix CRS_KEY_TOKEN_HASH truncation in setup-local (#397) Henrik Brodin 2025-11-27 09:36:12 +01:00
  • 8ddb74a725 Create CODEOWNERS file Samuel Moelius 2025-11-25 12:07:29 -05:00
  • 1a89d575b3 tmp commit Riccardo Schirone 2025-11-14 17:13:16 +01:00
  • ab27eb2fab deployment: pin Docker version to be consistent Riccardo Schirone 2025-11-13 16:52:36 +01:00
  • 3f694a8c46 patcher: improve filtering prompt Riccardo Schirone 2025-11-13 16:51:52 +01:00
  • 9dfde547b3 patcher: fix 'code_snippet_request' matching (#385) Riccardo Schirone 2025-11-11 16:58:23 +01:00
  • ff998721c2 fuzzer: demangle function names when storing Coverage info (#384) Riccardo Schirone 2025-11-11 16:58:04 +01:00
  • e061e17ff6 patcher: fix 'code_snippet_request' matching patcher-fix-rootcause-subagent Riccardo Schirone 2025-11-10 10:54:40 +01:00
  • 36fc163e90 Test that helper.py patching works across commits (#383) Henrik Brodin 2025-11-05 15:00:49 +01:00
  • 36c47bdf1b Apply OSS-Fuzz reproduce_impl fix to all architectures (#381) Henrik Brodin 2025-11-05 08:56:14 +01:00
  • 130d6576ce Fix ARM64 crash reproduction and helper.py patching (#378) Henrik Brodin 2025-11-04 13:01:36 +01:00
  • b514d459b4 deployment: use more build-bot (#380) Riccardo Schirone 2025-11-03 20:39:18 +01:00
  • f9dae91103 patcher: claude 3.5 sonnet is not available anymore (#379) Riccardo Schirone 2025-11-03 20:38:50 +01:00
  • 73ae1e8a6a Use :manifest-arm64v8 tag for aarch64 deployments (#375) Riccardo Schirone 2025-10-24 15:45:13 +02:00
  • f4139a2b77 scripts: auto-install a few extra tools for AKS deployment (#373) Riccardo Schirone 2025-10-20 08:19:51 +02:00
  • c547f19a15 ci: schedule system integration tests once a week (#372) Riccardo Schirone 2025-10-20 08:18:57 +02:00
  • c7c0e98d4b Add warnings about SigNoz re-deployment (#365) Arsalan 2025-10-07 02:19:33 -05:00
  • 3251477c56 seed-gen: add OpenAI model to fallbacks (#370) Riccardo Schirone 2025-10-03 18:26:49 +02:00
  • 1a0295e48e program-model: CodeQueryPersistent already applies the patch (#368) Riccardo Schirone 2025-10-03 16:39:39 +02:00
  • 008bb9cd6a Use our modified oss-fuzz (#367) Riccardo Schirone 2025-10-03 16:36:30 +02:00
  • 3cb613281a deployment: remove a few warnings during deployment (#366) Riccardo Schirone 2025-10-02 15:07:40 +02:00
  • 3eaad4ecd1 patcher: allow to specify multiple povs/stacktraces in CLI patcher-multi-povs-process Riccardo Schirone 2025-10-01 13:29:11 +00:00
  • 9302f5dd36 scripts: Install uv dep required during setup (#364) Riccardo Schirone 2025-09-29 16:52:41 +02:00
  • 2987140d69 deployment: fix bitnami deprecation errors (#363) Riccardo Schirone 2025-09-29 16:32:38 +02:00
  • 7690b5d173 Fix Gemini API Key configuration (#362) Riccardo Schirone 2025-09-22 14:58:31 +02:00
  • 0d71570949 Add support for C++ projects (#357) Riccardo Schirone 2025-09-16 17:57:46 +02:00
  • 5253cc2e1e Do not ask for deployment confirmation in CI (#358) Riccardo Schirone 2025-09-16 17:19:06 +02:00
  • ba9f0e5571 Add Tailscale support to the custom scripts (#354) Riccardo Schirone 2025-09-16 15:14:35 +02:00
  • 66b94c443e Generate random litellm/crs keys (#353) Riccardo Schirone 2025-09-16 13:48:56 +02:00
  • 29c79407ed Allow to disable find_tests step while developing (#359) Riccardo Schirone 2025-09-16 11:33:22 +02:00
  • a23218b46e fix lint and tests patcher-find-tests-timeout Riccardo Schirone 2025-09-11 16:35:53 +02:00
  • 48a5a5555a Merge remote-tracking branch 'origin/main' into patcher-find-tests-timeout Riccardo Schirone 2025-09-11 16:32:31 +02:00
  • 143a59c236 fuzzer_runner: split fuzzer's dependencies (#320) Riccardo Schirone 2025-09-10 09:52:08 +02:00
  • c8f6c83ef2 switch back to non-async Riccardo Schirone 2025-09-09 18:00:11 +02:00
  • bc3627a404 Merge remote-tracking branch 'origin/main' into patcher-find-tests-timeout Riccardo Schirone 2025-09-09 17:41:21 +02:00
  • e2de1bb2da Switch to a subprocess-based separation for fuzzer-runner fuzzer-runner-docker Riccardo Schirone 2025-09-09 14:26:37 +02:00
  • 7739f7907d build(deps): bump actions/checkout from 4 to 5 in the actions group (#343) dependabot[bot] 2025-09-09 09:01:53 +02:00
  • b594cc5609 Merge remote-tracking branch 'origin/main' into fuzzer-runner-docker Riccardo Schirone 2025-09-08 16:58:53 +02:00
  • 3fd777063b Test and improve AKS deployment (#336) Riccardo Schirone 2025-09-08 16:57:08 +02:00
  • d3706dcf82 fix docker builds and deployment for fuzzer-runner Riccardo Schirone 2025-09-08 12:57:46 +02:00
  • e63e22827a Merge branch 'azure-deployment' into fuzzer-runner-docker Riccardo Schirone 2025-09-08 11:40:38 +02:00
  • 6837a6193b Merge remote-tracking branch 'origin/main' into fuzzer-runner Riccardo Schirone 2025-09-08 11:39:53 +02:00
  • f5a8d66f42 add confirmation in Makefile Riccardo Schirone 2025-09-08 11:36:23 +02:00
  • 070d7b1f83 Merge remote-tracking branch 'origin/main' into azure-deployment Riccardo Schirone 2025-09-08 10:45:59 +02:00
  • b3bde6c34f restore backend.tf Riccardo Schirone 2025-09-08 10:45:35 +02:00
  • 06622160ab fix values Riccardo Schirone 2025-09-08 10:44:42 +02:00
  • e0e45ec6e3 doc: update AKS_DEPLOYMENT doc Riccardo Schirone 2025-09-08 08:50:29 +02:00
  • f375539499 patcher: fix exception logging causing problems in SigNoz (#340) Riccardo Schirone 2025-09-05 16:50:07 +02:00
  • d28e4614a7 Allows the user to accept/reject the generated patch (#330) Henrik Brodin 2025-09-04 21:26:38 +02:00
  • 376b492e9c small fixes for azure Riccardo Schirone 2025-09-04 18:03:54 +02:00
  • 891d7d1789 patcher: add some documentation for running patcher alone (#339) Riccardo Schirone 2025-09-04 16:28:18 +02:00
  • 2dddd55ae4 patcher: fix run_find_tests_agent timeout Riccardo Schirone 2025-09-04 14:20:49 +00:00