GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
88 stars 21 forks source link

Ensure any use of the `Kses` class methods always get passed a String #1427

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

Description

Got reports of a fatal error due to a non-string getting passed to one of our Kses class methods, which requires a string. While I haven't been able to replicate, we should guard against this by verifying the $html we pass to this class is infact a string.