| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ending to the LLM and after receiving it from the LLM in the content resizing toolbar
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. Co-authored-by: dkotter <dkotter@git.wordpress.org> To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #950 +/- ##
==========================================
Coverage 73.87% 73.87%
Complexity 3032 3032
==========================================
Files 132 132
Lines 12006 12006
==========================================
Hits 8869 8869
Misses 3137 3137
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What?
Ensure content we render has been passed through sanitization functions
Why?
In reviewing a separate PR, I was prompted to do some larger review of our codebase to ensure any content we pull from the editor to send to an LLM, or content we receive back from an LLM and render in the editor, has been passed through proper sanitization. For the most part that was already being done but there were a few areas that could be improved, which this PR does.
How?
Use of AI Tools
AI assistance: Yes
Tool(s): Claude
Model(s): Opus 5
Used for: Reviewing our entire codebase for missing sanitization and adding those in. Review and testing by me
Testing Instructions
The changes here touch Editorial Updates, Content Resizing and Type Ahead so turn those features on and ensure they all work as expected
Changelog Entry