-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix vulnerabilities #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the Hello World part as well!
Was this tested??? I still see the message..
Simply running My research showed that this is caused by a known bug with nth-check. The workaround now is to put Unfortunately this bug has been around for months. No idea when it will be fixed..... |
@readysetagile My bad, I did not independently verify the fix. Just to clarify, is that one of the roles of the PR reviewer, to pull down the feature branch and manually test before merging? I know we don't currently have anyone in a QA role. @koto253 are you still seeing the issue as well? See John's comment above about nth-check. We may need to create a new PR to fix this issue. |
@amyngb up for discussion, however, my take is that the dev who is introducing the commit should at least check that the problem is solved before committing. We should establish these team agreements before going much farther. To your point, since we don't have any dedicated QA, we might want to also introduce a Peer Review with the Code Review. Netlify automatically creates an environment with the PR which would be nice in this situation. That's another discussion... The other unique thing about this PR (not previously mentioned) is that it introduced 2 changes. This is dangerous, especially in this case because the second change "broke the build". You can see that with a |
Even though this is a issue/non-issue, we still need to keep on top of it, especially if we run automated tools to do security checks. What I did was cherry-picked this commit, used the recommendations here, and got |
Looks like the latest build / audit has fixed this. closing this issue |
No description provided.