René's URL Explorer Experiment


Title: Bump ws from 8.13.0 to 8.17.1 in /NodeJS/1-npm by dependabot[bot] · Pull Request #3 · HowProgrammingWorks/Modularity · GitHub

Open Graph Title: Bump ws from 8.13.0 to 8.17.1 in /NodeJS/1-npm by dependabot[bot] · Pull Request #3 · HowProgrammingWorks/Modularity

X Title: Bump ws from 8.13.0 to 8.17.1 in /NodeJS/1-npm by dependabot[bot] · Pull Request #3 · HowProgrammingWorks/Modularity

Description: Bumps ws from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server. const http = require('http'); const WebSocket = require('ws'); const wss = new WebSocket.Server({ port: 0 }, function () { const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split(''); const headers = {}; let count = 0; for (let i = 0; i < chars.length; i++) { if (count === 2000) break; for (let j = 0; j < chars.length; j++) { const key = chars[i] + chars[j]; headers[key] = 'x'; if (++count === 2000) break; } } headers.Connection = 'Upgrade'; headers.Upgrade = 'websocket'; headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ=='; headers['Sec-WebSocket-Version'] = '13'; const request = http.request({ headers: headers, host: '127.0.0.1', port: wss.address().port }); request.end(); }); The vulnerability was reported by Ryan LaPointe in websockets/ws#2230. In vulnerable versions of ws, the issue can be mitigated in the following ways: Reduce the maximum allowed length of the request headers using the [--max-http-header-size=size][] and/or the [maxHeaderSize][] options so that no more headers than the server.maxHeadersCount limit can be sent. ... (truncated) Commits 3c56601 [dist] 8.17.1 e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231) 6a00029 [test] Increase code coverage ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls b73b118 [dist] 8.17.0 29694a5 [test] Use the highWaterMark variable 934c9d6 [ci] Test on node 22 1817bac [ci] Do not test on node 21 96c9b3d [major] Flip the default value of allowSynchronousEvents (#2221) e5f32c7 [fix] Emit at most one event per event loop iteration (#2218) 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 ws from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHead...

X Description: Bumps ws from 8.13.0 to 8.17.1. Release notes Sourced from ws&#39;s releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.max...

Opengraph URL: https://github.com/HowProgrammingWorks/Modularity/pull/3

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:57193e20-db33-80bc-969e-abe6b158fef9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD8A0:146FAE:F12C0F:13984BC:69923719
html-safe-nonceea3df34ae9014ad27cc347de0252f38d880602fc7c27207d65e788935c3cc232
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOEEwOjE0NkZBRTpGMTJDMEY6MTM5ODRCQzo2OTkyMzcxOSIsInZpc2l0b3JfaWQiOiI2NDUxMTM1NzAwMzU2MTgzODMzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac91e730a8c55a6613a63e80babee60e3d8d0299f11b2a770ff93b06b7c8b37512
hovercard-subject-tagpull_request:1926127041
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/HowProgrammingWorks/Modularity/pull/3/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 ws from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHead...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/HowProgrammingWorks/Modularity git https://github.com/HowProgrammingWorks/Modularity.git
octolytics-dimension-user_id17366055
octolytics-dimension-user_loginHowProgrammingWorks
octolytics-dimension-repository_id85836525
octolytics-dimension-repository_nwoHowProgrammingWorks/Modularity
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id85836525
octolytics-dimension-repository_network_root_nwoHowProgrammingWorks/Modularity
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FHowProgrammingWorks%2FModularity%2Fpull%2F3%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%2FHowProgrammingWorks%2FModularity%2Fpull%2F3%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=HowProgrammingWorks%2FModularity
Reloadhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
Reloadhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
Reloadhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
HowProgrammingWorks https://patch-diff.githubusercontent.com/HowProgrammingWorks
Modularityhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FHowProgrammingWorks%2FModularity
Fork 5 https://patch-diff.githubusercontent.com/login?return_to=%2FHowProgrammingWorks%2FModularity
Star 23 https://patch-diff.githubusercontent.com/login?return_to=%2FHowProgrammingWorks%2FModularity
Code https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity
Issues 0 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/issues
Pull requests 1 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pulls
Actions https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/actions
Projects 0 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/projects
Security 0 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/security
Insights https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pulse
Code https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity
Issues https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/issues
Pull requests https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pulls
Actions https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/actions
Projects https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/projects
Security https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/security
Insights https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FHowProgrammingWorks%2FModularity%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=%2FHowProgrammingWorks%2FModularity%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/tree/master
dependabot/npm_and_yarn/NodeJS/1-npm/ws-8.17.1https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/tree/dependabot/npm_and_yarn/NodeJS/1-npm/ws-8.17.1
Conversation 0 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3
Commits 1 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/commits
Checks 0 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/checks
Files changed https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
Bump ws from 8.13.0 to 8.17.1 in /NodeJS/1-npm https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
25c1ed0 Bump ws from 8.13.0 to 8.17.1 in /NodeJS/1-npm dependabot[bot] Jun 18, 2024 https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/commits/25c1ed024672337d5988bd1e6405556e167a850a
Clear filters https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
package-lock.json https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#diff-801afe5e6616a3efc2c26b37ad9cdaa6b3c982e59e5f1874d687536354507d80
package.json https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#diff-7ff40fe2db1b9603b8c1835cdd259272ec686631fe39337304afec86891b6952
NodeJS/1-npm/package-lock.jsonhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#diff-801afe5e6616a3efc2c26b37ad9cdaa6b3c982e59e5f1874d687536354507d80
View file https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/blob/25c1ed024672337d5988bd1e6405556e167a850a/NodeJS/1-npm/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files
NodeJS/1-npm/package.jsonhttps://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#diff-7ff40fe2db1b9603b8c1835cdd259272ec686631fe39337304afec86891b6952
View file https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/blob/25c1ed024672337d5988bd1e6405556e167a850a/NodeJS/1-npm/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/HowProgrammingWorks/Modularity/pull/3/files#diff-7ff40fe2db1b9603b8c1835cdd259272ec686631fe39337304afec86891b6952
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.