-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Use of library with vulnerabilities #2133
Comments
Upgrading |
It seems like due to this recent update: GHSA-36jr-mh4h-2g58 this vulnerability is now being flagged in all audits. |
This came up as a high severity vulnerability in our audit too and we need to act on it. @plouc Given it's a lot of work, I'm wondering if you could guess at some rough timeframe. If days or weeks, we might be able to suppress the warning. If months, we might need to switch charting libraries. |
Echoing @tony-scio comment/concern, would be great to get an idea on a timeframe for this. Thank you |
It seems like setting a resolution in my package.json "just works". I don't get any errors, my graphs still render without problems (only bar and line charts). "resolutions": {
"d3-color": "^3.1.0"
} Don't forget to run yarn/npm install after setting the resolution. |
That's weird, I remember having issues with it, I'll give it another try then (I tried to upgrade once in #1743), a bit hard to give a timeframe as it really depends on the time I can find to work on the project, but I'll try to have a look at it next week. |
@plouc It's probably not causing any issues for me because I think we're using an ESM ready bundler (not 100% sure tbh, setup was not done by me). I did have to add d3-color to my |
This work with yarn only.
It was released in npm v8.3.0 |
@AdrianMrn Do you mind sharing what bundler you're using? I get the following ESM error w/ Next.js
|
@julioxavierr We're using CRA which uses Webpack 4. |
@plouc Thanks for this awesome library! Do you have an update on addressing the vulnerabilities? |
@plouc Also just wanted to say thanks for the library and adding my voice to those who are waiting patiently for an update :) |
Echoing the others in this thread - we love nivo, but this pesky vulnerability is problematic. Any updates on when this might be addressed? Thanks! |
Here's the relevant pull request to get this updated. There's a linked request to resolve the test failures on it. #2142 |
@plouc Do we have any plans about solving this issue? The issue is opened for 3 months already, and I'm wondering whether I need to come up with plan b instead of waiting for vulnerability fix in Nivo. |
Just installed Update: seems to be a temporary solution |
npm |
Is there any effort of yours in order to solve this vulnerability? |
Any updates on this? |
Hello, are there any plans to update the library to address these vulnerabilities?
Thank you for your time. |
@plouc I understand it is time-consuming to fix the issue and very disappointing that many people come and put pressure by asking to fix it, in the same way as I do. Maybe you could explain your vision and what should be done, and we could help you get it done? |
@acherkashin I think @plouc made it clear before #2142 (comment).
|
@AmirHmZz, it's out of context, and not a vision, I was simply replying to:
My main concern for upgrading D3 dependencies was more about this:
But I did upgrade |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Bump
…On Mon, 7 Aug 2023, 06:25 stale[bot], ***@***.***> wrote:
This issue has been automatically marked as stale. *If this issue is
still affecting you, please leave any comment* (for example, "bump"), and
we'll keep it open. We are sorry that we haven't been able to prioritize it
yet. If you have any new additional information, please include it with
your comment!
—
Reply to this email directly, view it on GitHub
<#2133 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE7SAOMI2CFJKTJTGZT4ATXUBU2FANCNFSM6AAAAAAQUDXHNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is related to those dependencies. Also, this one, that uses 3.0.1 |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Bump
…On Fri, 15 Dec 2023, 05:13 stale[bot], ***@***.***> wrote:
This issue has been automatically marked as stale. *If this issue is
still affecting you, please leave any comment* (for example, "bump"), and
we'll keep it open. We are sorry that we haven't been able to prioritize it
yet. If you have any new additional information, please include it with
your comment!
—
Reply to this email directly, view it on GitHub
<#2133 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE7SAJR2QYZEAMKCUPFUCTYJPE45AVCNFSM6AAAAAAQUDXHN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXGI2DOMZQGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Believe that this issue would be resolved by merging #2466 |
Solved in |
Is your feature request related to a problem? Please describe.
The d3-color library has vulnerabilities in version 1-2
Describe the solution you'd like
Update d3-color to version 3 or higher
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: