Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/weekly-editors-health-check.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/weekly-editors-health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ network:
allowed:
- defaults
- playwright
- "*.github.io"
- "*.github.com"
Comment on lines +19 to +20
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding wildcard domains (".github.io" / ".github.com") significantly broadens the AWF egress surface beyond the specific editor hosts currently referenced by this workflow (ashleywolf.github.io, mossaka.github.io, github.github.com). Consider replacing these wildcards with the exact hostnames required (and only adding additional GitHub subdomains if you can confirm they’re needed for page assets via firewall logs) to keep the workflow on a least-privilege network policy.

Suggested change
- "*.github.io"
- "*.github.com"
- ashleywolf.github.io
- mossaka.github.io
- github.github.com

Copilot uses AI. Check for mistakes.

tools:
playwright:
Expand Down