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 1.1 to 1.2 in /mosipTestDataProvider #186

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps java-xmlbuilder from 1.1 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.
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
  • See full diff 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.

neeharikatech and others added 3 commits September 22, 2022 18:05
Bumps [java-xmlbuilder](https://github.com/jmurty/java-xmlbuilder) from 1.1 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@v1.1...v1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
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
Development

Successfully merging this pull request may close these issues.

1 participant