Commit a981e31
Fix computeAllowedDomainsForSanitization to use WithToolsAndRuntimes for all engines
All engine cases now call the WithToolsAndRuntimes variant for consistency
with the actual engine execution code (copilot_engine_execution.go,
codex_engine.go, claude_engine.go, gemini_engine.go), ensuring tool MCP
domains and runtime ecosystem domains are included in sanitization.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent db25fc3 commit a981e31
2 files changed
Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
| 687 | + | |
| 688 | + | |
695 | 689 | | |
696 | 690 | | |
697 | | - | |
| 691 | + | |
698 | 692 | | |
699 | | - | |
| 693 | + | |
700 | 694 | | |
701 | | - | |
| 695 | + | |
702 | 696 | | |
703 | 697 | | |
704 | 698 | | |
| |||
0 commit comments