Files
nofx/.github
tinkle-community c5277c0fb9 security: fix Actions code injection in PR comment workflow, add least-privilege permissions
pr-checks-comment.yml runs in the privileged workflow_run context with a
write token while consuming artifacts produced by the untrusted PR
workflow. Seven spots template-interpolated that untrusted data (and the
fork-controlled head branch name) directly into github-script source —
a crafted artifact could escape the string literal and run arbitrary JS
with the privileged token (CodeQL actions/code-injection, critical).

- All untrusted values now flow through env vars and process.env; the PR
  number is parsed and validated before use
- test.yml / docker-build.yml gain workflow-level 'permissions:
  contents: read' (CodeQL actions/missing-workflow-permissions); publish
  jobs keep their job-level packages:write
2026-07-27 00:48:10 +09:00
..
2025-12-21 01:17:34 +08:00
2025-12-21 01:36:16 +08:00
2025-11-01 18:25:44 -04:00
2025-11-01 18:25:44 -04:00
2025-12-21 01:36:16 +08:00