Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

fix: Update package.json#4301

Merged
tracyboehrer merged 1 commit intomicrosoft:mainfrom
CBsal:cbsal/azure-storage
Aug 2, 2022
Merged

fix: Update package.json#4301
tracyboehrer merged 1 commit intomicrosoft:mainfrom
CBsal:cbsal/azure-storage

Conversation

@CBsal
Copy link
Contributor

@CBsal CBsal commented Aug 1, 2022

Fixes #4300

Description

botbuilder-azure v4.16.0 depends on azure-storage v2.10.2 which has a dependency on validator v9.4.1

validator.js prior to 13.7.0 is vulnerable to "Inefficient Regular Expression Complexity"
More details: GHSA-qgmg-gppg-76g5

The ask is to bump up the version of azure-storage to v2.10.7 which depends on validator v13.7.0

Specific Changes

  • Updated the version number of azure-storage to 2.10.7 in package.json

@CBsal CBsal requested a review from a team as a code owner August 1, 2022 10:14
@tracyboehrer tracyboehrer changed the title Update package.json fix: Update package.json Aug 2, 2022
@coveralls
Copy link

coveralls commented Aug 2, 2022

Pull Request Test Coverage Report for Build 2774046462

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.519%

Totals Coverage Status
Change from base Build 2746820595: 0.0%
Covered Lines: 19845
Relevant Lines: 22240

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit f2bd833 into microsoft:main Aug 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump the azure-storage version to 2.10.7 for botbuilder-azure

3 participants