Suppress RGS-012 for shared Playwright loopback probe - #57858
Merged
pelikhan merged 2 commits intoSep 2, 2026
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix secret exfiltration via outbound HTTP request
Suppress RGS-012 for shared Playwright loopback probe
Sep 2, 2026
pelikhan
marked this pull request as ready for review
September 2, 2026 05:45
pelikhan
deleted the
copilot/rgs-012-fix-secret-exfiltration-another-one
branch
September 2, 2026 05:46
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The suppression is narrowly scoped to a literal loopback request and is consistently propagated to all seven generated workflows.
Pull request overview
Adds a scoped Runner-Guard RGS-012 suppression for the local Playwright readiness probe and propagates it to generated workflows.
Changes:
- Documents the loopback request as a reviewed false positive.
- Regenerates all seven importing smoke workflow lock files.
File summaries
| File | Description |
|---|---|
.github/workflows/shared/playwright-title-test.md |
Adds the scoped suppression. |
.github/workflows/smoke-test-tools.lock.yml |
Regenerates tool-smoke output. |
.github/workflows/smoke-gemini.lock.yml |
Regenerates Gemini output. |
.github/workflows/smoke-copilot.lock.yml |
Regenerates Copilot output. |
.github/workflows/smoke-copilot-small.lock.yml |
Regenerates small-Copilot output. |
.github/workflows/smoke-codex.lock.yml |
Regenerates Codex output. |
.github/workflows/smoke-claude.lock.yml |
Regenerates Claude output. |
.github/workflows/smoke-agent-scoped-approved.lock.yml |
Regenerates scoped-agent output. |
Review details
- Files reviewed: 8/8 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runner-Guard flags the shared Playwright title-test readiness request as outbound secret exfiltration, despite it targeting the job-local server at
127.0.0.1. Because seven smoke workflows import this component, the false positive is replicated across their generated lock files.Shared Playwright title test
RGS-012suppression immediately before the loopback-only readiness probe.Generated smoke workflows