Patch transitive fast-uri in docs-site lockfile to close host-confusion advisories - #6502
Conversation
fast-uri in docs-site lockfile to close host-confusion advisories
|
✅ Copilot review passed with no inline comments. @copilot Add the |
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
|
🛡️ Smoke Copilot Network Isolation confirmed the egress allowlist is enforced. ✅ |
|
✅ Smoke Copilot BYOK AOAI (Entra) completed. Copilot AOAI BYOK (Entra) mode operational. 🔓 |
|
🔌 Smoke Services — All services reachable! ✅ |
|
Chroot tests passed! Smoke Chroot - All security and functionality tests succeeded. |
|
✅ Smoke Claude passed |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
🚀 Security Guard has started processing this pull request |
|
✅ Smoke Gemini completed. All facets verified. 💎 |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📡 Smoke OTel Tracing completed. All tracing scenarios validated. ✅ |
|
✅ Contribution Check completed successfully! Contribution check complete for PR #6502: no guideline issues found. The change is a focused lockfile dependency update with a clear description and issue reference, and it does not introduce new code requiring tests or documentation updates. |
|
🔑 Smoke Copilot PAT PAT auth validated. All systems operational. ✅ |
|
✅ Build Test Suite completed successfully! |
|
✅ Smoke Copilot BYOK completed. Copilot BYOK mode operational. 🔓 |
🔬 Smoke Test Results
Overall: PASS (MCP verified; pre-step data unavailable due to unexpanded template variables)
|
Smoke Test: Claude Engine Validation
Overall result: ✅ PASS
|
🔒 Smoke Test: Copilot Network Isolation — PASS
EGRESS_RESULT allow=pass deny=pass
Overall: PASS Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
|
Smoke Test: Copilot BYOK (Direct Mode)
Mode: Direct BYOK (COPILOT_PROVIDER_API_KEY) via api-proxy → api.githubcopilot.com
|
🔬 Smoke Test: Copilot PAT Auth
Overall: PARTIAL — MCP auth confirmed; pre-computed step outputs were not passed to the agent. Auth mode: PAT (COPILOT_GITHUB_TOKEN)
|
Chroot Version Smoke Test Results ✅
All runtime versions match between host and chroot environment.
|
Smoke Test Results: Gemini
Overall Status: FAIL Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
|
Running in direct BYOK mode (AWF_AUTH_TYPE=github-oidc + AWF_AUTH_AZURE_* + COPILOT_PROVIDER_BASE_URL) via api-proxy → Azure OpenAI (Foundry, o4-mini-aw) authenticated via Microsoft Entra Overall status: FAIL
|
|
Smoke test results:
Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
🔬 Smoke Test: API Proxy OpenTelemetry Tracing
All 5 scenarios pass. OTEL tracing integration is fully implemented and validated locally.
|
Smoke Test Results — Services Connectivity
Overall: FAIL —
|
|
✅ GitHub MCP Testing Running in direct BYOK mode (COPILOT_PROVIDER_API_KEY + COPILOT_PROVIDER_BASE_URL) via api-proxy → Azure OpenAI (Foundry, o4-mini-aw) Overall: PASS
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
🔬 Smoke Test: Docker Sbx Validation
Overall Status: FAIL — workflow template variables were not substituted; pre-computed test data was not available to the agent.
|
This addresses the safe dependency update request for
fast-uriby applying the security patch version that remediates the two HIGH host-confusion advisories. The root lockfile was already on3.1.4; this change aligns the remaining vulnerable docs-site resolution.Problem scope
fast-uriwas expected at3.1.4transitively viaajv, butdocs-site/package-lock.jsonstill resolvedfast-uri@3.1.2.Dependency remediation
docs-site/package-lock.json:node_modules/fast-uriversion:3.1.2→3.1.4resolved/integrityentries updated accordinglyResulting lockfile state
ajv -> fast-uri@3.1.4.