René's URL Explorer Experiment


Title: Bump tensorflow from 2.4.0 to 2.5.3 in /machine-learning/nlp/text-generator by dependabot[bot] · Pull Request #1 · grimmvenom/pythoncode-tutorials · GitHub

Open Graph Title: Bump tensorflow from 2.4.0 to 2.5.3 in /machine-learning/nlp/text-generator by dependabot[bot] · Pull Request #1 · grimmvenom/pythoncode-tutorials

X Title: Bump tensorflow from 2.4.0 to 2.5.3 in /machine-learning/nlp/text-generator by dependabot[bot] · Pull Request #1 · grimmvenom/pythoncode-tutorials

Description: Bumps tensorflow from 2.4.0 to 2.5.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.3 Release 2.5.3 Note: This is the last release in the 2.5 series. This releases introduces several vulnerability fixes: Fixes a floating point division by 0 when executing convolution operators (CVE-2022-21725) Fixes a heap OOB read in shape inference for ReverseSequence (CVE-2022-21728) Fixes a heap OOB access in Dequantize (CVE-2022-21726) Fixes an integer overflow in shape inference for Dequantize (CVE-2022-21727) Fixes a heap OOB access in FractionalAvgPoolGrad (CVE-2022-21730) Fixes an overflow and divide by zero in UnravelIndex (CVE-2022-21729) Fixes a type confusion in shape inference for ConcatV2 (CVE-2022-21731) Fixes an OOM in ThreadPoolHandle (CVE-2022-21732) Fixes an OOM due to integer overflow in StringNGrams (CVE-2022-21733) Fixes more issues caused by incomplete validation in boosted trees code (CVE-2021-41208) Fixes an integer overflows in most sparse component-wise ops (CVE-2022-23567) Fixes an integer overflows in AddManySparseToTensorsMap (CVE-2022-23568) Fixes a number of CHECK-failures in MapStage (CVE-2022-21734) Fixes a division by zero in FractionalMaxPool (CVE-2022-21735) Fixes a number of CHECK-fails when building invalid/overflowing tensor shapes (CVE-2022-23569) Fixes an undefined behavior in SparseTensorSliceDataset (CVE-2022-21736) Fixes an assertion failure based denial of service via faulty bin count operations (CVE-2022-21737) Fixes a reference binding to null pointer in QuantizedMaxPool (CVE-2022-21739) Fixes an integer overflow leading to crash in SparseCountSparseOutput (CVE-2022-21738) Fixes a heap overflow in SparseCountSparseOutput (CVE-2022-21740) Fixes an FPE in BiasAndClamp in TFLite (CVE-2022-23557) Fixes an FPE in depthwise convolutions in TFLite (CVE-2022-21741) Fixes an integer overflow in TFLite array creation (CVE-2022-23558) Fixes an integer overflow in TFLite (CVE-2022-23559) Fixes a dangerous OOB write in TFLite (CVE-2022-23561) Fixes a vulnerability leading to read and write outside of bounds in TFLite (CVE-2022-23560) Fixes a set of vulnerabilities caused by using insecure temporary files (CVE-2022-23563) Fixes an integer overflow in Range resulting in undefined behavior and OOM (CVE-2022-23562) Fixes a vulnerability where missing validation causes tf.sparse.split to crash when axis is a tuple (CVE-2021-41206) Fixes a CHECK-fail when decoding resource handles from proto (CVE-2022-23564) Fixes a CHECK-fail with repeated AttrDef (CVE-2022-23565) Fixes a heap OOB write in Grappler (CVE-2022-23566) Fixes a CHECK-fail when decoding invalid tensors from proto (CVE-2022-23571) Fixes an unitialized variable access in AssignOp (CVE-2022-23573) Fixes an integer overflow in OpLevelCostEstimator::CalculateTensorSize (CVE-2022-23575) Fixes an integer overflow in OpLevelCostEstimator::CalculateOutputSize (CVE-2022-23576) Fixes a null dereference in GetInitOp (CVE-2022-23577) Fixes a memory leak when a graph node is invalid (CVE-2022-23578) Fixes an abort caused by allocating a vector that is too large (CVE-2022-23580) Fixes multiple CHECK-failures during Grappler's IsSimplifiableReshape (CVE-2022-23581) Fixes multiple CHECK-failures during Grappler's SafeToRemoveIdentity (CVE-2022-23579) Fixes multiple CHECK-failures in TensorByteSize (CVE-2022-23582) Fixes multiple CHECK-failures in binary ops due to type confusion (CVE-2022-23583) ... (truncated) Changelog Sourced from tensorflow's changelog. Release 2.5.3 This releases introduces several vulnerability fixes: Fixes a floating point division by 0 when executing convolution operators (CVE-2022-21725) Fixes a heap OOB read in shape inference for ReverseSequence (CVE-2022-21728) Fixes a heap OOB access in Dequantize (CVE-2022-21726) Fixes an integer overflow in shape inference for Dequantize (CVE-2022-21727) Fixes a heap OOB access in FractionalAvgPoolGrad (CVE-2022-21730) Fixes an overflow and divide by zero in UnravelIndex (CVE-2022-21729) Fixes a type confusion in shape inference for ConcatV2 (CVE-2022-21731) Fixes an OOM in ThreadPoolHandle (CVE-2022-21732) Fixes an OOM due to integer overflow in StringNGrams (CVE-2022-21733) Fixes more issues caused by incomplete validation in boosted trees code (CVE-2021-41208) Fixes an integer overflows in most sparse component-wise ops (CVE-2022-23567) Fixes an integer overflows in AddManySparseToTensorsMap (CVE-2022-23568) Fixes a number of CHECK-failures in MapStage (CVE-2022-21734) Fixes a division by zero in FractionalMaxPool (CVE-2022-21735) Fixes a number of CHECK-fails when building invalid/overflowing tensor shapes (CVE-2022-23569) Fixes an undefined behavior in SparseTensorSliceDataset (CVE-2022-21736) Fixes an assertion failure based denial of service via faulty bin count operations (CVE-2022-21737) Fixes a reference binding to null pointer in QuantizedMaxPool (CVE-2022-21739) Fixes an integer overflow leading to crash in SparseCountSparseOutput (CVE-2022-21738) Fixes a heap overflow in SparseCountSparseOutput (CVE-2022-21740) Fixes an FPE in BiasAndClamp in TFLite (CVE-2022-23557) Fixes an FPE in depthwise convolutions in TFLite (CVE-2022-21741) ... (truncated) Commits 959e9b2 Merge pull request #54213 from tensorflow/fix-sanity-on-r2.5 d05fcbc Fix sanity build f2526a0 Merge pull request #54205 from tensorflow/disable-flaky-tests-on-r2.5 a5f94df Disable flaky test 7babe52 Merge pull request #54201 from tensorflow/cherrypick-510ae18200d0a4fad797c0bf... 0e5d378 Set Env Variable to override Setuptools new behavior fdd4195 Merge pull request #54176 from tensorflow-jenkins/relnotes-2.5.3-6805 4083165 Update RELEASE.md a2bb7f1 Merge pull request #54185 from tensorflow/cherrypick-d437dec4d549fc30f9b85c75... 5777ea3 Update third_party/icu/workspace.bzl 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.4.0 to 2.5.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.3 Release 2.5.3 Note: This is the last release in the 2.5 series. This releases introduc...

