Skip to content

Bump github.com/vapor/leaf-kit from 1.14.0 to 1.14.2 in /examples/agentkey#3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/swift/examples/agentkey/github.com/vapor/leaf-kit-1.14.2
Open

Bump github.com/vapor/leaf-kit from 1.14.0 to 1.14.2 in /examples/agentkey#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/swift/examples/agentkey/github.com/vapor/leaf-kit-1.14.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps github.com/vapor/leaf-kit from 1.14.0 to 1.14.2.

Release notes

Sourced from github.com/vapor/leaf-kit's releases.

1.14.2 - Properly HTML-escape collection values (GHSA-6jj5-j4j8-8473)

⚠️ SECURITY UPDATE ⚠️

This release addresses a security issue where HTML escaping was not being applied to Leaf variable substitutions which addressed array or dictionary data. This allowed for XSS attacks if the content of such data was at least partially under user control.

For more details, see the security advisory: GHSA-6jj5-j4j8-8473.

Thanks to @​iCMDdev for reporting this!

Full Changelog: vapor/leaf-kit@1.14.1...1.14.2

1.14.1

⚠️ Security Update ⚠️

This release fixes a security issue where HTML escaping could be bypassed using unicode extended grapheme clusters. For example, the combination , (U+0022 + U+0301), forms a single extended grapheme cluster that Swift would treat as different from the standalone " character, causing the escaping function to skip it. HTML on the other hand would treat them as separate code points (" + ´) and interpret the quotation mark as a single character. This would therefore allow XSS injections attacks. The escaping function now operates on a Unicode level to properly escape all HTML special characters.

For more details see GHSA-4hfh-fch3-5q7p. Thanks to @​bawolff for reporting this!

Full Changelog: vapor/leaf-kit@1.14.0...1.14.1

Commits

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 [github.com/vapor/leaf-kit](https://github.com/vapor/leaf-kit) from 1.14.0 to 1.14.2.
- [Release notes](https://github.com/vapor/leaf-kit/releases)
- [Commits](vapor/leaf-kit@1.14.0...1.14.2)

---
updated-dependencies:
- dependency-name: github.com/vapor/leaf-kit
  dependency-version: 1.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels May 8, 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 swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants