When a scan skips dependencies it couldn't parse (manifest fallback edge cases, private registry packages, etc.), the terminal output lists them via printSkippedDependencies(). The HTML report has no equivalent section, so users have no visibility into what was excluded from the scan.
When a scan skips dependencies it couldn't parse (manifest fallback edge cases, private registry packages, etc.), the terminal output lists them via
printSkippedDependencies(). The HTML report has no equivalent section, so users have no visibility into what was excluded from the scan.