-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
botbuilder-ai@4.20.0 is still installing @azure/ms-rest-js@1.11.2 for @azure/cognitiveservices-luis-runtime #4509
Comments
Hi @aftabmustafa, |
@ceciliaavila Hi, is there an ETA for a fix? |
Hi @guy-microsoft, |
Thanks! |
Unfortunately, the script didn't solve the issue. Although the tough-cookie package was removed from the node_modules and the yarn.lock file, the npm audit command still reports the vulnerability. |
Just out of curiosity, will version 4.x of @azure/cognitiveservices-luis-runtime install the latest version of @azure/ms-rest-js? |
Yes, it will install @azure/ms-rest-js@^2.0.3 which resolves to 2.7.0. |
…js@1.11.2 for @azure/cognitiveservices-luis-runtime (#4519) * Upgrade @azure/cognitiveservices-luis-runtime to v.4.0.0 * Remove unnecessary resolution from package.json * Add missing docs * Fix conflicts in yarn.lock * Fix error message in test.
@ceciliaavila Hi, do you have an estimation of when it's going to be published? Are you going to publish it as a patch version for 4.20? |
Hi @guy-microsoft, I don't know the release plan, maybe @tracyboehrer can help us with that. |
Can we expect the change to be available in version 4.21.0-dev.20230825.81e2d98? |
Hi @aftabmustafa, Yes. The PR was merged on the 22 so the 20230825 preview version contains the changes. |
@tracyboehrer Hi, do you have an ETA of when it's going to be in a non-preview (non dev) version? |
Versions
What package version of the SDK are you using: botbuilder-ai@4.20.0
What nodejs version are you using: Node 18
What browser version are you using: Google Chrome
What os are you using: MacOS Ventura
Describe the bug
When I am trying to install botbuilder-ai@4.20.0 package, it is still installing @azure/cognitiveservices-luis-runtime/@azure/ms-rest-js@1.11.2 but based on the PR 4508 it should install @azure/cognitiveservices-luis-runtime/@azure/ms-rest-js@2.7.0. The older version of ms-rest-js package is using tough cookie which has been identified as a critical vulnerability.
To Reproduce
Steps to reproduce the behavior:
npm i botbuilder-ai
npm ls tough-cookie
to see the @azure/cognitiveservices-luis-runtime and @azure/ms-rest-js versionExpected behavior
@azure/ms-rest-js version under @azure/cognitiveservices-luis-runtime should be equal to 2.7.0
Screenshots
Additional context
#4504
The text was updated successfully, but these errors were encountered: