René's URL Explorer Experiment


Title: Bump nokogiri from 1.10.8 to 1.11.5 by dependabot[bot] · Pull Request #4 · devilsCodeFact/github-slideshow · GitHub

Open Graph Title: Bump nokogiri from 1.10.8 to 1.11.5 by dependabot[bot] · Pull Request #4 · devilsCodeFact/github-slideshow

X Title: Bump nokogiri from 1.10.8 to 1.11.5 by dependabot[bot] · Pull Request #4 · devilsCodeFact/github-slideshow

Description: Bumps nokogiri from 1.10.8 to 1.11.5. Release notes Sourced from nokogiri's releases. 1.11.5 / 2021-05-19 Fixed [Windows CRuby] Work around segfault at process exit on Windows when using libxml2 system DLLs. libxml 2.9.12 introduced new behavior to avoid memory leaks when unloading libxml2 shared libraries (see libxml/!66). Early testing caught this segfault on non-Windows platforms (see #2059 and libxml@956534e) but it was incompletely fixed and is still an issue on Windows platforms that are using system DLLs. We work around this by configuring libxml2 in this situation to use its default memory management functions. Note that if Nokogiri is not on Windows, or is not using shared system libraries, it will will continue to configure libxml2 to use Ruby's memory management functions. Nokogiri::VERSION_INFO["libxml"]["memory_management"] will allow you to verify when the default memory management functions are being used. [#2241] Added Nokogiri::VERSION_INFO["libxml"] now contains the key "memory_management" to declare whether libxml2 is using its default memory management functions, or whether it uses the memory management functions from ruby. See above for more details. 1.11.4 / 2021-05-14 Security [CRuby] Vendored libxml2 upgraded to v2.9.12 which addresses: CVE-2019-20388 CVE-2020-24977 CVE-2021-3517 CVE-2021-3518 CVE-2021-3537 CVE-2021-3541 Note that two additional CVEs were addressed upstream but are not relevant to this release. CVE-2021-3516 via xmllint is not present in Nokogiri, and CVE-2020-7595 has been patched in Nokogiri since v1.10.8 (see #1992). Please see nokogiri/GHSA-7rrm-v45f-jp64 or #2233 for a more complete analysis of these CVEs and patches. Dependencies [CRuby] vendored libxml2 is updated from 2.9.10 to 2.9.12. (Note that 2.9.11 was skipped because it was superseded by 2.9.12 a few hours after its release.) 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this likely segfaulted. [#1900] [JRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this raised a TypeError exception. [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience) 1.11.2 / 2021-03-11 ... (truncated) Changelog Sourced from nokogiri's changelog. 1.11.5 / 2021-05-19 Fixed [Windows CRuby] Work around segfault at process exit on Windows when using libxml2 system DLLs. libxml 2.9.12 introduced new behavior to avoid memory leaks when unloading libxml2 shared libraries (see libxml/!66). Early testing caught this segfault on non-Windows platforms (see #2059 and libxml@956534e) but it was incompletely fixed and is still an issue on Windows platforms that are using system DLLs. We work around this by configuring libxml2 in this situation to use its default memory management functions. Note that if Nokogiri is not on Windows, or is not using shared system libraries, it will will continue to configure libxml2 to use Ruby's memory management functions. Nokogiri::VERSION_INFO["libxml"]["memory_management"] will allow you to verify when the default memory management functions are being used. [#2241] Added Nokogiri::VERSION_INFO["libxml"] now contains the key "memory_management" to declare whether libxml2 is using its default memory management functions, or whether it uses the memory management functions from ruby. See above for more details. 1.11.4 / 2021-05-14 Security [CRuby] Vendored libxml2 upgraded to v2.9.12 which addresses: CVE-2019-20388 CVE-2020-24977 CVE-2021-3517 CVE-2021-3518 CVE-2021-3537 CVE-2021-3541 Note that two additional CVEs were addressed upstream but are not relevant to this release. CVE-2021-3516 via xmllint is not present in Nokogiri, and CVE-2020-7595 has been patched in Nokogiri since v1.10.8 (see #1992). Please see nokogiri/GHSA-7rrm-v45f-jp64 or #2233 for a more complete analysis of these CVEs and patches. Dependencies [CRuby] vendored libxml2 is updated from 2.9.10 to 2.9.12. (Note that 2.9.11 was skipped because it was superseded by 2.9.12 a few hours after its release.) 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this likely segfaulted. [#1900] [JRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this raised a TypeError exception. [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience) 1.11.2 / 2021-03-11 ... (truncated) Commits e43f521 version bump to v1.11.5 42354e4 Merge pull request #2243 from sparklemotion/flavorjones-v1_11_x-update-tests-... 05f30eb update CHANGELOG e6709aa windows: work around libxml2 xmlCleanupParser 8f54c0f test: adjust tests to pass on system libxml2 >= 2.9.11 3d8a570 ci: windows config for github actions 4b9bfe3 update CHANGELOG with the GHSA 9d69b44 version bump to v1.11.4 058e87f update CHANGELOG with complete CVE information 9285251 Merge pull request #2234 from sparklemotion/2233-upgrade-to-libxml-2-9-12 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 nokogiri from 1.10.8 to 1.11.5. Release notes Sourced from nokogiri's releases. 1.11.5 / 2021-05-19 Fixed [Windows CRuby] Work around segfault at process exit on Windows when using libx...

X Description: Bumps nokogiri from 1.10.8 to 1.11.5. Release notes Sourced from nokogiri's releases. 1.11.5 / 2021-05-19 Fixed [Windows CRuby] Work around segfault at process exit on Windows when using ...

Opengraph URL: https://github.com/devilsCodeFact/github-slideshow/pull/4

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:b4072f08-9e90-dba7-0c64-1511fe1e6bad
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA1FE:31F73:22CA06D:2C9EB5A:6975E903
html-safe-nonce795ef9c133c407b8a8b63cf261a875e8edc931221b52d43a0de7c97a2ad6ad96
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMUZFOjMxRjczOjIyQ0EwNkQ6MkM5RUI1QTo2OTc1RTkwMyIsInZpc2l0b3JfaWQiOiIzMzczNjI4MzI1MjI4ODMzMDI3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacfb021404d65d21f6dc573bcbd9fa05f10e79b8101d7d69701715c809f96b75da
hovercard-subject-tagpull_request:649062298
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/devilsCodeFact/github-slideshow/pull/4/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 nokogiri from 1.10.8 to 1.11.5. Release notes Sourced from nokogiri's releases. 1.11.5 / 2021-05-19 Fixed [Windows CRuby] Work around segfault at process exit on Windows when using libx...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2bce766e7450b03e00b2fc5badd417927ce33a860e78cda3e4ecb9bbd1374cc6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/devilsCodeFact/github-slideshow git https://github.com/devilsCodeFact/github-slideshow.git
octolytics-dimension-user_id63772347
octolytics-dimension-user_logindevilsCodeFact
octolytics-dimension-repository_id256128644
octolytics-dimension-repository_nwodevilsCodeFact/github-slideshow
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id256128644
octolytics-dimension-repository_network_root_nwodevilsCodeFact/github-slideshow
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
releasefcca2b8ef702b5f7f91427a6e920fa44446fe312
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FdevilsCodeFact%2Fgithub-slideshow%2Fpull%2F4%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%2FdevilsCodeFact%2Fgithub-slideshow%2Fpull%2F4%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=devilsCodeFact%2Fgithub-slideshow
Reloadhttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Reloadhttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Reloadhttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
devilsCodeFact https://patch-diff.githubusercontent.com/devilsCodeFact
github-slideshowhttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FdevilsCodeFact%2Fgithub-slideshow
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FdevilsCodeFact%2Fgithub-slideshow
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FdevilsCodeFact%2Fgithub-slideshow
Code https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow
Issues 0 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/issues
Pull requests 3 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pulls
Actions https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/actions
Projects 0 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/projects
Security 0 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/security
Insights https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pulse
Code https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow
Issues https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/issues
Pull requests https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pulls
Actions https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/actions
Projects https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/projects
Security https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/security
Insights https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FdevilsCodeFact%2Fgithub-slideshow%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=%2FdevilsCodeFact%2Fgithub-slideshow%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/tree/master
dependabot/bundler/nokogiri-1.11.5https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/tree/dependabot/bundler/nokogiri-1.11.5
Conversation 1 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4
Commits 1 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/commits
Checks 0 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/checks
Files changed https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Bump nokogiri from 1.10.8 to 1.11.5 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
4e18766 Bump nokogiri from 1.10.8 to 1.11.5 dependabot[bot] May 20, 2021 https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/commits/4e187666f284e3fa4347c298e61a4a24017c4a08
Clear filters https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files
Gemfile.lockhttps://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
View file https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/blob/4e187666f284e3fa4347c298e61a4a24017c4a08/Gemfile.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
https://patch-diff.githubusercontent.com/devilsCodeFact/github-slideshow/pull/4/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
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.