🚀 Updates blog index to use the new React BlogPosts module
- The original blog_listing module is now deprecated. Learn more here.
🚀 Adds new context specific late escaping filters to improve XSS security
- Late escaping with context specific filters ensures that escaping does not interfere with other logic use cases, in the code it is clear that the string is escaped at output, and any changes further up in the logic will not open up the same vulnerabilities in the future.
Additional information on applied filters can be found here:
https://developers.hubspot.com/docs/cms/hubl/filters#escape-html
https://developers.hubspot.com/docs/cms/hubl/filters#escape-attr
https://developers.hubspot.com/docs/cms/hubl/filters#escape-url
https://developers.hubspot.com/docs/cms/hubl/filters#escape-js
https://developers.hubspot.com/docs/cms/hubl/filters#sanitize-html