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 Tedious to 18.2.1 to resolve Azure Identity vulnerabilities #1662

Closed
timtucker-dte opened this issue Jun 17, 2024 · 5 comments
Closed

Comments

@timtucker-dte
Copy link

Older versions of Azure Identity are affected by CVE-2024-35255:
GHSA-m5vv-6r4h-3vj9

Current versions of mssql depend on tedious 16.

Tedious < 18.2.1 relies on the affected versions of Azure Identity:
tediousjs/tedious#1633

I see there was a dependabot task to update to 18.2.0 with a few failed tests, so it may not be a drop-in replacement:
#1639

@dhensby
Copy link
Collaborator

dhensby commented Jun 17, 2024

I'll take a look at what's needed to get the upgrade working.

@dhensby
Copy link
Collaborator

dhensby commented Jun 17, 2024

Though it doesn't seem the version constraints prevent the patched versions being used with the current version, unless I'm misreading the constraints?

@timtucker-dte
Copy link
Author

Looking at package.json I see:
"tedious": "^16.4.0"

That would allow for updating to anything within the 16.x.x series, but not 18.x.x

@dhensby
Copy link
Collaborator

dhensby commented Jun 17, 2024

It's the transient dependencies, specifically @azure/identity dep, that are relevant here, those are transient dependencies, which are the problematic ones.

@dhensby
Copy link
Collaborator

dhensby commented Jun 18, 2024

Fixed in v11.0.0

@dhensby dhensby closed this as completed Jun 18, 2024
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

No branches or pull requests

2 participants