Skip to content

Update dependency jaxen:jaxen to v2.0.5 - #147

Merged
stefanseifert merged 1 commit into
developfrom
renovate/jaxen-jaxen-2.x
Jun 2, 2026
Merged

Update dependency jaxen:jaxen to v2.0.5#147
stefanseifert merged 1 commit into
developfrom
renovate/jaxen-jaxen-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
jaxen:jaxen (source) 2.0.42.0.5 age confidence

Release Notes

jaxen-xpath/jaxen (jaxen:jaxen)

v2.0.5: 2.0.5

Version 2.0.5 converts still more recursive algorithms in the core parser to safer iterative forms. This enables Jaxen to handle even larger and more complex XPath expressions.

For the recursive code that remains, higher level evaluation and parsing now catches stack overflow errors if they do occur, and wraps them inside a regular checked JaxenException so it won't bring down the entire program. This should be fairly robust and complete protection against DoS attacks on recursive code, even with arbitrary untrusted input. I don't know why I didn't think of this earlier. I probably just had an unquestioned rule in my head that you can't recover from errors, which isn't actually true in the case of stack overflow errors.

PRs

New Contributors

Full Changelog: jaxen-xpath/jaxen@v2.0.3...v2.0.5


Configuration

📅 Schedule: (UTC)

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

🚦 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 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 added the dependencies Pull requests that update a dependency file label Jun 2, 2026
@stefanseifert
stefanseifert merged commit 9c17dd9 into develop Jun 2, 2026
4 checks passed
@stefanseifert
stefanseifert deleted the renovate/jaxen-jaxen-2.x branch June 2, 2026 07:00
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

Development

Successfully merging this pull request may close these issues.

1 participant