René's URL Explorer Experiment


Title: Bump nokogiri from 1.16.8 to 1.18.3 by dependabot[bot] · Pull Request #461 · tip4commit/tip4commit · GitHub

Open Graph Title: Bump nokogiri from 1.16.8 to 1.18.3 by dependabot[bot] · Pull Request #461 · tip4commit/tip4commit

X Title: Bump nokogiri from 1.16.8 to 1.18.3 by dependabot[bot] · Pull Request #461 · tip4commit/tip4commit

Description: Bumps nokogiri from 1.16.8 to 1.18.3. Release notes Sourced from nokogiri's releases. v1.18.3 / 2025-02-18 Security [CRuby] Vendored libxml2 is updated to v2.13.6 to address CVE-2025-24928 and CVE-2024-56171. See GHSA-vvfq-8hwr-qm4m for more information. cab20305133078a8f6b60cf96311b48319175038cc7772e5ec586ff624cb7838 nokogiri-1.18.3-aarch64-linux-gnu.gem acb256bb3213a180b1ed84a49c06d5d4c6c1da26f33bc9681f1fece4dab09a79 nokogiri-1.18.3-aarch64-linux-musl.gem ce088965cd424b8e752d82087dcf017069d55791f157098ed1f671d966857610 nokogiri-1.18.3-arm64-darwin.gem 37b73a55e0d1e8a058a24abb16868903e81cb4773049739c532b864f87236b1b nokogiri-1.18.3-arm-linux-gnu.gem 09407970cd13736cf87e975fae69c13e1178bab0313d07b35580ee4dd3650793 nokogiri-1.18.3-arm-linux-musl.gem 6b9fc3b14fd0cedd21f6cad8cf565123ba7401e56b5d0aec180c23cdca28fd5a nokogiri-1.18.3.gem 236078c5f80ffc3d49c223fa98933d970543455403f9d672ca0aa5a6178a84fe nokogiri-1.18.3-java.gem 216be1cb454c4657fc64747e5ae32b2ab4015843183766f238e4f4a62fb1f6be nokogiri-1.18.3-x64-mingw-ucrt.gem d729406bb5a7b1bbe7ed3c0922336dd2c46085ed444d6de2a0a4c33950a4edea nokogiri-1.18.3-x86_64-darwin.gem 3c7ad5cee39855ed9c746065f39b584b9fd2aaff61df02d0f85ba8d671bbe497 nokogiri-1.18.3-x86_64-linux-gnu.gem 8aaecc22c0e5f12dac613e15f9a04059c3ec859d6f98f493cc831bd88fe8e731 nokogiri-1.18.3-x86_64-linux-musl.gem v1.18.2 / 2024-01-19 Fixed When performing a CSS selector query, an XML document's root namespace declarations should not be applied to wildcard selectors ("*"). Fixes a bug introduced in v1.17.0. (#3411) @​flavorjones 74e0f9a7487a30a2957f46c5113d58f836436b033c9906e0bc6fee9d8cdafabf nokogiri-1.18.2-aarch64-linux-gnu.gem 99bcea596a80eaee99f2bae2596275641ea688262c1da32b4e90db6159e86477 nokogiri-1.18.2-aarch64-linux-musl.gem 8288ec7a296e2510ca9bd053c0c5989f11260f8c07bc3e9afbafa536f7077281 nokogiri-1.18.2-arm64-darwin.gem 6fb0246b69f2c589a69254e82bc2a40aa238c4f977fd7903e283341a92935729 nokogiri-1.18.2-arm-linux-gnu.gem dcdd4d10ed2743f0d8c887825700c3a8506aea1aa415917ac50ccc01597c51a3 nokogiri-1.18.2-arm-linux-musl.gem 93791cfb33186fe077eb9e1b8a6855b5621e328f81f565334572fa398366f8bf nokogiri-1.18.2.gem eefdf9f0d6086173d3488cf7a736732ee13fb6674ef15643478c20502a67bf37 nokogiri-1.18.2-java.gem 894514572fa7503ce9210e51a7f8a9a35f34f154d6406cec1ac148c3ce1536a3 nokogiri-1.18.2-x64-mingw-ucrt.gem 7fca165e5ee87e9b6b3f1377180376afc0c8652ed2a3d761f472f0e3d3a1c651 nokogiri-1.18.2-x86_64-darwin.gem 9330ced4a976604865c2a76ce158e2bc608fa83999552e85a32ec06f85f427db nokogiri-1.18.2-x86_64-linux-gnu.gem 1cd7786ed15c76958d6a8f9a864df6208fecd624c340eb4ed211fbea60328f02 nokogiri-1.18.2-x86_64-linux-musl.gem v1.18.1 / 2024-12-29 ... (truncated) Changelog Sourced from nokogiri's changelog. v1.18.3 / 2025-02-18 Security [CRuby] Vendored libxml2 is updated v2.13.6 to address CVE-2025-24928 and CVE-2024-56171. Nokogiri's maintainers believe these vulnerabilities do not affect users of Nokogiri, but we advise upgrading at your earliest convenience anyway. v1.18.2 / 2024-01-19 Fixed When performing a CSS selector query, an XML document's root namespace declarations should not be applied to wildcard selectors ("*"). Fixes a bug introduced in v1.17.0. (#3411) @​flavorjones v1.18.1 / 2024-12-29 Fixed [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a potential use-after-free issue that's existed since v1.4.0 (2009). (#3395) @​flavorjones v1.18.0 / 2024-12-25 Notable Changes Ruby This release introduces native gem support for Ruby 3.4. This release ends support for Ruby 3.0, for which upstream support ended 2024-04-23. This release ships separate precompiled GNU and Musl gems for all linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for x86_64-linux. Now, however, the precompiled gem platforms would be x86_64-linux-gnu and x86_64-linux-musl. So long as you're on bundler >= 2.5.6 this should be seamless other than perhaps needing to update the platforms in your "Gemfile.lock". This release drops precompiled native platform gems for x86-linux and x86-mingw32. These platforms are still supported. Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See Installing the ruby platform gem in the installation docs. (#3369, #3081) Improved [CRuby] CSS and XPath queries are faster now that Node#xpath, Node#css, and related functions are using a faster XPathContext initialization process. We benchmarked a 1.9x improvement for a 6kb file. Big thanks to @​nwellnhof for helping with this one. (#3378, superseded by #3389) @​flavorjones v1.17.2 / 2024-12-12 Fixed [JRuby] Fixed an issue where Node#dup when called with the new_parent_doc parameter was not decorating the node with the document's Node decorators. #3372 @​flavorjones v1.17.1 / 2024-12-10 ... (truncated) Commits fd3ca2e version bump to v1.18.3 a8c526a dep: update libxml2 to v2.13.6 (#3437) 0847cf8 ci: tired of waiting for gnome mirrors 11945c8 dep: update libxml2 to v2.13.6 aa54fa5 version bump to v1.18.2 0fb5541 backport: fix(css-selector): default XML namespace should not be applied to w... 8ef2e91 ci: bump windows test images from "head" to "3.4" c10fd7a dev: so tired of psych not building on various things 8378749 fix(css-selector): default XML namespace is not applied to wildcard b112e18 prefactor: restructure css-to-xpath tests 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 show ignore conditions will show all of the ignore conditions of the specified dependency @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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps nokogiri from 1.16.8 to 1.18.3. Release notes Sourced from nokogiri's releases. v1.18.3 / 2025-02-18 Security [CRuby] Vendored libxml2 is updated to v2.13.6 to address CVE-2025-24928 a...

X Description: Bumps nokogiri from 1.16.8 to 1.18.3. Release notes Sourced from nokogiri's releases. v1.18.3 / 2025-02-18 Security [CRuby] Vendored libxml2 is updated to v2.13.6 to address CVE-2025-249...

Opengraph URL: https://github.com/tip4commit/tip4commit/pull/461

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:6bb5c728-8937-a843-ade9-4eeb0e4fd07e
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idDBFC:29627A:3A8BD7D:50F135B:6977D747
html-safe-noncefd819eb5895358e7074c2fd359192beebee3150e23a54575f2f4403b49bbe508
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQkZDOjI5NjI3QTozQThCRDdEOjUwRjEzNUI6Njk3N0Q3NDciLCJ2aXNpdG9yX2lkIjoiMjA0ODY2MDAwODUyMTQyMjY2MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6ecb069c7bb477efa8732b14cb97b4d2c20d132d1f29121783094c4308a284ce
hovercard-subject-tagpull_request:2344583896
github-keyboard-shortcutsrepository,commits,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/tip4commit/tip4commit/pull/461/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.16.8 to 1.18.3. Release notes Sourced from nokogiri's releases. v1.18.3 / 2025-02-18 Security [CRuby] Vendored libxml2 is updated to v2.13.6 to address CVE-2025-24928 a...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb39e6c26c0326ac7510f4f58f7248053edc1a743c844376b8155c71ef8138521
turbo-cache-controlno-cache
go-importgithub.com/tip4commit/tip4commit git https://github.com/tip4commit/tip4commit.git
octolytics-dimension-user_id6398353
octolytics-dimension-user_logintip4commit
octolytics-dimension-repository_id15898794
octolytics-dimension-repository_nwotip4commit/tip4commit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id15898794
octolytics-dimension-repository_network_root_nwotip4commit/tip4commit
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
release9db2400e2405e5e571d97a25e1e140cfec8da1a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftip4commit%2Ftip4commit%2Fpull%2F461%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%2Ftip4commit%2Ftip4commit%2Fpull%2F461%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=tip4commit%2Ftip4commit
Reloadhttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
Reloadhttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
Reloadhttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
tip4commit https://patch-diff.githubusercontent.com/tip4commit
tip4commithttps://patch-diff.githubusercontent.com/tip4commit/tip4commit
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ftip4commit%2Ftip4commit
Fork 106 https://patch-diff.githubusercontent.com/login?return_to=%2Ftip4commit%2Ftip4commit
Star 169 https://patch-diff.githubusercontent.com/login?return_to=%2Ftip4commit%2Ftip4commit
Code https://patch-diff.githubusercontent.com/tip4commit/tip4commit
Issues 54 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/issues
Pull requests 8 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pulls
Actions https://patch-diff.githubusercontent.com/tip4commit/tip4commit/actions
Projects 0 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/projects
Wiki https://patch-diff.githubusercontent.com/tip4commit/tip4commit/wiki
Security 0 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/security
Insights https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pulse
Code https://patch-diff.githubusercontent.com/tip4commit/tip4commit
Issues https://patch-diff.githubusercontent.com/tip4commit/tip4commit/issues
Pull requests https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pulls
Actions https://patch-diff.githubusercontent.com/tip4commit/tip4commit/actions
Projects https://patch-diff.githubusercontent.com/tip4commit/tip4commit/projects
Wiki https://patch-diff.githubusercontent.com/tip4commit/tip4commit/wiki
Security https://patch-diff.githubusercontent.com/tip4commit/tip4commit/security
Insights https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Ftip4commit%2Ftip4commit%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=%2Ftip4commit%2Ftip4commit%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/tree/master
dependabot/bundler/nokogiri-1.18.3https://patch-diff.githubusercontent.com/tip4commit/tip4commit/tree/dependabot/bundler/nokogiri-1.18.3
Conversation 1 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461
Commits 1 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/commits
Checks 1 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
Files changed https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/files
Please reload this pagehttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
Sign in for the full log viewhttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftip4commit%2Ftip4commit%2Fpull%2F461%2Fchecks
Bump nokogiri from 1.16.8 to 1.18.3 https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks
Build on: pull_request https://patch-diff.githubusercontent.com/tip4commit/tip4commit/actions/runs/13413445265
build (3.2.6) https://patch-diff.githubusercontent.com/tip4commit/tip4commit/actions/runs/13413445265/job/37468536651?pr=461
https://patch-diff.githubusercontent.com/tip4commit/tip4commit/pull/461/checks#annotation:3:34
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.