Skip to content

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

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

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

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Lockfile-only (cargo update -p; Cargo.toml untouched), same recipe as 007 #44:

crate bump clears
openssl 0.10.76 → 0.10.80 GHSA-8c75/ghm9/hppc/phqj/pqf5/xmgf/xp3w/xv59
rand 0.9.2 → 0.9.3 RUSTSEC-2026-0097
thin-vec 0.2.14 → 0.2.16 RUSTSEC-2026-0103

Clears the live Dependabot Rust advisories on this repo (docmatrix#21, panic-attack Track E). Cargo.lock shows as a binary diff (repo .gitattributes), but the only change is these three version bumps (+ openssl-sys 0.9.112→0.9.117).

Residual RUSTSEC unmaintained-crate advisories (ansi_term/yaml-rust/bincode/rustls-pemfile) are not vulnerabilities and need dep removal/replacement separately — out of scope for this lockfile bump.

Signed; security PR → manual review (no auto-merge).

🤖 Generated with Claude Code

Lockfile-only (cargo update -p; Cargo.toml untouched):
  openssl  0.10.76 -> 0.10.80  (clears GHSA-8c75/ghm9/hppc/phqj/pqf5/xmgf/xp3w/xv59)
  rand     0.9.2   -> 0.9.3    (RUSTSEC-2026-0097 / GHSA-cq8v-f236-94qc)
  thin-vec 0.2.14  -> 0.2.16   (RUSTSEC-2026-0103 / GHSA-xphw-cqx3-667j)

Clears the live Dependabot Rust advisories on this repo (docmatrix#21, Track E).
Same recipe as 007 #44. Residual RUSTSEC unmaintained-crate advisories
(ansi_term/yaml-rust/bincode/rustls-pemfile) are NOT vulnerabilities and need
dep removal/replacement separately.

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

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 40 issues detected

Severity Count
🔴 Critical 2
🟠 High 29
🟡 Medium 9

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "No test directory or test files found",
    "type": "no_tests",
    "file": "/home/runner/work/docmatrix/docmatrix",
    "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 scorecard-enforcer.yml",
    "type": "scorecard_publish_with_run_step",
    "file": "scorecard-enforcer.yml",
    "action": "split_scorecard_publish_job",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in instant-sync.yml",
    "type": "secret_action_without_presence_gate",
    "file": "instant-sync.yml",
    "action": "peter-evans/repository-dispatch",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "secret_action_without_presence_gate",
    "file": "mirror.yml",
    "action": "webfactory/ssh-agent",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "secret_action_without_presence_gate",
    "file": "mirror.yml",
    "action": "webfactory/ssh-agent",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "secret_action_without_presence_gate",
    "file": "mirror.yml",
    "action": "webfactory/ssh-agent",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "secret_action_without_presence_gate",
    "file": "mirror.yml",
    "action": "webfactory/ssh-agent",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "secret_action_without_presence_gate",
    "file": "mirror.yml",
    "action": "webfactory/ssh-agent",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "secret_action_without_presence_gate",
    "file": "mirror.yml",
    "action": "webfactory/ssh-agent",
    "rule_module": "workflow_audit",
    "severity": "high"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath hyperpolymath merged commit 0aa24b7 into main Jun 16, 2026
10 of 11 checks passed
@hyperpolymath hyperpolymath deleted the security/cargo-cve-lockfile-bumps branch June 16, 2026 20:15
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