Commit 27a1502
Fix remaining Dependabot security alerts (#2803)
## Summary
- **Rails example**: Upgrade Rails 7.1.5 → 7.2.3, bringing rack 2.2.14 →
3.2.5 and nokogiri 1.18.9 → 1.19.2. Fixes Active Storage path traversal,
Rack directory traversal/XSS, Active Support ReDoS/DoS/XSS, Action View
XSS, and Active Storage glob injection/DoS/content type bypass.
- **Django example**: Update sqlparse 0.5.0 → 0.5.3 (DoS fix for
formatting list of tuples)
- **VS Code extension**: Add flatted yarn resolution → 3.4.2 (prototype
pollution via parse() fix)
## Test plan
- [x] Verify `go build ./...` still passes (no Go changes, but
confirmed)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: John Lago <750845+Lagoja@users.noreply.github.com>1 parent 540b82c commit 27a1502
File tree
8 files changed
+454
-257
lines changed- examples/stacks
- django
- rails
- blog
- vscode-extension
8 files changed
+454
-257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments