Skip to content

Conversation

@anoncam
Copy link
Owner

@anoncam anoncam commented Nov 27, 2025

  • Fix critical GitHub Actions code injection (5 alerts)

    • Use environment variables instead of direct interpolation
    • Affected: release-with-sbom.yml (lines 133, 429-444)
  • Fix high-severity incomplete multi-character sanitization (4 alerts)

    • Add global flag 'g' to .replace() calls to sanitize all occurrences
    • Affected: cli/pgpUtils.ts (lines 297, 354-355)
    • Affected: cli/unifiedKeyManager.ts (lines 289, 435)

🤖 Generated with Claude Code

- Fix critical GitHub Actions code injection (5 alerts)
  - Use environment variables instead of direct interpolation
  - Affected: release-with-sbom.yml (lines 133, 429-444)

- Fix high-severity incomplete multi-character sanitization (4 alerts)
  - Add global flag 'g' to .replace() calls to sanitize all occurrences
  - Affected: cli/pgpUtils.ts (lines 297, 354-355)
  - Affected: cli/unifiedKeyManager.ts (lines 289, 435)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@anoncam anoncam merged commit c31aae9 into main Nov 27, 2025
2 checks passed
@anoncam anoncam deleted the fix/security-vulnerabilities branch November 27, 2025 20:13
github-actions bot added a commit that referenced this pull request Nov 27, 2025
Version bump type: patch
PR: #102
Title: fix(security): resolve GitHub code scanning vulnerabilities
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.

2 participants