chore(deps): update dependency gradle to v7.6#123
Merged
renovate[bot] merged 1 commit intomainfrom Dec 4, 2022
Merged
Conversation
✅ Deploy Preview for webcapgo ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
452e613 to
10dd3c5
Compare
10dd3c5 to
60875be
Compare
|
Kudos, SonarCloud Quality Gate passed! |
riderx
added a commit
that referenced
this pull request
Jan 14, 2026
- Fix base64 decoding to properly handle UTF-8 characters instead of Latin-1 - Fix quoted-printable decoding to correctly handle multi-byte UTF-8 sequences - Improve HTML-to-text conversion to preserve structure and decode entities - Handle block elements (p, div, h1-h6) with newlines - Convert list items to bullet points - Format tables readably - Decode HTML entities including smart quotes, dashes, and special symbols - Support numeric entities ({ and 😀) This ensures emails display correctly in Discord without encoding artifacts or broken HTML formatting. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
riderx
added a commit
that referenced
this pull request
Jan 14, 2026
- Fix base64 decoding to properly handle UTF-8 characters instead of Latin-1 - Fix quoted-printable decoding to correctly handle multi-byte UTF-8 sequences - Improve HTML-to-text conversion to preserve structure and decode entities - Handle block elements (p, div, h1-h6) with newlines - Convert list items to bullet points - Format tables readably - Decode HTML entities including smart quotes, dashes, and special symbols - Support numeric entities ({ and 😀) This ensures emails display correctly in Discord without encoding artifacts or broken HTML formatting. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
riderx
added a commit
that referenced
this pull request
Jan 14, 2026
* fix: improve email encoding and HTML rendering to Discord - Fix base64 decoding to properly handle UTF-8 characters instead of Latin-1 - Fix quoted-printable decoding to correctly handle multi-byte UTF-8 sequences - Improve HTML-to-text conversion to preserve structure and decode entities - Handle block elements (p, div, h1-h6) with newlines - Convert list items to bullet points - Format tables readably - Decode HTML entities including smart quotes, dashes, and special symbols - Support numeric entities ({ and 😀) This ensures emails display correctly in Discord without encoding artifacts or broken HTML formatting. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> * fix: address HTML sanitization security warnings - Add multi-pass loop for script/style/comment removal to handle nested tags - Allow whitespace in closing tags (e.g., </script >) - Handle malformed comments with extra dashes - Run sanitization again after entity decoding to catch decoded tags - Escape remaining angle brackets in final output Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> * fix: address remaining security scanner warnings - Use [^>]* for closing tags to match variants like </script\t\n bar> - Remove orphaned closing tags and unclosed comments - Remove < and > entirely instead of replacing with identical unicode escapes - Validate code points in numeric entity decoding to prevent RangeError Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: replace regex HTML sanitization with character-by-character approach Use a non-regex approach to strip HTML tags to avoid security scanner warnings about incomplete multi-character sanitization. The new stripAllTags function processes HTML character by character, which is inherently safe against nested/malformed tag attacks. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: use turndown library for HTML to Markdown conversion Replace custom HTML sanitization with turndown library for converting HTML emails to Markdown. This provides: - Better Markdown output that Discord can render - Proper handling of complex HTML structures - Well-tested library vs custom regex patterns - Eliminates security scanner warnings about HTML sanitization Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: use character-by-character fallback for HTML stripping Replace regex-based fallback with safe character-by-character approach to eliminate security scanner warning about incomplete sanitization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








This PR contains the following updates:
7.5.1->7.6Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.