-
Notifications
You must be signed in to change notification settings - Fork 74
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
Audit issues due to postcss version #151
Comments
Note it is not the issue of |
FYI css-modules/postcss-icss-selectors#126 |
Thanks, I'll look at replacing this dependency. |
#115 is now also causing audit issues because it is outdated. |
Deps are now updated and will be in the release today. |
Sorry @mrmckeb it's still depending on postcss-icss-* and continues to fail audit checks with the latest version. Can you reopen this please? Version 4.1.1: [critical] loader-utils: Prototype pollution in webpack loader-utils (1084924) As mentioned above, post-icss-selectors should not be used: |
Sorry, I was closing off a bunch of issues at once and didn't read the initial post in this issue correctly at the time (as I'd updated PostCSS). Looking at the advisory, I don't think it is an immediate risk, but I understand the desire to deal with it ASAP: This project predates the comment you mentioned, which is why it uses Unfortunately this is a fairly big rewrite. I hope to have it finished, tested and shipped in the next few weeks. It looks like all of the packages you mentioned have been abandoned unfortunately, so I'll need to fork those or rewrite the functionality if I can't find suitable replacements. |
Looking at the plugins in more detail, I'm most concerned around |
is this fix still ongoing ? do you need any help ? @mrmckeb |
Can we just copy they sources and update deps like that css-modules/postcss-icss-selectors#128? |
Hi there, I'm working on this over this weekend. I'll remove these packages completely. Sorry, it's hard to find large chunks of time for work like this outside of my other job, and life. I understand this is a big issue for some people and will aim to get it done this weekend. |
Describe the bug
To Reproduce
execute yarn or npm audit
Expected behavior
A successful audit
Note: I realize that the postcss-filter-plugin/icss-* modules are way out of date that's the underlying cause... maybe there's another package this could move to.
The text was updated successfully, but these errors were encountered: