Add inja escape() function to HTML escape values - #66616
Conversation
🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
|
The backport to stderrstdoutTo backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_44 release-3_44
# Navigate to the new working tree
cd .worktrees/backport-release-3_44
# Create a new branch
git switch --create backport-66616-to-release-3_44
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick d66524683b5fabfee4aacff8cc34ba5e6567e6d2
# Push it to GitHub
git push --set-upstream origin backport-66616-to-release-3_44
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_44Then, create a pull request where the |
|
Thanks @elpaso for the fix and to add me to the security team! |
No problem, actually I was trying to grant you access to the whole security section but I didn't find a way to do it (I'm not very familiar with that). Do you now have access to all the advisories? Ideally we should have a security "github team" with all people in that group having access to all the security advisories. |
Backport from master #66616 This fixes GHSA-cr49-pm9v-m788
|
@elpaso shouldn't this be merged to master? |
Yes, I thought it was but I surely made a mistake in the process, here it is a new PR: |
Me too, I wondered why it wasn't there while working on #66972 and wondered how it could be merged and reverted without a trace ;) |

This fixes GHSA-cr49-pm9v-m788