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

chore(deps): bump tensorflow from 2.4.0 to 2.4.2 in /tests/distributed/test_against_external_daemon/tf_encoder_ws #2744

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2021

Bumps tensorflow from 2.4.0 to 2.4.2.

Release notes

Sourced from [tensorflow's releases](https://github.com/tensorflow/tensorflow/releases).

TensorFlow 2.4.2

Release 2.4.2

This release introduces several vulnerability fixes:

... (truncated)

Changelog

Sourced from [tensorflow's changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md).

Release 2.4.2

This release introduces several vulnerability fixes:

  • Fixes a heap buffer overflow in RaggedBinCount (CVE-2021-29512)
  • Fixes a heap out of bounds write in RaggedBinCount (CVE-2021-29514)
  • Fixes a type confusion during tensor casts which leads to dereferencing null pointers (CVE-2021-29513)
  • Fixes a reference binding to null pointer in MatrixDiag* ops (CVE-2021-29515)
  • Fixes a null pointer dereference via invalid Ragged Tensors (CVE-2021-29516)
  • Fixes a division by zero in Conv3D (CVE-2021-29517)
  • Fixes vulnerabilities where session operations in eager mode lead to null pointer dereferences (CVE-2021-29518)
  • Fixes a CHECK-fail in SparseCross caused by type confusion (CVE-2021-29519)
  • Fixes a segfault in SparseCountSparseOutput (CVE-2021-29521)
  • Fixes a heap buffer overflow in Conv3DBackprop* (CVE-2021-29520)
  • Fixes a division by 0 in Conv3DBackprop* (CVE-2021-29522)
  • Fixes a CHECK-fail in AddManySparseToTensorsMap (CVE-2021-29523)
  • Fixes a division by 0 in Conv2DBackpropFilter (CVE-2021-29524)
  • Fixes a division by 0 in Conv2DBackpropInput (CVE-2021-29525)
  • Fixes a division by 0 in Conv2D (CVE-2021-29526)
  • Fixes a division by 0 in QuantizedConv2D (CVE-2021-29527)
  • Fixes a division by 0 in QuantizedMul (CVE-2021-29528)
  • Fixes vulnerabilities caused by invalid validation in SparseMatrixSparseCholesky (CVE-2021-29530)
  • Fixes a heap buffer overflow caused by rounding (CVE-2021-29529)
  • Fixes a CHECK-fail in tf.raw_ops.EncodePng (CVE-2021-29531)
  • Fixes a heap out of bounds read in RaggedCross (CVE-2021-29532)
  • Fixes a CHECK-fail in DrawBoundingBoxes

... (truncated)

Commits

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.

┆Issue is synchronized with this Asana task by Unito

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.0 to 2.4.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.4.0...v2.4.2)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from hanxiao as a code owner June 23, 2021 09:44
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2021
@jina-bot jina-bot added size/XS area/testing This issue/PR affects testing labels Jun 23, 2021
@codecov
Copy link

codecov bot commented Jun 23, 2021

Codecov Report

Merging #2744 (06e60bb) into master (2fd9cdc) will increase coverage by 11.56%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #2744       +/-   ##
===========================================
+ Coverage   77.98%   89.55%   +11.56%     
===========================================
  Files         169      136       -33     
  Lines       10681     9087     -1594     
===========================================
- Hits         8330     8138      -192     
+ Misses       2351      949     -1402     
Flag Coverage Δ
daemon 47.94% <ø> (+24.98%) ⬆️
jina 88.92% <ø> (+1.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
jina/peapods/pods/compound.py 82.22% <0.00%> (-8.89%) ⬇️
jina/peapods/zmq/__init__.py 85.57% <0.00%> (-1.75%) ⬇️
jina/peapods/pods/__init__.py 84.55% <0.00%> (-0.85%) ⬇️
jina/clients/base.py 78.00% <0.00%> (ø)
jina/peapods/peas/__init__.py 96.52% <0.00%> (ø)
daemon/stores/__init__.py
daemon/parser.py
daemon/api/dependencies.py
daemon/files.py
daemon/api/endpoints/logs.py
... and 43 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fd9cdc...06e60bb. Read the comment docs.

@hanxiao hanxiao merged commit 5cd5606 into master Jun 23, 2021
@hanxiao hanxiao deleted the dependabot/pip/tests/distributed/test_against_external_daemon/tf_encoder_ws/tensorflow-2.4.2 branch June 23, 2021 11:41
numb3r3 pushed a commit that referenced this pull request Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing This issue/PR affects testing dependencies Pull requests that update a dependency file size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants