Skip to content

Bump marko from 4.18.28 to 5.38.36#51

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/marko-5.38.36
Open

Bump marko from 4.18.28 to 5.38.36#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/marko-5.38.36

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps marko from 4.18.28 to 5.38.36.

Release notes

Sourced from marko's releases.

marko@5.38.36

Patch Changes

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping issue for dynamic text interpolation inside <script>, <style>, <html-script> and <html-style> tags.

    The issue was that the escaping logic for those tags used a CASE SENSITIVE search for the closing tag which could be bypassed like so:

    <script>${"</SCRIPT><img src=x onerror=alert('uh oh')>"}</script>

    Note that script and style there should never render unsanitized user defined values, regardless of wether or not the closing tag is escaped, since these are conceptually just "eval".

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping for <html-comment> tag. Previously this tag relied on normal xml escaping which looks for <. This PR updates to have a special escape for <html-comment> tags that replaces > instead.

    // Previously incorrectly escaped.
    <html-comment>${">Uh oh"}</html-comment>
  • Updated dependencies [19d4b37, 19d4b37]:

    • @​marko/runtime-tags@​6.0.164

marko@5.38.35

Patch Changes

marko@5.38.34

Patch Changes

marko@5.38.33

Patch Changes

marko@5.38.32

... (truncated)

Changelog

Sourced from marko's changelog.

5.38.36

Patch Changes

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping issue for dynamic text interpolation inside <script>, <style>, <html-script> and <html-style> tags.

    The issue was that the escaping logic for those tags used a CASE SENSITIVE search for the closing tag which could be bypassed like so:

    <script>${"</SCRIPT><img src=x onerror=alert('uh oh')>"}</script>

    Note that script and style there should never render unsanitized user defined values, regardless of wether or not the closing tag is escaped, since these are conceptually just "eval".

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping for <html-comment> tag. Previously this tag relied on normal xml escaping which looks for <. This PR updates to have a special escape for <html-comment> tags that replaces > instead.

    // Previously incorrectly escaped.
    <html-comment>${">Uh oh"}</html-comment>
  • Updated dependencies [19d4b37, 19d4b37]:

    • @​marko/runtime-tags@​6.0.164

5.38.35

Patch Changes

5.38.34

Patch Changes

5.38.33

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for marko since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [marko](https://github.com/marko-js/marko/tree/HEAD/packages/runtime-class) from 4.18.28 to 5.38.36.
- [Release notes](https://github.com/marko-js/marko/releases)
- [Changelog](https://github.com/marko-js/marko/blob/main/packages/runtime-class/CHANGELOG.md)
- [Commits](https://github.com/marko-js/marko/commits/marko@5.38.36/packages/runtime-class)

---
updated-dependencies:
- dependency-name: marko
  dependency-version: 5.38.36
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants