René's URL Explorer Experiment


Title: Bump nokogiri from 1.10.8 to 1.11.4 by dependabot[bot] · Pull Request #4 · pangPython/pangpython.github.io · GitHub

Open Graph Title: Bump nokogiri from 1.10.8 to 1.11.4 by dependabot[bot] · Pull Request #4 · pangPython/pangpython.github.io

X Title: Bump nokogiri from 1.10.8 to 1.11.4 by dependabot[bot] · Pull Request #4 · pangPython/pangpython.github.io

Description: Bumps nokogiri from 1.10.8 to 1.11.4. Release notes Sourced from nokogiri's releases. 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 Fixed [CRuby] NodeSet may now safely contain Node objects from multiple documents. Previously the GC lifecycle of the parent Document objects could lead to nodes being GCed while still in scope. [#1952] [CRuby] Patch libxml2 to avoid "huge input lookup" errors on large CDATA elements. (See upstream GNOME/libxml2#200 and GNOME/libxml2!100.) [#2132]. [CRuby+Windows] Enable Nokogumbo (and other downstream gems) to compile and link against nokogiri.so by including LDFLAGS in Nokogiri::VERSION_INFO. [#2167] [CRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was invoked twice on each object. [JRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was not called, which was a problem for subclassing such as done by Loofah. Improved Reduce the number of object allocations needed when parsing an HTML::DocumentFragment. [#2087] (Thanks, @​ashmaroli!) [JRuby] Update the algorithm used to calculate Node#line to be wrong less-often. The underlying parser, Xerces, does not track line numbers, and so we've always used a hacky solution for this method. [#1223, #2177] Introduce --enable-system-libraries and --disable-system-libraries flags to extconf.rb. These flags provide the same functionality as --use-system-libraries and the NOKOGIRI_USE_SYSTEM_LIBRARIES environment variable, but are more idiomatic. [#2193] (Thanks, @​eregon!) [TruffleRuby] --disable-static is now the default on TruffleRuby when the packaged libraries are used. This is more flexible and compiles faster. (Note, though, that the default on TR is still to use system libraries.) [#2191, #2193] (Thanks, @​eregon!) ... (truncated) Changelog Sourced from nokogiri's changelog. 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 Fixed [CRuby] NodeSet may now safely contain Node objects from multiple documents. Previously the GC lifecycle of the parent Document objects could lead to nodes being GCed while still in scope. [#1952] [CRuby] Patch libxml2 to avoid "huge input lookup" errors on large CDATA elements. (See upstream GNOME/libxml2#200 and GNOME/libxml2!100.) [#2132]. [CRuby+Windows] Enable Nokogumbo (and other downstream gems) to compile and link against nokogiri.so by including LDFLAGS in Nokogiri::VERSION_INFO. [#2167] [CRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was invoked twice on each object. [JRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was not called, which was a problem for subclassing such as done by Loofah. Improved Reduce the number of object allocations needed when parsing an HTML::DocumentFragment. [#2087] (Thanks, @​ashmaroli!) [JRuby] Update the algorithm used to calculate Node#line to be wrong less-often. The underlying parser, Xerces, does not track line numbers, and so we've always used a hacky solution for this method. [#1223, #2177] Introduce --enable-system-libraries and --disable-system-libraries flags to extconf.rb. These flags provide the same functionality as --use-system-libraries and the NOKOGIRI_USE_SYSTEM_LIBRARIES environment variable, but are more idiomatic. [#2193] (Thanks, @​eregon!) [TruffleRuby] --disable-static is now the default on TruffleRuby when the packaged libraries are used. This is more flexible and compiles faster. (Note, though, that the default on TR is still to use system libraries.) [#2191, #2193] (Thanks, @​eregon!) ... (truncated) Commits 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 5436f61 update CHANGELOG 761d320 patch: renumber libxml2 patches 889ee2a test: update behavior of namespaces in HTML 9751d85 test: remove low-value HTML::SAX::PushParser encoding test 9fcb7d2 test: adjust xpath gc test to libxml2's max recursion depth 1c99019 patch: backport libxslt configure.ac change for libxml2 config 82a253f patch: fix isnan/isinf patch to apply cleanly 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.4. Release notes Sourced from nokogiri's releases. 1.11.4 / 2021-05-14 Security [CRuby] Vendored libxml2 upgraded to v2.9.12 which addresses: CVE-2019-2038...

X Description: Bumps nokogiri from 1.10.8 to 1.11.4. Release notes Sourced from nokogiri's releases. 1.11.4 / 2021-05-14 Security [CRuby] Vendored libxml2 upgraded to v2.9.12 which addresses: CVE-2019-...

Opengraph URL: https://github.com/pangPython/pangpython.github.io/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:7b3d2bdb-379b-297d-a514-6e981d93ee0a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAAF2:247C68:A637CA:E3581B:69775EB1
html-safe-nonce1bf8bb22acb5fee9521e5f7a9514ffa98798753e019e22eeaa69149d825f789f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQUYyOjI0N0M2ODpBNjM3Q0E6RTM1ODFCOjY5Nzc1RUIxIiwidmlzaXRvcl9pZCI6Ijg3NjU4ODM2NDEzNTY1NzQzODUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac88b99f68da280572bd29607970a1815aac9212a1f5eaebcecac307a0bec3762c
hovercard-subject-tagpull_request:648907454
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/pangPython/pangpython.github.io/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.4. Release notes Sourced from nokogiri's releases. 1.11.4 / 2021-05-14 Security [CRuby] Vendored libxml2 upgraded to v2.9.12 which addresses: CVE-2019-2038...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5a8480d78b6eaf851f2885fca5114ea5650621e2e77087cd43b0a647867014fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/pangPython/pangpython.github.io git https://github.com/pangPython/pangpython.github.io.git
octolytics-dimension-user_id12680677
octolytics-dimension-user_loginpangPython
octolytics-dimension-repository_id198052984
octolytics-dimension-repository_nwopangPython/pangpython.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id198052984
octolytics-dimension-repository_network_root_nwopangPython/pangpython.github.io
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
released6bbe5e9ce3cd2d8b53b6f1234f8df1d68014bf1
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

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