Skip to content

Commit eba732e

Browse files
committed
chore(release): codex 1.1.18 (other)
1 parent 1f6c5b5 commit eba732e

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,16 @@ Use the devcontainer in `.devcontainer/` when you need a clean, production-like
4848

4949
All pull requests run the following workflows automatically:
5050

51-
- `validate`: fast and runtime smoke on Ubuntu and macOS; release dry-run, MCP runtime pin freshness (advisory only on pull requests), and MCP safe-call smoke on Ubuntu.
51+
- `validate`: Ubuntu-hosted fast/runtime/release/MCP scopes, MCP runtime pin freshness (advisory only on pull requests), and MCP safe-call smoke.
52+
- `cross-platform`: lightweight metadata/path smoke on standard Ubuntu, Windows, and macOS public runners.
5253
- `security-static`: action pins, actionlint, text security scan, ShellCheck, Pyright, Semgrep CLI. Also runs on a weekly schedule.
5354
- `codeql`: GitHub CodeQL analysis for Python and GitHub Actions with `security-and-quality` queries. Also runs on a weekly schedule.
5455
- `dependency-review`: blocks merges that introduce dependencies with high-severity vulnerabilities or licenses outside the AGPL-3.0-or-later compatible allow-list.
5556
- `labeler`: applies area labels based on changed paths.
5657

5758
In addition, on push to `main` and on a weekly schedule:
5859

59-
- `scorecard`: OpenSSF Scorecard analysis (uploads SARIF to GitHub Security tab and publishes the badge result to `scorecard.dev`).
60+
- `scorecard`: OpenSSF Scorecard analysis in JSON artifact/check mode with the badge result published to `scorecard.dev`.
6061
- `dependency-check` (`MCP runtime pin freshness (scheduled)`): runs daily and on push to MCP pin sources; fails loudly when pins are stale so the maintainer can bump them intentionally.
6162

6263
A pull request is mergeable only when these checks complete and pass. Maintainers may dispatch additional scoped runs through `workflow_dispatch`.

SECURITY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Security reporting covers this repository's Codex marketplace, plugin manifests,
66

77
## Supported Versions
88

9-
Only the latest released minor line receives security fixes. Older releases are out of scope.
9+
Only the current numeric product release line receives security fixes. The
10+
current supported line is `1.1.x`; older releases are out of scope.
1011

1112
| Version | Supported |
1213
| --- | --- |
13-
| Latest minor (e.g. `0.4.x`) | Yes |
14+
| Current `1.1.x` | Yes |
1415
| Previous releases | No |
1516

1617
## Reporting A Vulnerability
@@ -46,9 +47,9 @@ These targets are best-effort and not contractual.
4647
## Baseline Controls
4748

4849
- External GitHub Actions are pinned to full commit SHAs. `scripts/validate_action_pins.py` enforces this in CI.
49-
- CI uses least-privilege `GITHUB_TOKEN` permissions by default. Release jobs request `contents: write`, `id-token: write`, and `attestations: write`. CodeQL and Scorecard jobs request `security-events: write`.
50+
- CI uses least-privilege `GITHUB_TOKEN` permissions by default. Release jobs request `contents: write`, `id-token: write`, and `attestations: write`. CodeQL jobs request `security-events: write`.
5051
- **GitHub CodeQL** runs on every push and pull request for Python and GitHub Actions languages with the `security-and-quality` query suite.
51-
- **OpenSSF Scorecard** runs weekly and on push to `main`. Results are uploaded to the Security tab as SARIF and published to `scorecard.dev` for the public Scorecard badge.
52+
- **OpenSSF Scorecard** runs weekly and on push to `main` in JSON artifact/check mode, with public results published to `scorecard.dev` for the public Scorecard badge.
5253
- **Dependency Review** runs on pull requests through `actions/dependency-review-action` with `fail-on-severity: high` and a license allow-list compatible with AGPL-3.0-or-later.
5354
- **Dependabot** is enabled for vulnerability alerts and automated security updates, plus a weekly GitHub Actions update schedule.
5455
- **GitHub Secret Scanning** runs automatically for public repositories. Secret

0 commit comments

Comments
 (0)