|
| 1 | +# Fork notes |
| 2 | + |
| 3 | +This is a fork of [`github/codeql-action`](https://github.com/github/codeql-action), |
| 4 | +maintained under [`beer-sakthai`](https://github.com/beer-sakthai) alongside the SakThai |
| 5 | +family repositories. Upstream's own documentation in [`README.md`](README.md) still |
| 6 | +applies in full — this file records only what is specific to the fork. |
| 7 | + |
| 8 | +## Why the fork exists |
| 9 | + |
| 10 | +To stage dependency-advisory remediation against the action's **own** dev-dependency |
| 11 | +tree, where a fix is available inside the existing semver ranges and touches only |
| 12 | +`package-lock.json`. So far: |
| 13 | + |
| 14 | +- `js-yaml` 4.3.0 → 4.3.1 and 3.15.0 → 3.15.1 (GHSA-5p4m-2wfm-xmqj / CVE-2026-59870) |
| 15 | +- `tar` 7.5.20 → 7.5.22 (GHSA-r292-9mhp-454m) |
| 16 | + |
| 17 | +Both are dev-only, so the bundled output under `lib/` is unchanged and needs no rebuild. |
| 18 | + |
| 19 | +## What the fork is *not* |
| 20 | + |
| 21 | +**No workflow in the SakThai repositories references this fork.** They pin **upstream** |
| 22 | +`github/codeql-action` by commit SHA: |
| 23 | + |
| 24 | +- [`beer-sakthai/Sak-Family-Agent`](https://github.com/beer-sakthai/Sak-Family-Agent) — |
| 25 | + `codeql.yml`, `bandit.yml`, `ossar.yml`, `scorecard.yml` |
| 26 | +- [`beer-sakthai/openenv-rl-training`](https://github.com/beer-sakthai/openenv-rl-training) — |
| 27 | + `codeql.yml`, `ossar.yml` |
| 28 | + |
| 29 | +Repointing any of them at this fork would defeat the SHA-pinning those repos rely on for |
| 30 | +Scorecard's Pinned-Dependencies check. Consume upstream; use this fork to prepare patches. |
| 31 | + |
| 32 | +## Related repositories |
| 33 | + |
| 34 | +| Repository | What it is | |
| 35 | +|---|---| |
| 36 | +| [`github/codeql-action`](https://github.com/github/codeql-action) | Upstream. The source of truth for everything in `README.md` and `CHANGELOG.md`. | |
| 37 | +| [`beer-sakthai/Sak-Family-Agent`](https://github.com/beer-sakthai/Sak-Family-Agent) | The Sak family agent runtime — `sakthai` package, six personas, memory, MCP, web API. | |
| 38 | +| [`beer-sakthai/openenv-rl-training`](https://github.com/beer-sakthai/openenv-rl-training) | The SFT + GRPO training and evaluation pipeline behind the family's models. | |
0 commit comments