resque / resque-scheduler

A light-weight job scheduling system built on top of Resque
MIT License
1.74k stars 481 forks source link

Finish fixing CVE-2022-44303, XSS in delayed_schedules #783

Closed PatrickTulskie closed 10 months ago

PatrickTulskie commented 10 months ago

When writing up the security advisory for CVE-2022-44303, I realized there was still XSS in the args parameters. This finishes fixing that.