Skip to content

chore(deps): pgx security bump + skills + .serena gitignore#99

Merged
scarson merged 3 commits intomainfrom
dev
Apr 24, 2026
Merged

chore(deps): pgx security bump + skills + .serena gitignore#99
scarson merged 3 commits intomainfrom
dev

Conversation

@scarson
Copy link
Copy Markdown
Owner

@scarson scarson commented Apr 24, 2026

Summary

Small maintenance PR — three commits:

  • chore(deps) — Bump github.com/jackc/pgx/v5 v5.9.1 → v5.9.2. Addresses Dependabot alert chore(deps-dev): bump eslint-plugin-oxlint from 1.50.0 to 1.51.0 in /web #23 (GHSA-j88v-2chj-qfwx: SQL injection via placeholder confusion with dollar quoted string literals, severity low). Also picks up the Go toolchain patch bump 1.26.0 → 1.26.2 as tag-along.
  • chore(skills) — Add plan-review-cycle and writing-plans-enhanced project skills so they're shared across workspaces instead of living untracked.
  • chore — Gitignore .serena/ (local MCP state + machine-specific project.local.yml).

The two remaining Dependabot alerts are for github.com/docker/docker (high + medium). These are being dismissed as not_used — docker/docker is a transitive test-only dep via testcontainers-go, and the vulnerable code paths (AuthZ plugin bypass on oversized request bodies, off-by-one in plugin privilege validation) are daemon-side features that our test client usage never exercises. Already covered by the govulncheck exemption added in dd7709d.

Test plan

  • CI green (pgx bump is patch-level, no API changes)
  • go build ./... passes locally — verified before commit

🤖 Generated with Claude Code

scarson and others added 3 commits April 23, 2026 23:27
Addresses Dependabot alert #23: pgx SQL injection via placeholder
confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx,
severity: low). Fixed in pgx v5.9.2.

The Go toolchain patch bump (1.26.0 → 1.26.2) is tag-along maintenance
picked up by `go mod tidy`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Project-scoped skills for implementation plan work:

- plan-review-cycle: adversarial review for subagent-readiness across
  minimum 3 rounds (ambiguity, context gaps, interpretation latitude,
  cross-task dependencies, pitfall coverage)
- writing-plans-enhanced: wraps superpowers:writing-plans with this
  project's conventions — plan location in dev/plans/, execution
  strategy recommendation, subagent-proofing, TDD mandate, pitfall
  review

Both are already discovered via the Skill tool registry; this commits
the source so they're shared across workspaces.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Serena's project directory contains per-developer cache, memories, and
a project.local.yml with machine-specific settings. Keep it out of the
repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@scarson scarson merged commit 6632c21 into main Apr 24, 2026
14 checks passed
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