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.31.Final #46

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps netty-all from 4.0.21.Final to 4.1.31.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.1; = 3.10.2; = 4.0.0; = 4.0.1; = 4.0.2; = 4.0.3; = 4.0.4; = 4.0.5; = 4.0.6; = 4.0.7; = 4.0.8; = 4.0.9; = 4.0.10; = 4.0.11; = 4.0.12; = 4.0.13; = 4.0.14; = 4.0.15; = 4.0.16; = 4.0.17; = 4.0.18; = 4.0.19; = 4.0.20; = 4.0.21; = 4.0.22; = 4.0.23; = 4.0.24; = 4.0.25; = 4.0.26; = 4.0.27; = 4.1.0-beta1; = 4.1.0-beta2; = 4.1.0-beta3; = 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.1; = 4.0.2; = 4.0.3; = 4.0.4; = 4.0.5; = 4.0.6; = 4.0.7; = 4.0.8; = 4.0.9; = 4.0.10; = 4.0.11; = 4.0.12; = 4.0.13; = 4.0.14; = 4.0.15; = 4.0.16; = 4.0.17; = 4.0.18; = 4.0.19; = 4.0.20; = 4.0.21; = 4.0.22; = 4.0.23; = 4.0.24; = 4.0.25; = 4.0.26; = 4.0.27; = 4.0.28; = 4.0.29; = 4.0.30; = 4.0.31; = 4.0.32; = 4.0.33; = 4.0.34; = 4.0.35; = 4.0.36; = 4.1.0
Commits - [`9e50739`](https://github.com/netty/netty/commit/9e5073960191d43dfa07277545f272da0c1f385a) [maven-release-plugin] prepare release netty-4.1.31.Final - [`48c45cf`](https://github.com/netty/netty/commit/48c45cf4aceb1e6e9dce8a0670af79570a11f369) Fix leak and corruption bugs in CompositeByteBuf ([#8438](https://github-redirect.dependabot.com/netty/netty/issues/8438)) - [`b652292`](https://github.com/netty/netty/commit/b6522927d71d1c24e4e362165d5f70535046b5fe) Add profile to easily run testsuite against netty-tcnative-boringssl-static (... - [`d7fa7be`](https://github.com/netty/netty/commit/d7fa7be67fb3cd5020ab89b64b311ff3dc7c82bb) Exploit PlatformDependent.allocateUninitializedArray() in more places ([#8393](https://github-redirect.dependabot.com/netty/netty/issues/8393)) - [`583d838`](https://github.com/netty/netty/commit/583d838f7c02c864c4ab4bc095c01e9b45963fcf) Optimize AbstractByteBuf.getCharSequence() in US_ASCII case ([#8392](https://github-redirect.dependabot.com/netty/netty/issues/8392)) - [`ce39773`](https://github.com/netty/netty/commit/ce39773e04d6adb063cef62c0c31675272566880) Add support for boringssl and TLSv1.3 ([#8412](https://github-redirect.dependabot.com/netty/netty/issues/8412)) - [`1cc692d`](https://github.com/netty/netty/commit/1cc692dd7de54bfffa05813a90b14670b4eb50d1) Fix incorrect reachability assumption in ResourceLeakDetector ([#8410](https://github-redirect.dependabot.com/netty/netty/issues/8410)) - [`0cdd9de`](https://github.com/netty/netty/commit/0cdd9de6decbb7c07c83640c367b4f34473970ff) Update to JDK 12 EA16 when running CI jobs against JDK 12. ([#8421](https://github-redirect.dependabot.com/netty/netty/issues/8421)) - [`9e762e8`](https://github.com/netty/netty/commit/9e762e8816fef48e3cfba563c55f8c9cd6bce010) Correctly detect if KeyManagerFactory is supported by OpenSSL even when sun.s... - [`fc35e20`](https://github.com/netty/netty/commit/fc35e20e2caad93b7f9e06f39a6a201a1857b5c7) Include correct duped value in DefaultResourceLeak.toString() ([#8413](https://github-redirect.dependabot.com/netty/netty/issues/8413)) - Additional commits viewable in [compare view](https://github.com/netty/netty/compare/netty-4.0.21.Final...netty-4.1.31.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 #52.