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
}
}
}
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
}
}
}