Commit 9aef456
authored
fix(ci): green the 8-week ClusterFuzzLite red, correct a 2-major-version pin comment, re-key a stale audit path (#201)
fix(ci): green the 8-week ClusterFuzzLite red, correct a 2-major-version
pin comment, re-key a stale audit path
Four independent hygiene fixes, each measured rather than assumed.
**ClusterFuzzLite batch fuzzing has failed every week since at least
2026-06-07** (06-07, 06-14, 06-21, 06-28, 07-05, 07-12, 07-19, 07-26).
It is `schedule:`-triggered, so it never appeared on the main-branch
push board and the 2026-07-21 sweep — which measured push-on-main only
— did not see it. The `address` leg passes; the `undefined` leg dies at
"Build Fuzzers (undefined)" with:
cargo fuzz build --release --sanitizer=undefined fuzz_octad_id
error: invalid value 'undefined' for '--sanitizer <SANITIZER>'
[possible values: address, leak, memory, thread, none]
cargo-fuzz has no UBSan option, so this combination can never work for a
Rust project. `cflite_pr.yml` was already corrected to `[address]`; the
batch variant was missed. Dropping `undefined` is the honest fix —
`thread`/`leak` are valid for Rust and can be added deliberately later.
**The CodeQL pin comment was wrong by two major versions.** The pinned
SHA e4fba868 is real and is upstream tag **v4.37.3**, but both `uses:`
lines annotated it `# v3.28.1`. A pin comment that misstates the version
defeats the audit purpose of SHA pinning, since reviewers read the
comment, not the hash.
Note for the record: an unpushed local commit proposed re-pinning these
to 29b1f65c1f735799893313399435a59f54045865. That SHA **does not exist**
in github/codeql-action (the API returns 422), so it was dropped rather
than salvaged.
**A stale audit key was re-firing the only High-severity finding in the
scan.** `audits/assail-classifications.a2ml` keyed
`connectors/clients/rescript/src/VeriSimVql.res`; the VCL rename moved
that file to `VeriSimVcl.res` and the classification never followed, so
its `UnsafeDeserialization` finding was unsuppressed. Every
classification
key in the file now resolves to an existing path.
**push-email-notify.yml removed** per the estate ruling that retains
push-email only in 007, robodog-defensive-systems-lab and
defensive-multiplicity. It was already `disabled_manually` and no
variable or secret references it.
Also adds local-noise entries to `.gitignore` (db files, caches, agent
worktrees, export/build outputs). Deliberately does **not** ignore
`.editorconfig`: it is tracked, annotated in `REUSE.toml`, and checked
by the governance `quality` job's editorconfig-checker.
Verified: `reuse lint` 775/775 compliant, zero unused licences;
`tests/doc-consonance-gate.sh` passes; both edited workflows parse as
YAML. The one `validate-a2ml.sh` error on this file is **pre-existing on
origin/main** — byte-identical output with and without this change.1 parent 14df422 commit 9aef456
5 files changed
Lines changed: 27 additions & 37 deletions
File tree
- .github/workflows
- audits
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments