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

Known vulnerabilities Total Count is wrong #95

Open
Mohan07Chaudhari opened this issue May 22, 2024 · 1 comment
Open

Known vulnerabilities Total Count is wrong #95

Mohan07Chaudhari opened this issue May 22, 2024 · 1 comment

Comments

@Mohan07Chaudhari
Copy link

For the below "npm audit --json"; the Total count shown in HTML Report is "244" instead of "122". The logic to calculate Total vulnerabilities also adds Total count from below.

"metadata": {
"vulnerabilities": {
"info": 0,
"low": 4,
"moderate": 47,
"high": 62,
"critical": 9,
"total": 122
}
}
}

@TaylorHo
Copy link

@Mohan07Chaudhari this package seems to be unmaintained, consider migrating to audit-export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants