Title: Bump tensorflow from 2.0.3 to 2.9.3 in /machine-learning/image-classifier by dependabot[bot] · Pull Request #15 · grimmvenom/pythoncode-tutorials · GitHub
Open Graph Title: Bump tensorflow from 2.0.3 to 2.9.3 in /machine-learning/image-classifier by dependabot[bot] · Pull Request #15 · grimmvenom/pythoncode-tutorials
X Title: Bump tensorflow from 2.0.3 to 2.9.3 in /machine-learning/image-classifier by dependabot[bot] · Pull Request #15 · grimmvenom/pythoncode-tutorials
Description: Bumps tensorflow from 2.0.3 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a heap OOB failure in ThreadUnsafeUnigramCandidateSampler caused by missing validation (CVE-2022-41880) Fixes a segfault in ndarray_tensor_bridge (CVE-2022-41884) Fixes an overflow in FusedResizeAndPadConv2D (CVE-2022-41885) Fixes a overflow in ImageProjectiveTransformV2 (CVE-2022-41886) Fixes an FPE in tf.image.generate_bounding_box_proposals on GPU (CVE-2022-41888) Fixes a segfault in pywrap_tfe_src caused by invalid attributes (CVE-2022-41889) Fixes a CHECK fail in BCast (CVE-2022-41890) Fixes a segfault in TensorListConcat (CVE-2022-41891) Fixes a CHECK_EQ fail in TensorListResize (CVE-2022-41893) Fixes an overflow in CONV_3D_TRANSPOSE on TFLite (CVE-2022-41894) Fixes a heap OOB in MirrorPadGrad (CVE-2022-41895) Fixes a crash in Mfcc (CVE-2022-41896) Fixes a heap OOB in FractionalMaxPoolGrad (CVE-2022-41897) Fixes a CHECK fail in SparseFillEmptyRowsGrad (CVE-2022-41898) Fixes a CHECK fail in SdcaOptimizer (CVE-2022-41899) Fixes a heap OOB in FractionalAvgPool and FractionalMaxPool(CVE-2022-41900) Fixes a CHECK_EQ in SparseMatrixNNZ (CVE-2022-41901) Fixes an OOB write in grappler (CVE-2022-41902) Fixes a overflow in ResizeNearestNeighborGrad (CVE-2022-41907) Fixes a CHECK fail in PyFunc (CVE-2022-41908) Fixes a segfault in CompositeTensorVariantToComponents (CVE-2022-41909) Fixes a invalid char to bool conversion in printing a tensor (CVE-2022-41911) Fixes a heap overflow in QuantizeAndDequantizeV2 (CVE-2022-41910) Fixes a CHECK failure in SobolSample via missing validation (CVE-2022-35935) Fixes a CHECK fail in TensorListScatter and TensorListScatterV2 in eager mode (CVE-2022-35935) TensorFlow 2.9.2 Release 2.9.2 This releases introduces several vulnerability fixes: Fixes a CHECK failure in tf.reshape caused by overflows (CVE-2022-35934) Fixes a CHECK failure in SobolSample caused by missing validation (CVE-2022-35935) Fixes an OOB read in Gather_nd op in TF Lite (CVE-2022-35937) Fixes a CHECK failure in TensorListReserve caused by missing validation (CVE-2022-35960) Fixes an OOB write in Scatter_nd op in TF Lite (CVE-2022-35939) Fixes an integer overflow in RaggedRangeOp (CVE-2022-35940) Fixes a CHECK failure in AvgPoolOp (CVE-2022-35941) Fixes a CHECK failures in UnbatchGradOp (CVE-2022-35952) Fixes a segfault TFLite converter on per-channel quantized transposed convolutions (CVE-2022-36027) Fixes a CHECK failures in AvgPool3DGrad (CVE-2022-35959) Fixes a CHECK failures in FractionalAvgPoolGrad (CVE-2022-35963) Fixes a segfault in BlockLSTMGradV2 (CVE-2022-35964) Fixes a segfault in LowerBound and UpperBound (CVE-2022-35965) ... (truncated) Changelog Sourced from tensorflow's changelog. Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a heap OOB failure in ThreadUnsafeUnigramCandidateSampler caused by missing validation (CVE-2022-41880) Fixes a segfault in ndarray_tensor_bridge (CVE-2022-41884) Fixes an overflow in FusedResizeAndPadConv2D (CVE-2022-41885) Fixes a overflow in ImageProjectiveTransformV2 (CVE-2022-41886) Fixes an FPE in tf.image.generate_bounding_box_proposals on GPU (CVE-2022-41888) Fixes a segfault in pywrap_tfe_src caused by invalid attributes (CVE-2022-41889) Fixes a CHECK fail in BCast (CVE-2022-41890) Fixes a segfault in TensorListConcat (CVE-2022-41891) Fixes a CHECK_EQ fail in TensorListResize (CVE-2022-41893) Fixes an overflow in CONV_3D_TRANSPOSE on TFLite (CVE-2022-41894) Fixes a heap OOB in MirrorPadGrad (CVE-2022-41895) Fixes a crash in Mfcc (CVE-2022-41896) Fixes a heap OOB in FractionalMaxPoolGrad (CVE-2022-41897) Fixes a CHECK fail in SparseFillEmptyRowsGrad (CVE-2022-41898) Fixes a CHECK fail in SdcaOptimizer (CVE-2022-41899) Fixes a heap OOB in FractionalAvgPool and FractionalMaxPool(CVE-2022-41900) Fixes a CHECK_EQ in SparseMatrixNNZ (CVE-2022-41901) Fixes an OOB write in grappler (CVE-2022-41902) Fixes a overflow in ResizeNearestNeighborGrad (CVE-2022-41907) Fixes a CHECK fail in PyFunc (CVE-2022-41908) Fixes a segfault in CompositeTensorVariantToComponents (CVE-2022-41909) Fixes a invalid char to bool conversion in printing a tensor (CVE-2022-41911) Fixes a heap overflow in QuantizeAndDequantizeV2 (CVE-2022-41910) Fixes a CHECK failure in SobolSample via missing validation (CVE-2022-35935) Fixes a CHECK fail in TensorListScatter and TensorListScatterV2 in eager mode (CVE-2022-35935) Release 2.8.4 This release introduces several vulnerability fixes: Fixes a heap OOB failure in ThreadUnsafeUnigramCandidateSampler caused by missing validation (CVE-2022-41880) Fixes a segfault in ndarray_tensor_bridge (CVE-2022-41884) Fixes an overflow in FusedResizeAndPadConv2D (CVE-2022-41885) Fixes a overflow in ImageProjectiveTransformV2 (CVE-2022-41886) Fixes an FPE in tf.image.generate_bounding_box_proposals on GPU (CVE-2022-41888) Fixes a segfault in pywrap_tfe_src caused by invalid attributes (CVE-2022-41889) Fixes a CHECK fail in BCast (CVE-2022-41890) Fixes a segfault in TensorListConcat (CVE-2022-41891) Fixes a CHECK_EQ fail in TensorListResize (CVE-2022-41893) Fixes an overflow in CONV_3D_TRANSPOSE on TFLite (CVE-2022-41894) Fixes a heap OOB in MirrorPadGrad (CVE-2022-41895) Fixes a crash in Mfcc (CVE-2022-41896) Fixes a heap OOB in FractionalMaxPoolGrad (CVE-2022-41897) Fixes a CHECK fail in SparseFillEmptyRowsGrad (CVE-2022-41898) Fixes a CHECK fail in SdcaOptimizer (CVE-2022-41899) ... (truncated) Commits a5ed5f3 Merge pull request #58584 from tensorflow/vinila21-patch-2 258f9a1 Update py_func.cc cd27cfb Merge pull request #58580 from tensorflow-jenkins/version-numbers-2.9.3-24474 3e75385 Update version numbers to 2.9.3 bc72c39 Merge pull request #58482 from tensorflow-jenkins/relnotes-2.9.3-25695 3506c90 Update RELEASE.md 8dcb48e Update RELEASE.md 4f34ec8 Merge pull request #58576 from pak-laura/c2.99f03a9d3bafe902c1e6beb105b2f2417... 6fc67e4 Replace CHECK with returning an InternalError on failing to create python tuple 5dbe90a Merge pull request #58570 from tensorflow/r2.9-7b174a0f2e4 Additional commits viewable in compare view 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.
Open Graph Description: Bumps tensorflow from 2.0.3 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow ...
X Description: Bumps tensorflow from 2.0.3 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overf...
Opengraph URL: https://github.com/grimmvenom/pythoncode-tutorials/pull/15
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:d90a0c40-4e55-d0df-b84b-feef8f26bbdc |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9C84:5BCF5:7B17D1:9C64D1:69752F69 |
| html-safe-nonce | 33fbf1782e5c59911b561c88775fecafd8c4d37ebb7f55c9238e7395caa5d76b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Qzg0OjVCQ0Y1OjdCMTdEMTo5QzY0RDE6Njk3NTJGNjkiLCJ2aXNpdG9yX2lkIjoiMjMwMTEwODk3Nzc3MDI0NTk5MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 93cce8980af4381dd19b0cefe031b7ea65eb7681acf35f76190e6d1483880757 |
| hovercard-subject-tag | pull_request:1130728689 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/grimmvenom/pythoncode-tutorials/pull/15/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps tensorflow from 2.0.3 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/grimmvenom/pythoncode-tutorials git https://github.com/grimmvenom/pythoncode-tutorials.git |
| octolytics-dimension-user_id | 15673701 |
| octolytics-dimension-user_login | grimmvenom |
| octolytics-dimension-repository_id | 337096830 |
| octolytics-dimension-repository_nwo | grimmvenom/pythoncode-tutorials |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 199449624 |
| octolytics-dimension-repository_parent_nwo | x4nth055/pythoncode-tutorials |
| octolytics-dimension-repository_network_root_id | 199449624 |
| octolytics-dimension-repository_network_root_nwo | x4nth055/pythoncode-tutorials |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width