Commit f40c5d8
fix: pin SDLC MCP mirrors + propagate SOURCEGRAPH_REPO_NAME from container
Created 4 new sg-benchmarks mirrors at Dockerfile-pinned versions for
5 at-risk SDLC tasks:
- curl--09e25b9d (8.4.0-DEV) for curl-cve-triage-001, curl-vuln-reachability-001
- vscode--1960 (1.96.0) for vscode-code-review-001
- envoy--v1330 (v1.33.0) for envoy-code-review-001
- kafka--0cd95bc2 (pre-fix SCRAM) for kafka-vuln-reachability-001
Added ENV SOURCEGRAPH_REPO_NAME to each task's Dockerfile.sg_only so
the V5 preamble directs the agent to the correct mirror.
Updated claude_baseline_agent.py to propagate SOURCEGRAPH_REPO_NAME
from the container env (via environment.exec) into _container_env_cache,
matching the existing pattern for LOCOBENCH_PROJECT_ID and
SWEBENCH_REPO_COMMIT. Previously only read from host os.environ.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ba67770 commit f40c5d8
File tree
6 files changed
+12
-5
lines changed- agents
- benchmarks
- ccb_secure
- curl-cve-triage-001/environment
- curl-vuln-reachability-001/environment
- kafka-vuln-reachability-001/environment
- ccb_test
- envoy-code-review-001/environment
- vscode-code-review-001/environment
6 files changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
363 | 365 | | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
367 | 369 | | |
368 | 370 | | |
369 | | - | |
370 | | - | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | | - | |
1041 | | - | |
| 1040 | + | |
| 1041 | + | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments