Skip to content

security(deps): lockfile bumps clearing open Cargo advisories (Track E)#23

Merged
hyperpolymath merged 1 commit into
mainfrom
security/cargo-cve-lockfile-bumps
Jun 17, 2026
Merged

security(deps): lockfile bumps clearing open Cargo advisories (Track E)#23
hyperpolymath merged 1 commit into
mainfrom
security/cargo-cve-lockfile-bumps

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Lockfile-only security bumps (Track E, issue #13). Same recipe as 007 #44 / docmatrix #35. Cargo.toml untouched.

Applied (cargo update -p X --precise Y)

Package Old New
openssl 0.10.77 0.10.80
openssl-sys (transitive) 0.9.113 0.9.117
rand 0.8.5 0.8.6

Skipped (not lockfile-fixable without a breaking change)

  • quinn-proto 0.11.14 — upgrading pulls getrandom 0.3.4 which requires wasm-bindgen 0.2.100, but topiary-tree-sitter-facade (via nickel-lang-core) pins wasm-bindgen =0.2.91. Forcing it would require a non-lockfile-only resolution (Cargo.toml / parent crate bump), so it is out of scope here and needs separate reviewed work.

Note: residual RUSTSEC unmaintained-crate advisories are not vulnerabilities and out of scope.

Signed (ED25519 kVP7Nb); manual review, no auto-merge.

openssl 0.10.77 -> 0.10.80 (+ openssl-sys 0.9.113 -> 0.9.117); rand 0.8.5 -> 0.8.6. quinn-proto 0.11.14 skipped (transitive wasm-bindgen =0.2.91 pin via topiary conflicts).

Same recipe as 007 #44 / docmatrix #35. Lockfile-only; Cargo.toml untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 50 issues detected

Severity Count
🔴 Critical 1
🟠 High 11
🟡 Medium 38

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "No test directory or test files found",
    "type": "no_tests",
    "file": "/home/runner/work/formatrix-docs/formatrix-docs",
    "action": "flag",
    "rule_module": "honest_completion",
    "severity": "high",
    "deduction": 20
  },
  {
    "reason": "codeql.yml lists `language: javascript-typescript` but the repo has no source files in any CodeQL-scannable language. The analyze job will exit 'no source files' on every run. Switch the matrix to `actions` (which scans workflow files — every repo has those).",
    "type": "codeql_language_matrix_mismatch",
    "file": "codeql.yml",
    "action": "switch_codeql_matrix_to_actions",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_pr.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_pr.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_timeout_minutes",
    "file": "codeql.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath
hyperpolymath merged commit 3840476 into main Jun 17, 2026
20 of 22 checks passed
@hyperpolymath
hyperpolymath deleted the security/cargo-cve-lockfile-bumps branch June 17, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant