xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
405 stars 119 forks source link

Prevent sprintf errors by escaping % in post_title #1485

Open krokodok opened 1 month ago

krokodok commented 1 month ago

Fixes #1443.

Straightforward escaping of % in $post->post_title with %% prevents the error.

Checklist

Release Changelog

Release Checklist

Change [ ] to [x] to mark the items as done.

krokodok commented 2 weeks ago

@kasparsd To bring this PR forward, I escaped all other user input values for this connector.