mqlight / java-mqlight

This Java package provides the high-level API by which you can interact with the MQ Light runtime.
Apache License 2.0
10 stars 9 forks source link

[Security] Bump netty-all from 4.0.21.Final to 4.1.33.Final #53

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps netty-all from 4.0.21.Final to 4.1.33.Final. This update includes security fixes.

Vulnerabilities fixed *Sourced from [The Sonatype OSS Index](https://ossindex.sonatype.org/vuln/f2a31abe-1af6-4f6f-aeeb-60e0e0d3e981).* > **[CVE-2015-2156] Netty before 3.9.8.Final, 3.10.x before 3.10.3.Final, 4.0.x before 4.0.28.Final,...** > Netty before 3.9.8.Final, 3.10.x before 3.10.3.Final, 4.0.x before 4.0.28.Final, and 4.1.x before 4.1.0.Beta5 and Play Framework 2.x before 2.3.9 might allow remote attackers to bypass the httpOnly flag on cookies and obtain sensitive information by leveraging improper validation of cookie name and value characters. > > Affected versions: (, 3.9.7]; [3.10.0, 3.10.2]; [4.0.0, 4.0.27]; [4.1.0-beta1, 4.1.0-beta4] *Sourced from [The Sonatype OSS Index](https://ossindex.sonatype.org/vuln/cfbda56e-d588-4136-9396-9439396b0abc).* > **[CVE-2016-4970] handler/ssl/OpenSslEngine.java in Netty 4.0.x before 4.0.37.Final and 4.1.x befo...** > handler/ssl/OpenSslEngine.java in Netty 4.0.x before 4.0.37.Final and 4.1.x before 4.1.1.Final allows remote attackers to cause a denial of service (infinite loop). > > Affected versions: [4.0.0, 4.0.36]; 4.1.0 *Sourced from [The Sonatype OSS Index](https://ossindex.sonatype.org/vuln/20b79835-7a43-4bea-a985-5e12df1d0b0a).* > **POODLE vulnerability in SSLv3.0 support** > The SSLv3 support is vulnerable to a POODLE attack. SSLv3 should be disabled pending implementation of TLS_FALLBACK_SCSV by Oracle. > > Affected versions: (, 3.9.6); [4.0.0, 4.0.24)
Commits - [`3748463`](https://github.com/netty/netty/commit/37484635cbccf0bf48f0e013bc639f44bcfb420a) [maven-release-plugin] prepare release netty-4.1.33.Final - [`9c19225`](https://github.com/netty/netty/commit/9c192254c464e3a73ae1930eba9dc4c0c2432d61) Remove duplicated declaration of dependency - [`fabc6ee`](https://github.com/netty/netty/commit/fabc6ee1bc9a31b25e9b1adba8c9521f6ae28f43) Fix flaky ChannelInitializerTest.testChannelInitializerEventExecutor() ([#8738](https://github-redirect.dependabot.com/netty/netty/issues/8738)) - [`83b286f`](https://github.com/netty/netty/commit/83b286f5d9587dcb7ff944166ab75a2284c717c7) Set result for decoded request and add test for [#8721](https://github-redirect.dependabot.com/netty/netty/issues/8721) ([#8721](https://github-redirect.dependabot.com/netty/netty/issues/8721)) - [`1e4481e`](https://github.com/netty/netty/commit/1e4481e551696a57c79d3f1acd588171e12e082b) Allowed IP_FREEBIND option for UDP epoll ([#8728](https://github-redirect.dependabot.com/netty/netty/issues/8728)) - [`a2cd246`](https://github.com/netty/netty/commit/a2cd246f00a5a1332dc9e8c6f4375e06bed300b0) cleanup: fix indent ([#8734](https://github-redirect.dependabot.com/netty/netty/issues/8734)) - [`bce0784`](https://github.com/netty/netty/commit/bce0784e5eb72c395eff3fac59152b65bddc2c7e) Fix racy ChannelOutboundBuffer.testWriteTaskRejected test. ([#8735](https://github-redirect.dependabot.com/netty/netty/issues/8735)) - [`dae5d9d`](https://github.com/netty/netty/commit/dae5d9d3f9d4652f9b5e99edd4709a3e57a46277) Ensure FlowControlled data frames will be correctly removed from the … ([#8726](https://github-redirect.dependabot.com/netty/netty/issues/8726)) - [`df5eb06`](https://github.com/netty/netty/commit/df5eb060f729a18582d659f868f764edc9a7277e) Only handle NXDOMAIN as failure when nameserver is authoritive or no other na... - [`e4b9d5f`](https://github.com/netty/netty/commit/e4b9d5f9a17a34e2ef8ea6fed901693f61ff5f92) Skip osgi testsuite on JDK11. ([#8733](https://github-redirect.dependabot.com/netty/netty/issues/8733)) - Additional commits viewable in [compare view](https://github.com/netty/netty/compare/netty-4.0.21.Final...netty-4.1.33.Final)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #59.