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

handle newer npm audit json output #88

Open
g-k opened this issue May 12, 2020 · 2 comments
Open

handle newer npm audit json output #88

g-k opened this issue May 12, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@g-k
Copy link
Contributor

g-k commented May 12, 2020

Was failing to parse for ip-rep-js-client would need to dig into the specific versions.

@g-k g-k added the bug Something isn't working label May 12, 2020
@Inkozi
Copy link

Inkozi commented Mar 22, 2024

Just curious if this has ever been addressed or will be addressed. Working with a project on node v16.20.2 and npm v8.19.4 and it throws an error expecting an advisories field in the npm audit --json output. I imagine this is caused by a newer version of node/npm. I have also tried it on node v10.13.0 and npm v.6.4.1 and that does work but I believe that has been deprecated since april of 2021.

Which makes me wonder, does anyone still utilize this audit-filter for newer projects or is there a better pipeline to exclude vulnerability exceptions from an npm audit?

@g-k
Copy link
Contributor Author

g-k commented Mar 23, 2024

Hi @Inkozi, I was the sole maintainer of this project, but no longer work at Mozilla and have limited bandwidth to develop it.

For the issue at hand, we could capture some audit test fixtures from newer npm versions and update the schema to handle them.

@hwine can you confirm that Mozilla isn't maintaining this project and archive it or transfer it to my @g-k profile? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants