Commit 8cb0803
authored
fix: bump spring-core to Spring Framework 6.2.19 for AntPathMatcher ReDoS fix (#35)
spring-core hardcodes its own spring.version (6.1.20) instead of
inheriting from the Boot BOM like every other module, so it missed
the fix for the AntPathMatcher ReDoS advisory (match/matchStart/
extractUriTemplateVariables vulnerable to a crafted pattern) that
the rest of the reactor already picked up via the Spring Boot 3.5.16
bump. The 6.1.x fix line is enterprise-support-only, so bump
straight to the patched 6.2.19 used everywhere else in this repo.
Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>1 parent ded72f2 commit 8cb0803
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments