Skip to content

Fix remaining Dependabot security alerts - #2804

Merged
mikeland73 merged 2 commits into
mainfrom
mikeland73/fix-remaining-alerts
Mar 25, 2026
Merged

Fix remaining Dependabot security alerts#2804
mikeland73 merged 2 commits into
mainfrom
mikeland73/fix-remaining-alerts

Conversation

@mikeland73

Copy link
Copy Markdown
Collaborator

Summary

  • Rails example: Upgrade Rails 7.1.6 → 7.2.3.1 to fix 8 alerts: activestorage path traversal/glob injection/DoS/content type bypass, activesupport ReDoS/DoS/XSS, and actionview XSS
  • Django example: Update sqlparse 0.5.3 → 0.5.4 (DoS via formatting list of tuples)
  • Drupal example: Update psysh v0.12.15 → v0.12.19 (local privilege escalation via CWD .psysh.php auto-load)

Test plan

  • Verify go build ./... still passes (no Go changes)
  • Confirm Dependabot alerts are resolved after merge

🤖 Generated with Claude Code

- Rails example: Upgrade Rails 7.1.6 → 7.2.3.1 to fix activestorage
path traversal/glob injection/DoS/content type bypass, activesupport
ReDoS/DoS/XSS, and actionview XSS vulnerabilities
- Django example: Update sqlparse 0.5.3 → 0.5.4 (DoS fix)
- Drupal example: Update psysh v0.12.15 → v0.12.19 (privilege escalation fix)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Puma 5 is not compatible with Rack 3 which was pulled in by the
Rails 7.2 upgrade.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mikeland73
mikeland73 merged commit d6bd8d5 into mainMar 25, 2026
24 checks passed
@mikeland73
mikeland73 deleted the mikeland73/fix-remaining-alerts branch March 25, 2026 19:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mikeland73@gcurtis