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

Security advisory alert (moderate severity) for nth-check, a dependency of css-select #11491

Closed
r-wells opened this issue Sep 29, 2021 · 2 comments

Comments

@r-wells
Copy link

r-wells commented Sep 29, 2021

Describe the bug

Security advisory alert (moderate severity) for nth-check, a dependency of css-select

So it looks like it's happening from this little snippet of code in package-lock.json (taken from the current main branch here):

"css-select": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
          "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
          "requires": {
            "boolbase": "^1.0.0",
            "css-what": "^3.2.1",
            "domutils": "^1.7.0",
            "nth-check": "^1.0.2"
          }
        }

There are other uses of css-select that are updated to the current version 4.1.3 but this one is still under 2.1.0.

I'm assuming it's a dependency of a dependency of a dependency sort of thing.

But these security alerts are a little annoying/worrying. Can someone just clarify: is this going to affect our app in any way/can we get this updated? After researching it, I really don't think it will, but want to check.

Thanks!

@stale
Copy link

stale bot commented Jan 9, 2022

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@gaearon
Copy link
Contributor

gaearon commented Sep 12, 2022

#11647 (comment)

@gaearon gaearon closed this as completed Sep 12, 2022
@facebook facebook locked as resolved and limited conversation to collaborators Sep 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants