Skip to content

Commit 6ef916d

Browse files
committed
docs(security): document resolution of 13 historical secret scanning test fixture alerts
1 parent 484622b commit 6ef916d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

findings.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
- `#328 (TokenPermissionsID)`: Documented and resolved (Release Drafter release creation requirement).
1818
- `#311 (CodeReviewID)`, `#312 (CIIBestPracticesID)`, `#313 (FuzzingID)`: Formally documented and resolved for single-maintainer open source architecture with 180 test suites.
1919
- **Dependabot Security Alerts:** **0 Open** (137/137 resolved, zero open supply chain vulnerabilities).
20-
- **Secret Scanning Alerts:** **0 Open** (0 leaks detected, push protection & non-provider patterns active).
20+
- **Secret Scanning Alerts:** **0 Open** (All 13 historical test fixture alerts #1#13 resolved as `used_in_tests` with comments; 0 open leaks, push protection & non-provider generic patterns active).
21+
- `#1 (http_bearer_authentication_header)`: Resolved (`.claude/...` test dummy token; `.claude/` purged).
22+
- `#2–#3, #5–#13 (postgres/mysql connection URLs)`: Resolved (`.claude/...` synthetic test URLs; `.claude/` purged).
23+
- `#4 (postgres_connection_string)`: Resolved (`tests/setup.ts` mock local test harness connection string).
2124
- **SARIF Analysis Pipelines:** 5 active categories on `main` (`CodeQL javascript-typescript`, `CodeQL actions`, `Scorecard branch-protection`, `Scorecard local`, `Scorecard online-scm`) — **0 errors, 0 warnings**.
2225

2326
---

task_plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [x] Evaluated all CodeQL Code Scanning alerts: 0 open on `main` (all 300+ historical alerts fixed).
1414
- [x] Evaluated all OpenSSF Scorecard alerts: 6 active alerts identified (#347, #328, #313, #312, #311, #290).
1515
- [x] Evaluated Dependabot: 0 open vulnerabilities (137 resolved).
16-
- [x] Evaluated Secret Scanning: 0 open leaks (push protection active).
16+
- [x] Evaluated Secret Scanning: 13 historical generic test fixture alerts (#1#13) resolved as `used_in_tests` with comments (0 open leaks repo-wide).
1717
- [x] Evaluated GitHub Code Scanning analysis categories: 5 active SARIF categories with 0 errors and 0 warnings.
1818
- [x] **Phase 2: Remediation & Security Hardening**
1919
- [x] Hardened `.github/workflows/wiki-sync.yml` with least-privilege token permissions (`contents: read` at top level, `contents: write` scoped to job level) and pinned checkout SHA (`# v7.0.1`).

0 commit comments

Comments
 (0)