X Description: Bumps tensorflow from 2.4.0 to 2.5.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.3 Release 2.5.3 Note: This is the last release in the 2.5 series. This releases intr...

Opengraph URL: https://github.com/grimmvenom/pythoncode-tutorials/pull/1

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:138cf8ed-b1ab-0516-eb5b-84d5228aad4a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA8B8:326E6E:DFF47:1226EE:69767361
html-safe-nonce27930f10cf263089c224cbcfe9f8eb582cd588d096386b961787b168dd691d10
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOEI4OjMyNkU2RTpERkY0NzoxMjI2RUU6Njk3NjczNjEiLCJ2aXNpdG9yX2lkIjoiODkyNjQ1Njk3NjYwNjkxNzQ3MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacca2f069f1d1b578050de6ab12c4771c93fb5b7ea34d0c2092b9b7e5d07b91c0c
hovercard-subject-tagpull_request:882609414
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/grimmvenom/pythoncode-tutorials/pull/1/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps tensorflow from 2.4.0 to 2.5.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.3 Release 2.5.3 Note: This is the last release in the 2.5 series. This releases introduc...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/grimmvenom/pythoncode-tutorials git https://github.com/grimmvenom/pythoncode-tutorials.git
octolytics-dimension-user_id15673701
octolytics-dimension-user_logingrimmvenom
octolytics-dimension-repository_id337096830
octolytics-dimension-repository_nwogrimmvenom/pythoncode-tutorials
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id199449624
octolytics-dimension-repository_parent_nwox4nth055/pythoncode-tutorials
octolytics-dimension-repository_network_root_id199449624
octolytics-dimension-repository_network_root_nwox4nth055/pythoncode-tutorials
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgrimmvenom%2Fpythoncode-tutorials%2Fpull%2F1%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgrimmvenom%2Fpythoncode-tutorials%2Fpull%2F1%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=grimmvenom%2Fpythoncode-tutorials
Reloadhttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
Reloadhttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
Reloadhttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
grimmvenom https://patch-diff.githubusercontent.com/grimmvenom
pythoncode-tutorialshttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials
x4nth055/pythoncode-tutorialshttps://patch-diff.githubusercontent.com/x4nth055/pythoncode-tutorials
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fgrimmvenom%2Fpythoncode-tutorials
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fgrimmvenom%2Fpythoncode-tutorials
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fgrimmvenom%2Fpythoncode-tutorials
Code https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials
Pull requests 4 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pulls
Actions https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/actions
Projects 0 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/projects
Security 0 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/security
Insights https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pulse
Code https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials
Pull requests https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pulls
Actions https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/actions
Projects https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/projects
Security https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/security
Insights https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fgrimmvenom%2Fpythoncode-tutorials%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fgrimmvenom%2Fpythoncode-tutorials%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/tree/master
dependabot/pip/machine-learning/nlp/text-generator/tensorflow-2.5.3https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/tree/dependabot/pip/machine-learning/nlp/text-generator/tensorflow-2.5.3
Conversation 1 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1
Commits 1 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/commits
Checks 0 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/checks
Files changed https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
Bump tensorflow from 2.4.0 to 2.5.3 in /machine-learning/nlp/text-generator https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
4364a6a Bump tensorflow in /machine-learning/nlp/text-generator dependabot[bot] Mar 17, 2022 https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/commits/4364a6a6bd6a1bf648797eb58c945c15f8b58889
Clear filters https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files
machine-learning/nlp/text-generator/requirements.txthttps://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/files#diff-0f4d8b81d978c0a03d32cf98686b82ef4d1866e2729cdc9e4daa06366c4fd132
View file https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/blob/4364a6a6bd6a1bf648797eb58c945c15f8b58889/machine-learning/nlp/text-generator/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/grimmvenom/pythoncode-tutorials/pull/1/{{ revealButtonHref }}
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.