wails/.github
Lea Anthony 228e5745d7 fix(security): address multiple security vulnerabilities
This commit bundles fixes for several security issues identified by
GitHub Advanced Security and Semgrep code scanning.

## Workflow Permissions (CodeQL)
- Add explicit permissions blocks to GitHub Actions workflows
- Restrict GITHUB_TOKEN to minimum required permissions
- Affected files: automated-releases.yml, build-and-test-v3.yml,
  publish-npm.yml, test-simple.yml

## Path Traversal (CodeQL)
- Fix directory traversal vulnerability in screen example
- Add path validation using filepath.Clean and containment checks
- Affected file: v3/examples/screen/main.go

## Rollup XSS Vulnerability (Semgrep)
- Update rollup from 3.28.0 to 3.29.5
- Fixes CVE-2024-47068 (Cross-site Scripting)
- Affected file: v3/examples/dev/frontend/package-lock.json

Note: The setup wizard command injection alert was reviewed and determined
to be a false positive - commands originate from backend package manager
detection, not user input. Added clarifying documentation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 06:29:23 +11:00
..
ISSUE_TEMPLATE Documentation updates. 2024-12-16 20:00:56 +11:00
workflows fix(security): address multiple security vulnerabilities 2026-01-22 06:29:23 +11:00
file-labeler.yml Add issue management automation tools 2025-05-14 20:47:45 +10:00
FUNDING.yml [v2] beta.0 test 2021-09-27 21:05:43 +10:00
issue-labeler.yml Add issue management automation tools 2025-05-14 20:47:45 +10:00
pull_request_template.md Update pull_request_template.md 2025-07-19 16:55:32 +10:00
stale.yml Update stale bot configuration to protect older issues 2025-05-14 20:49:28 +10:00