Skip to content

October: catastrophe avoidance month

Choose a tag to compare

@mpalmer mpalmer released this 01 Oct 01:45
· 112 commits to main since this release
  • Rack::JSONP: change the callback validity checking regex to one
    that isn't vulnerable to catastrophic backtracking, which causes all sorts
    of nasty performance problems when there's a long invalid string to match
    against. PR by Juan C.
    Muller (@jcmuller).