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

Update dependency @azure/ms-rest-js to v2.6.6 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github.aaakk.us.kg[bot]
Copy link

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot commented Jul 6, 2022

This PR contains the following updates:

Package Type Update Change
@azure/ms-rest-js dependencies minor 2.0.4 -> 2.6.6

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Medium Medium 6.1 CVE-2022-0235
Medium Medium 5.3 CVE-2023-0842
Low Low 2.6 CVE-2020-15168

Release Notes

Azure/ms-rest-js (@​azure/ms-rest-js)

v2.6.6

Compare Source

  • Update dependency xml2js version to ^0.5.0.

v2.6.4

Compare Source

  • Wrap Trusted Types policy-creation in a try/catch.

v2.6.2

Compare Source

  • Address Trusted Types compliance issue.

v2.6.1

Compare Source

v2.6.0

Compare Source

  • Added a new property baseUri on the ServiceClientOptions that is then used to initialize the corresponding baseUri protected property on the ServiceClient.

v2.5.3

Compare Source

  • Updated the dependency on the uuid package to v8 (PR 456)

v2.5.2

Compare Source

  • Fixed an issue where proxySettings does not work when there is username but no password (PR 453)

v2.5.1

Compare Source

  • [BugFix] Array flattening in deserializer loses previously de-serialized attributes (PR #​451)

v2.5.0

Compare Source

v2.4.1

Compare Source

  • Use self instead of window in order to support web workers.

v2.4.0

Compare Source

  • Expose AzureIdentityCredentialAdapter in the public API to enable users of this package make use of credentials from @azure/identity.

v2.3.0

Compare Source

  • Moving @​types dependencies into devdependencies
  • Add NO_PROXY and ALL_PROXY support.
  • Add username/password support in proxy url string.
  • Update WebResource.prepare() to also copy streamResponseBody.

v2.2.3

Compare Source

v2.2.2

Compare Source

  • Port fix for nextLink issue from core-http (PR #​426)
  • Fix abort signal event handler memory leak (PR #​425)
  • Rework the use of lib: ["dom"] so consumers of this package don't need it in their tsconfig. Fixes (Issue #​367)

v2.2.1

Compare Source

  • Fix issue of SystemErrorRetryPolicy didn't retry on errors (Issue #​412)
  • ThrottlingRetryPolicy now keep retrying on 429 responses up to a limit. Fixes (Issue #​394)
  • The global fetch() is no longer overridden by node-fetch. Fixes (Issue #​383)

v2.2.0

Compare Source

v2.1.0

  • Add support for custom http/https agent (PR #​403)
  • Fix WebResource clone to include extra settings (Issue #​405)

v2.0.8

  • [BugFix] - Fixed loading of proxyPolicy.browser.js in the HTML files.(PR #​397)

v2.0.7

  • Fixes encoding query parameters in an array before joining them.(PR #​382)
  • Replace public usage of RequestPolicyOptions to an interface RequestPolicyOptionsLike to avoid compatibility issues with private members.
  • Fix issue with null/undefined values in array and tabs/space delimiter arrays during sendOperationRequest. PR #​390
  • Fix in flattenResponse when expecting an array, checking for parsedBody to be an array before proceeding with flattening. (PR #​385)

v2.0.6

  • A new interface WebResourceLike was introduced to avoid a direct dependency on the class WebResource in public interfaces. HttpHeadersLike was also added to replace references to HttpHeaders. This change was added to improve compatibility between @azure/core-http and @azure/ms-rest-nodeauth.

v2.0.5

  • Fix node-fetch bundling when using Webpack (PR #​376).

  • If you want to rebase/retry this PR, check this box

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot added the security fix Security fix generated by Mend label Jul 6, 2022
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.6.1 Update dependency @azure/ms-rest-js to v2.0.5 Nov 20, 2022
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/azure-ms-rest-js-2.x branch from 0ce5f58 to a4286a0 Compare November 20, 2022 20:38
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.0.5 Update dependency @azure/ms-rest-js to v2.0.5 - autoclosed Mar 12, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot deleted the whitesource-remediate/azure-ms-rest-js-2.x branch March 12, 2023 08:58
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.0.5 - autoclosed Update dependency @azure/ms-rest-js to v2.0.5 Mar 13, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot restored the whitesource-remediate/azure-ms-rest-js-2.x branch March 13, 2023 14:11
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/azure-ms-rest-js-2.x branch from a4286a0 to 83ea207 Compare March 26, 2023 18:04
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.0.5 Update dependency @azure/ms-rest-js to v2.6.1 Mar 26, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.6.1 Update dependency @azure/ms-rest-js to v2.6.1 - autoclosed Mar 27, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot deleted the whitesource-remediate/azure-ms-rest-js-2.x branch March 27, 2023 10:08
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.6.1 - autoclosed Update dependency @azure/ms-rest-js to v2.6.1 Mar 31, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot restored the whitesource-remediate/azure-ms-rest-js-2.x branch March 31, 2023 05:47
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.6.1 Update dependency @azure/ms-rest-js to v2.0.5 Apr 23, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/azure-ms-rest-js-2.x branch from 83ea207 to 1f18b7f Compare April 23, 2023 19:32
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.0.5 Update dependency @azure/ms-rest-js to v2.0.5 - autoclosed Jun 15, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot deleted the whitesource-remediate/azure-ms-rest-js-2.x branch June 15, 2023 05:18
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.0.5 - autoclosed Update dependency @azure/ms-rest-js to v2.0.5 Jun 18, 2023
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot restored the whitesource-remediate/azure-ms-rest-js-2.x branch June 18, 2023 18:51
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/azure-ms-rest-js-2.x branch from 1f18b7f to 26beca7 Compare June 18, 2023 18:51
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/azure-ms-rest-js-2.x branch from 26beca7 to 580b295 Compare July 8, 2023 09:54
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title Update dependency @azure/ms-rest-js to v2.0.5 Update dependency @azure/ms-rest-js to v2.6.6 Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants