Skip to content

fix(deps): update module github.com/beevik/etree to v1.7.0#114

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all
Jul 13, 2026
Merged

fix(deps): update module github.com/beevik/etree to v1.7.0#114
renovate[bot] merged 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/beevik/etree v1.6.0v1.7.0 age confidence

Release Notes

beevik/etree (github.com/beevik/etree)

v1.7.0: Release 1.7.0

Compare Source

Breaking changes

  • To address a security issue, it was necessary to add a MaxDepth option to
    ReadSettings to limit the depth of XML trees during parsing. A generous
    default value of 1024 was chosen to avoid breaking most existing code.
    However, if your code is processing XML hierarchies with a depth greater
    than 1024, you will need to assign your Document a ReadSettings that has
    a MaxDepth set to a higher value.

Security Fixes

  • Limited the depth of XML trees processed by all ReadFrom functions during
    parsing.
  • Fixed a CompilePath index-out-of-range panic that could be caused by a
    missing path filter key.
  • Sanitized the contents of XML text, comment, ProcInst and Directive tokens
    provided by the user.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) July 13, 2026 00:00
@renovate
renovate Bot merged commit 34952fb into master Jul 13, 2026
3 checks passed
@renovate
renovate Bot deleted the renovate/all branch July 13, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants