Skip to content

Commit 8560d73

Browse files
authored
Merge pull request #3 from beer-sakthai/claude/sak-family-agent-repo-links-xjhan3
docs: add FORK.md explaining this fork and its related repositories
2 parents 74e2946 + e5d08eb commit 8560d73

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

FORK.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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. |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CodeQL Action
22

3+
> **Fork of [`github/codeql-action`](https://github.com/github/codeql-action).** See [`FORK.md`](FORK.md) for what differs and for the related SakThai repositories. Everything below is upstream documentation and applies unchanged.
4+
35
This action runs GitHub's industry-leading semantic code analysis engine, [CodeQL](https://codeql.github.com/), against a repository's source code to find security vulnerabilities. It then automatically uploads the results to GitHub so they can be displayed on pull requests and in the repository's security tab. CodeQL runs an extensible set of [queries](https://github.com/github/codeql), which have been developed by the community and the [GitHub Security Lab](https://securitylab.github.com/) to find common vulnerabilities in your code.
46

57
For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)