Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump java-xmlbuilder from 0.6 to 1.2 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps java-xmlbuilder from 0.6 to 1.2.

Changelog

Sourced from java-xmlbuilder's changelog.

Version 1.2 - 1 September 2017

Fixes:

  • Prevent XML External Entity (XXE) injection attacks by disabling parsing of general and parameter external entities by default (#6). External entities are now only parsed if this feature is explicitly enabled by passing a boolean flag value to the #create and #parse methods. WARNING: This will break code that expects external entities to be parsed.

Enhancements:

  • Permit users to disable namespace-awareness in the underlying DocumentBuilderFactory when constructing the builder with extended create() and parse() methods. Namespace awareness is enabled by default unless you use the more explicit versions of these methods that take additional enableExternalEntities and isNamespaceAware parameters.

Version 1.1 - 22 July 2014

Added a new XMLBuilder2 implementation that avoids checked exceptions in the API and throws runtime exceptions instead. This should make the library much more pleasant to use, and your code much cleaner, in situations where low-level exceptions are unlikely -- which is probably most situations where you would use this library.

For example when creating a new document with the #create method, instead of needing to explicitly catch the unlikely ParserConfigurationException, if you use XMLBuilder2 this exception automatically gets wrapped in the new XMLBuilderRuntimeException class and can be left to propagate out.

Aside from the removal of checked exceptions, XMLBuilder2 has the same API as the original XMLBuilder and should therefore be a drop-in replacement in existing code.

For further discussion and rationale see: jmurty/java-xmlbuilder#4

Version 1.0 - 6 March 2014

Jumped version number from 0.7 to 1.0 to better reflect this project's age and stability, as well as to celebrate the move to GitHub.

  • Migrated project from Google Code to GitHub. Whew, that's better!
  • Test cases for edge-case issues and questions reported by users.

... (truncated)

Commits
  • 4ce85f5 [maven-release-plugin] prepare release v1.2
  • 4ee5f60 Merge branch 'feature/permit-disable-namespace-awareness'
  • 6483a91 Mention advanced features of create & parse constructors in readme
  • 5630c49 Permit disabling of namespace awareness
  • de0c78a Merge pull request #12 from rhuss/master
  • f1aeb78 Fixed wrong delegation for ns()
  • e6fddca Disable external entities by default to prevent XXE injection attacks, re #6
  • 5d5caa5 Update latest version in README following release of 1.1
  • 92645b5 [maven-release-plugin] prepare for next development iteration
  • 75a5608 [maven-release-plugin] prepare release v1.1
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [java-xmlbuilder](https://github.com/jmurty/java-xmlbuilder) from 0.6 to 1.2.
- [Release notes](https://github.com/jmurty/java-xmlbuilder/releases)
- [Changelog](https://github.com/jmurty/java-xmlbuilder/blob/master/CHANGES.md)
- [Commits](jmurty/java-xmlbuilder@v0.6...v1.2)

---
updated-dependencies:
- dependency-name: com.jamesmurty.utils:java-xmlbuilder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
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
Projects
None yet
0 participants