wails/.github/workflows
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
..
auto-label-issues.yml Fix permissions issue for labeller 2025-05-15 06:35:41 +10:00
automated-releases.yml fix(security): address multiple security vulnerabilities 2026-01-22 06:29:23 +11:00
build-and-test-v3.yml fix(security): address multiple security vulnerabilities 2026-01-22 06:29:23 +11:00
build-and-test.yml Fix build for Linux/v2.9.0 (#3545) 2024-06-17 21:52:57 +10:00
changelog-validation-v3.yml Update changelog-validation-v3.yml 2025-07-25 07:43:59 +10:00
generate-sponsor-image.yml Update workflows 2025-05-31 07:11:22 +10:00
issue-triage-automation.yml Add issue management automation tools 2025-05-14 20:47:45 +10:00
nightly-release-v3.yml Update nightly release script 2025-09-25 14:03:59 +10:00
pr-master.yml Update go test workflow 2025-05-31 07:52:19 +10:00
projects.yml chore: Update workflows 2022-09-26 18:00:38 +10:00
publish-npm.yml fix(security): address multiple security vulnerabilities 2026-01-22 06:29:23 +11:00
runtime.yml Release/v2.1.0 (#1988) 2022-10-18 07:21:07 +11:00
semgrep.yml Update semgrep runner (#4356) 2025-06-16 22:11:32 +10:00
stale-issues.yml Increase stale workflow operations limit 2025-05-14 20:55:08 +10:00
sync-translated-documents.yml Update node version in pipelines 2024-03-19 21:35:38 +11:00
test-nightly-releases.yml feat(macos): add CollectionBehavior option to MacWindow (#4799) 2025-12-29 11:07:37 +11:00
test-simple.yml fix(security): address multiple security vulnerabilities 2026-01-22 06:29:23 +11:00
unreleased-changelog-trigger.yml Fix v3 release pipeline: correct git operation order to prevent version lag (#4546) 2025-09-02 20:39:21 +10:00
upload-source-documents.yml Update verify steps in pipeline 2025-03-16 11:35:46 +11:00
v3-docs.yml fix(docs): disable broken d2 diagram and fix installer 2025-11-24 21:33:15 +11:00