Closed hogo6002 closed 1 week ago
Attention: Patch coverage is 75.31646%
with 78 lines
in your changes missing coverage. Please review.
Project coverage is 69.05%. Comparing base (
c80f395
) to head (b3bcc7c
). Report is 8 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/output/output_result.go | 75.16% | 61 Missing and 14 partials :warning: |
internal/utility/severity/severity.go | 57.14% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
I'm going to merge this PR first to create the package view for the table output. Feel free to leave comments, and I'll address them in a separate PR.
Refactored the HTMLResult into a unified structure that can be reused by other output formats. This new structure presents results hierarchically, grouping vulnerabilities by ecosystem, source, and package. Compare to the original vulnerabilityResult, it contains more information, such as vulnerability count (called/uncalled/fixable/unfixable/severity), package/vulnerability fix information, etc.
Follow-up PRs: