Security Vulnerability with adal-node dependency in botframework-connector #4188
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Indicates that the team has replied to the issue reported by the customer. Do not delete.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
ExemptFromDailyDRIReport
Use this label to exclude the issue from the DRI report.
needs-triage
The issue has just been created and it has not been reviewed by the team.
P0
Must Fix. Release-blocker
Milestone
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
What package version of the SDK are you using.
botbuilder@4.15.0
botframework-connector@4.15.0
What nodejs version are you using
v14.19.1
What browser version are you using
N/A
What os are you using
Linux
Describe the bug
Give a clear and concise description of what the bug is.
botframework-connector
requiresadal-node@0.2.3
.adal-node@0.2.3
requires the async library version 2. All versions of async < 3.2.2 are vulnerable to prototype pollution.Potential Fix
Unaware if
adal-node
is even maintained - maybe it could be replaced with something like@azure/msal-node
? See #2782The text was updated successfully, but these errors were encountered: