chore(deps): update dependency sanitize-html to v2.17.4#336
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency sanitize-html to v2.17.4#336renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying charlotte with
|
| Latest commit: |
7e5e602
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fc16591e.charlotte-e3z.pages.dev |
| Branch Preview URL: | https://renovate-sanitize-html-2-x-l.charlotte-e3z.pages.dev |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant User as Client/User
participant API as API Controller
participant Lib as sanitize-html (Library)
participant DB as Database
Note over User,DB: Sanitization Flow for Untrusted HTML Input
User->>API: POST /resource (content: "raw_html")
API->>Lib: CHANGED: sanitize(content, options)
Note right of Lib: PR updates @types/sanitize-html v2.16.1<br/>Ensures compile-time safety for<br/>sanitization configuration.
Lib-->>API: Sanitized Safe HTML
API->>DB: Save sanitized content
DB-->>API: Success
API-->>User: 201 Created / 200 OK
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0a17e37 to
4b5f0c3
Compare
1002f28 to
15ecc3d
Compare
15ecc3d to
e5faf95
Compare
e5faf95 to
8d27789
Compare
8d27789 to
8040565
Compare
8040565 to
7e5e602
Compare
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:
2.17.1→2.17.42.16.0→2.16.1Release Notes
apostrophecms/apostrophe (sanitize-html)
v2.17.4Changes
sanitize-htmlandlaundernow share a single implementation ofnaughtyHref, based on that which previously existed insanitize-html.Security
v2.17.3Compare Source
Security
optiontags. There was no vulnerability when not explicitly allowingoptiontags.v2.17.2Compare Source
Changes
htmlparser2from 8.x to 10.1.0. This improves security by correctly decoding zero-padded numeric character references (e.g.,&#​0000001) that previously bypassedjavascript:URL detection. Also fixes double-encoding of entities inside raw text elements liketextareaandoption.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.