dependabot[bot] opened a new pull request, #4294: URL: https://github.com/apache/carbondata/pull/4294
Bumps [java-xmlbuilder](https://github.com/jmurty/java-xmlbuilder) from 0.4 to 1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jmurty/java-xmlbuilder/blob/master/CHANGES.md">java-xmlbuilder's changelog</a>.</em></p> <blockquote> <h2>Version 1.2 - 1 September 2017</h2> <p>Fixes:</p> <ul> <li>Prevent XML External Entity (XXE) injection attacks by disabling parsing of general and parameter external entities by default (<a href="https://github-redirect.dependabot.com/jmurty/java-xmlbuilder/issues/6">#6</a>). 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.</li> </ul> <p>Enhancements:</p> <ul> <li>Permit users to disable namespace-awareness in the underlying DocumentBuilderFactory when constructing the builder with extended <code>create()</code> and <code>parse()</code> methods. Namespace awareness is enabled by default unless you use the more explicit versions of these methods that take additional <code>enableExternalEntities</code> and <code>isNamespaceAware</code> parameters.</li> </ul> <h2>Version 1.1 - 22 July 2014</h2> <p>Added a new <code>XMLBuilder2</code> 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.</p> <p>For example when creating a new document with the <code>#create</code> method, instead of needing to explicitly catch the unlikely <code>ParserConfigurationException</code>, if you use <code>XMLBuilder2</code> this exception automatically gets wrapped in the new <code>XMLBuilderRuntimeException</code> class and can be left to propagate out.</p> <p>Aside from the removal of checked exceptions, <code>XMLBuilder2</code> has the same API as the original <code>XMLBuilder</code> and should therefore be a drop-in replacement in existing code.</p> <p>For further discussion and rationale see: <a href="https://github-redirect.dependabot.com/jmurty/java-xmlbuilder/issues/4">jmurty/java-xmlbuilder#4</a></p> <h2>Version 1.0 - 6 March 2014</h2> <p>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.</p> <ul> <li>Migrated project from <a href="https://code.google.com/p/java-xmlbuilder/">Google Code</a> to <a href="https://github.com/jmurty/java-xmlbuilder">GitHub</a>. Whew, that's better!</li> <li>Test cases for edge-case issues and questions reported by users.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/4ce85f5a8d2db6f31d474aa3c13d0dd86bae3a82"><code>4ce85f5</code></a> [maven-release-plugin] prepare release v1.2</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/4ee5f60778e25cc1f762eb5c6f6747ea15354931"><code>4ee5f60</code></a> Merge branch 'feature/permit-disable-namespace-awareness'</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/6483a913a5ee3561e8ebe0b23e5716f96eb447fb"><code>6483a91</code></a> Mention advanced features of create & parse constructors in readme</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/5630c494f922a3007d8b8ec5b9bd923fe571a731"><code>5630c49</code></a> Permit disabling of namespace awareness</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/de0c78aa839dda06bdfc92fa0eb7aa8af3d8104c"><code>de0c78a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jmurty/java-xmlbuilder/issues/12">#12</a> from rhuss/master</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/f1aeb78020d09b490e4e15dae697a7a8e148c330"><code>f1aeb78</code></a> Fixed wrong delegation for ns()</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/e6fddca201790abab4f2c274341c0bb8835c3e73"><code>e6fddca</code></a> Disable external entities by default to prevent XXE injection attacks, re <a href="https://github-redirect.dependabot.com/jmurty/java-xmlbuilder/issues/6">#6</a></li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/5d5caa583b14ade1d6713b8e73b58679de50361f"><code>5d5caa5</code></a> Update latest version in README following release of 1.1</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/92645b50492d41ca6ee11a1be9a846a23b0e204e"><code>92645b5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/jmurty/java-xmlbuilder/commit/75a5608d8c97d22ebfeb5ca0fe4a89117bd83ca3"><code>75a5608</code></a> [maven-release-plugin] prepare release v1.1</li> <li>Additional commits viewable in <a href="https://github.com/jmurty/java-xmlbuilder/compare/v0.4...v1.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/apache/carbondata/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org