Skip to content
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

fix: Remove request package from botbuilder-core tests #4514

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

ceciliaavila
Copy link
Collaborator

#minor

Description

This PR replaces the request package in botbuilder-core/tests/transcriptUtilities.js with axios to avoid the security vulnerability issue.

Specific Changes

  • Replaced request get with axios get in the downloadAndExtractOnce function used for the transcript tests.
  • Removed request dependency from package.json
  • Updated yarn.lock file

Testing

This image shows one of the tests that are using the transcriptUtilities, working after the changes.
image

@ceciliaavila ceciliaavila requested a review from a team as a code owner August 4, 2023 20:52
@coveralls
Copy link

coveralls commented Aug 4, 2023

Pull Request Test Coverage Report for Build 5766448576

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 84.857%

Totals Coverage Status
Change from base Build 5727280167: -0.003%
Covered Lines: 20135
Relevant Lines: 22485

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit e51063d into main Aug 7, 2023
13 checks passed
@tracyboehrer tracyboehrer deleted the southworks/update/remove-request-botbuilder-core branch August 7, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants