-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
06b63b67ef3e2fc344d7b846a2316ba86030169d Fix: Security (CodeQL) - pot…
…ential for `<script>` injection if done with multiple nesting Fix: CodeQL warning - Multiple character replacement (wouldn't actually cause an issue due to the fact that the string was already limited to a single character, but for completeness, the regex would catch multiple characters now. Fix: Use built in HTML striping function to read title from header - no security impact. Fix: For state saved child row state, only escape `:` characters if not already escaped. Sync to source repo @06b63b67ef3e2fc344d7b846a2316ba86030169d
- Loading branch information
dtbuild
committed
Apr 9, 2024
1 parent
bd375c8
commit a0d23af
Showing
5 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters