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

Bump Microsoft.Rest.ClientRuntime from 2.3.21 to 2.3.24 in /sdk/PowerBI.Api #201

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps Microsoft.Rest.ClientRuntime from 2.3.21 to 2.3.24.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.21 to 2.3.24.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Rest.ClientRuntime_2.3.21...Microsoft.Rest.ClientRuntime_2.3.24)

---
updated-dependencies:
- dependency-name: Microsoft.Rest.ClientRuntime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 7, 2023
@erenes
Copy link

erenes commented Jul 13, 2023

The older version of the ClientRuntime library has a security vulnerability, so I would recommend merging this PR.

As a workaround on my end I have added ClientRuntime in my central package version file with the latest version as follows:
<PackageVersion Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />

Hope this helps someone coming across this later :)

@wagnerbsouza
Copy link

Hey there!

I might be stepping onto other's toes, but Microsoft.Rest.ClientRuntime is fully deprecated (i.e. all versions are marked as such) and it's recommended to use Azure.Core instead.

Will this be attended in the future?

Sorry if that's not the place to ask it.
Cheers!

@hvhaaren
Copy link

Hello, I also vote for updating the Microsoft.Rest.ClientRuntime because the Mend security scan on our product reports this security issue because we include the powerbi package.
Thanks.

@thomrommens
Copy link

Dear maintainers, appreciate your efforts. Can we please have an outlook on moving away from your dependency Microsoft.Rest.ClientRuntime to Azure.Core? I'm facing comparable issues as mentioned before in this thread. Thank you!

@ghost
Copy link

ghost commented Oct 30, 2024

Would be nice if this was indeed removed by regenerating the client using AutoRest 3 as opposed to 2 and making it compatible with that. Alternatively if you could shed some light on how the swagger file was generated or provide a compatible one that would enable opensource contributions. - Simply running the old swagger file trough AutoRest 3 throws exceptions, converting it trough https://editor.swagger.io/ to openapi 3 and then running it also results in some exceptions. -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants