René's URL Explorer Experiment


Title: Bump nokogiri from 1.10.3 to 1.11.5 by dependabot[bot] · Pull Request #12 · elstr/Sample-Rails-API · GitHub

Open Graph Title: Bump nokogiri from 1.10.3 to 1.11.5 by dependabot[bot] · Pull Request #12 · elstr/Sample-Rails-API

X Title: Bump nokogiri from 1.10.3 to 1.11.5 by dependabot[bot] · Pull Request #12 · elstr/Sample-Rails-API

Description: Bumps nokogiri from 1.10.3 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.3 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.3 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/elstr/Sample-Rails-API/pull/12

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:1ae6c6c4-2ff3-1fbb-14d7-3d3b84cf6490
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idBF3C:E7071:13E26A4:1B82353:6980C4D6
html-safe-nonce9fbdc1dc2e86c0c8b0ade23c297043ac678b5dd375147865d0231cb6d7faf266
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRjNDOkU3MDcxOjEzRTI2QTQ6MUI4MjM1Mzo2OTgwQzRENiIsInZpc2l0b3JfaWQiOiI4NTY2OTg3MDQzMDY5MDE5MzUwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacf1a1cb29816d7139337f7e66adfdf7bd836123f8bd003a4177ff481833ad30f8
hovercard-subject-tagpull_request:648400266
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/elstr/Sample-Rails-API/pull/12/checks
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.3 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
Nonefb936832e40deb3175641d9cfedc8432372f91b0bc899576222953095fc7879e
turbo-cache-controlno-preview
go-importgithub.com/elstr/Sample-Rails-API git https://github.com/elstr/Sample-Rails-API.git
octolytics-dimension-user_id3179348
octolytics-dimension-user_loginelstr
octolytics-dimension-repository_id190253967
octolytics-dimension-repository_nwoelstr/Sample-Rails-API
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id190253967
octolytics-dimension-repository_network_root_nwoelstr/Sample-Rails-API
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3e9b7987a76a2b9d08066d02bb64947a61943332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Felstr%2FSample-Rails-API%2Fpull%2F12%2Fchecks
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%2Felstr%2FSample-Rails-API%2Fpull%2F12%2Fchecks
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%2Fchecks&source=header-repo&source_repo=elstr%2FSample-Rails-API
Reloadhttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
Reloadhttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
Reloadhttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
elstr https://patch-diff.githubusercontent.com/elstr
Sample-Rails-APIhttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Felstr%2FSample-Rails-API
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Felstr%2FSample-Rails-API
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2Felstr%2FSample-Rails-API
Code https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API
Issues 0 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/issues
Pull requests 8 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pulls
Actions https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/actions
Projects 0 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/projects
Security 0 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/security
Insights https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pulse
Code https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API
Issues https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/issues
Pull requests https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pulls
Actions https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/actions
Projects https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/projects
Security https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/security
Insights https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pulse
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/tree/master
dependabot/bundler/nokogiri-1.11.5https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/tree/dependabot/bundler/nokogiri-1.11.5
Conversation 1 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12
Commits 1 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/commits
Checks 0 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
Files changed https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/files
Please reload this pagehttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
Bump nokogiri from 1.10.3 to 1.11.5 https://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/elstr/Sample-Rails-API/pull/12/checks
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.