René's URL Explorer Experiment


Title: Bump the npm-security-updates group across 2 directories with 2 updates by dependabot[bot] · Pull Request #2777 · secureCodeBox/secureCodeBox · GitHub

Open Graph Title: Bump the npm-security-updates group across 2 directories with 2 updates by dependabot[bot] · Pull Request #2777 · secureCodeBox/secureCodeBox

X Title: Bump the npm-security-updates group across 2 directories with 2 updates by dependabot[bot] · Pull Request #2777 · secureCodeBox/secureCodeBox

Description: Bumps the npm-security-updates group with 1 update in the / directory: micromatch. Bumps the npm-security-updates group with 2 updates in the /tests/integration directory: braces and micromatch. Updates micromatch from 4.0.4 to 4.0.8 Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared. Changelog Sourced from micromatch's changelog. [4.0.8] - 2024-08-22 backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch [4.0.7] - 2024-05-22 this is basically v4.0.5, with some README updates it is vulnerable to CVE-2024-4067 Updated braces to v3.0.3 to avoid CVE-2024-4068 does NOT break API compatibility [4.0.6] - 2024-05-21 Added hasBraces to check if a pattern contains braces. Fixes CVE-2024-4067 BREAKS API COMPATIBILITY Should be labeled as a major release, but it's not. [4.0.1 - 4.0.5] [4.0.0] - 2019-03-20 Added Adds support for options.onMatch. See the readme for details Adds support for options.onIgnore. See the readme for details Adds support for options.onResult. See the readme for details Breaking changes Require Node.js >= 8.6 Removed support for passing an array of brace patterns to micromatch.braces(). To strictly enforce closing brackets (for {, [, and (), you must now use strictBrackets=true instead of strictErrors. cache - caching and all related options and methods have been removed options.unixify was renamed to options.windows options.nodupes Was removed. Duplicates are always removed by default. You can override this with custom behavior by using the onMatch, onResult and onIgnore functions. options.snapdragon was removed, as snapdragon is no longer used. options.sourcemap was removed, as snapdragon is no longer used, which provided sourcemap support. [3.0.0] - 2017-04-11 Complete overhaul, with 36,000+ new unit tests validated against actual output generated by Bash and minimatch. More specifically, 35,000+ of the tests: micromatch results are directly compared to bash results in rare cases, when micromatch and bash disagree, micromatch's results are compared to minimatch's results micromatch is much more accurate than minimatch, so there were cases where I had to make assumptions. I'll try to document these. This refactor introduces a parser and compiler that are supersets of more granular parsers and compilers from other sub-modules. Each of these sub-modules has a singular responsibility and focuses on a certain type of matching that aligns with a specific part of the Bash "expansion" API. These sub-modules work like plugins to seamlessly create the micromatch parser/compiler, so that strings are parsed in one pass, an AST is created, then a new string is generated by the compiler. ... (truncated) Commits 8bd704e 4.0.8 a0e6841 run verb to generate README documentation 4ec2884 Merge branch 'v4' into hauserkristof-feature/v4.0.8 03aa805 Merge pull request #266 from hauserkristof/feature/v4.0.8 814f5f7 lint 67fcce6 fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5 113f2e3 fix: CVE numbers in CHANGELOG d9dbd9a feat: updated CHANGELOG 2ab1315 fix: use actions/setup-node@v4 1406ea3 feat: rework test to work on macos with node 10,12 and 14 Additional commits viewable in compare view Updates braces from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand 716eb9f readme bump a5851e5 Merge pull request #37 from coderaiser/fix/vulnerability 2092bd1 feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/... 9f5b4cf fix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727) 98414f9 remove funding file 665ab5d update keepEscaping doc (#27) Additional commits viewable in compare view Updates micromatch from 4.0.5 to 4.0.8 Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared. Changelog Sourced from micromatch's changelog. [4.0.8] - 2024-08-22 backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch [4.0.7] - 2024-05-22 this is basically v4.0.5, with some README updates it is vulnerable to CVE-2024-4067 Updated braces to v3.0.3 to avoid CVE-2024-4068 does NOT break API compatibility [4.0.6] - 2024-05-21 Added hasBraces to check if a pattern contains braces. Fixes CVE-2024-4067 BREAKS API COMPATIBILITY Should be labeled as a major release, but it's not. [4.0.1 - 4.0.5] [4.0.0] - 2019-03-20 Added Adds support for options.onMatch. See the readme for details Adds support for options.onIgnore. See the readme for details Adds support for options.onResult. See the readme for details Breaking changes Require Node.js >= 8.6 Removed support for passing an array of brace patterns to micromatch.braces(). To strictly enforce closing brackets (for {, [, and (), you must now use strictBrackets=true instead of strictErrors. cache - caching and all related options and methods have been removed options.unixify was renamed to options.windows options.nodupes Was removed. Duplicates are always removed by default. You can override this with custom behavior by using the onMatch, onResult and onIgnore functions. options.snapdragon was removed, as snapdragon is no longer used. options.sourcemap was removed, as snapdragon is no longer used, which provided sourcemap support. [3.0.0] - 2017-04-11 Complete overhaul, with 36,000+ new unit tests validated against actual output generated by Bash and minimatch. More specifically, 35,000+ of the tests: micromatch results are directly compared to bash results in rare cases, when micromatch and bash disagree, micromatch's results are compared to minimatch's results micromatch is much more accurate than minimatch, so there were cases where I had to make assumptions. I'll try to document these. This refactor introduces a parser and compiler that are supersets of more granular parsers and compilers from other sub-modules. Each of these sub-modules has a singular responsibility and focuses on a certain type of matching that aligns with a specific part of the Bash "expansion" API. These sub-modules work like plugins to seamlessly create the micromatch parser/compiler, so that strings are parsed in one pass, an AST is created, then a new string is generated by the compiler. ... (truncated) Commits 8bd704e 4.0.8 a0e6841 run verb to generate README documentation 4ec2884 Merge branch 'v4' into hauserkristof-feature/v4.0.8 03aa805 Merge pull request #266 from hauserkristof/feature/v4.0.8 814f5f7 lint 67fcce6 fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5 113f2e3 fix: CVE numbers in CHANGELOG d9dbd9a feat: updated CHANGELOG 2ab1315 fix: use actions/setup-node@v4 1406ea3 feat: rework test to work on macos with node 10,12 and 14 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps the npm-security-updates group with 1 update in the / directory: micromatch. Bumps the npm-security-updates group with 2 updates in the /tests/integration directory: braces and micromatch. Up...

X Description: Bumps the npm-security-updates group with 1 update in the / directory: micromatch. Bumps the npm-security-updates group with 2 updates in the /tests/integration directory: braces and micromatch. Up...

Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/2777

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c71760cc-962c-1a17-70b7-bc24fafd1570
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA4F8:AFEF4:9F833:DB384:698F3D70
html-safe-noncecdd437e295fdc50e71746710b5903bf08da8711dde032846265c07b8c262cd59
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNEY4OkFGRUY0OjlGODMzOkRCMzg0OjY5OEYzRDcwIiwidmlzaXRvcl9pZCI6IjY5NzQzOTE5MzUzOTQ4NTYzMDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaccb1bc04d4389063f7638986c01c4cafb8f1da077344ad3f1970fa3ba19293898
hovercard-subject-tagpull_request:2189581500
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/secureCodeBox/secureCodeBox/pull/2777/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 the npm-security-updates group with 1 update in the / directory: micromatch. Bumps the npm-security-updates group with 2 updates in the /tests/integration directory: braces and micromatch. Up...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None6102991c714c1a6a27d05fb4f96ea6ca87a6750b4f093b95cc57ed1b84b145a1
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git
octolytics-dimension-user_id34573705
octolytics-dimension-user_loginsecureCodeBox
octolytics-dimension-repository_id80711933
octolytics-dimension-repository_nwosecureCodeBox/secureCodeBox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80711933
octolytics-dimension-repository_network_root_nwosecureCodeBox/secureCodeBox
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
released6ba6f2bfbf6399a7c07495a912727369e95bfe8
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F2777%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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F2777%2Ffiles
Sign up https://github.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=secureCodeBox%2FsecureCodeBox
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files
secureCodeBox https://github.com/secureCodeBox
secureCodeBoxhttps://github.com/secureCodeBox/secureCodeBox
Notifications https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Fork 179 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Star 955 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Code https://github.com/secureCodeBox/secureCodeBox
Issues 71 https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests 4 https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects 1 https://github.com/secureCodeBox/secureCodeBox/projects
Security 1 https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Code https://github.com/secureCodeBox/secureCodeBox
Issues https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects https://github.com/secureCodeBox/secureCodeBox/projects
Security https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
J12934https://github.com/J12934
mainhttps://github.com/secureCodeBox/secureCodeBox/tree/main
dependabot/npm_and_yarn/npm-security-updates-156eb28fc5https://github.com/secureCodeBox/secureCodeBox/tree/dependabot/npm_and_yarn/npm-security-updates-156eb28fc5
Conversation 2 https://github.com/secureCodeBox/secureCodeBox/pull/2777
Commits 1 https://github.com/secureCodeBox/secureCodeBox/pull/2777/commits
Checks 0 https://github.com/secureCodeBox/secureCodeBox/pull/2777/checks
Files changed https://github.com/secureCodeBox/secureCodeBox/pull/2777/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files
Bump the npm-security-updates group across 2 directories with 2 updates https://github.com/secureCodeBox/secureCodeBox/pull/2777/files#top
Show all changes 1 commit https://github.com/secureCodeBox/secureCodeBox/pull/2777/files
76a00d3 Bump the npm-security-updates group across 2 directories with 2 updates dependabot[bot] Nov 20, 2024 https://github.com/secureCodeBox/secureCodeBox/pull/2777/commits/76a00d3ac8e50df252f926224b3f596114abb408
Clear filters https://github.com/secureCodeBox/secureCodeBox/pull/2777/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files
package-lock.json https://github.com/secureCodeBox/secureCodeBox/pull/2777/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package-lock.json https://github.com/secureCodeBox/secureCodeBox/pull/2777/files#diff-d7690883f29e41b044118f3d8d6ef35573df9392670f2db6777b23b28da95d0b
package-lock.jsonhttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://github.com/secureCodeBox/secureCodeBox/blob/76a00d3ac8e50df252f926224b3f596114abb408/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://github.com/secureCodeBox/secureCodeBox/pull/2777/files
tests/integration/package-lock.jsonhttps://github.com/secureCodeBox/secureCodeBox/pull/2777/files#diff-d7690883f29e41b044118f3d8d6ef35573df9392670f2db6777b23b28da95d0b
View file https://github.com/secureCodeBox/secureCodeBox/blob/76a00d3ac8e50df252f926224b3f596114abb408/tests/integration/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://github.com/secureCodeBox/secureCodeBox/pull/2777/files
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.