-
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
Dependabot shows an alert which it says is no longer vulnerable. #4222
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
👋 Hey there! Sorry for the glacially slow response... we've been a bit buried the past few years, and only just now starting to dig through some of our backlog. This issue is pretty old, and we've pushed a lot of bugfixes since then... is this still a valid / reproducible issue? Also, let's limit the discussion in this issue to I broke the comment about the lock file with two versions of a pkg into a separate issue in #5584 so that we don't lose track of it. |
@jeffwidman we have this a lot on our repos, though not specifically with |
Hi, no need to say sorry :) In 2021 I had outdated warnings for ruby gems. Those have since disappeared, so I consider that part fixed. |
@G-Rath Good question... I'm not sure, but I've asked internally and will circle back. |
@jeffwidman cheers, I've got at least three to report :) |
This particular item is gone now, for the moment, I assume. |
So I learned a little more from teammates about
So I suspect that the majority of these cases are symptoms of #5741. As far as reporting additional cases, first take a look at your manifests to see if it matches the behavior of #5741. If it's something different, then file a new issue. If at all possible, please include a link to a public repo that can reproduce the problem. That should generally be possible, but if for some reason it's not you can file a support ticket instead with a link to your private repo. And to be clear, we don't mind more issues, as long as you've done your homework to ensure they're valid. In the meantime, I'm going to close this issue as the original |
There are couple of alerts eg: No security update is needed as browserslist is no longer vulnerable where the patched version is 4.16.5 however the app updated the dependency to 4.17.0 , so technically the issue should go away.
So what we are observing is that, alert is still present , however on details page it says a message "alert is no longer vulnerable" .
Looking into vulnerability itself, it says nothing about versions greater than 4.16.5 , so maybe thats why alert persist(this is my guess) . I believe this is a bug as the alert should be removed .
package manager-> npm
package -> browserlist
CVE --> CVE-2021-23364
language- > JavaScript
package lock file -> ui/yarn.lock
dependabot.yml :
version: 2
updates:
directory: "/"
target-branch: "dependabot-updates"
schedule:
interval: monthly
directory: "/ui"
target-branch: "dependabot-updates"
schedule:
interval: monthly
The text was updated successfully, but these errors were encountered: