Skip to content

Commit

Permalink
Finish fixing CVE-2022-44303, XSS in delayed_schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Dec 15, 2023
1 parent 38daa55 commit b9f87e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/scheduler/server/views/delayed_schedules.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Delayed jobs scheduled for <%=h params[:klass] %> (<%= show_job_arguments(@args) %>)</h1>
<h1>Delayed jobs scheduled for <%=h params[:klass] %> (<%=h show_job_arguments(@args) %>)</h1>

<table class='jobs'>
<tr>
Expand Down

0 comments on commit b9f87e8

Please sign in to comment.