Skip to content

Add KEV dimension to time series metrics#6552

Open
nscuro wants to merge 3 commits into
DependencyTrack:mainfrom
nscuro:kev-metrics
Open

Add KEV dimension to time series metrics#6552
nscuro wants to merge 3 commits into
DependencyTrack:mainfrom
nscuro:kev-metrics

Conversation

@nscuro

@nscuro nscuro commented Jun 30, 2026

Copy link
Copy Markdown
Member

Description

Adds KEV dimension to time series metrics.

Tracks the number of KEV findings on the component-, project-, and portfolio-level.

Addressed Issue

Relates to #2267

Additional Details

N/A

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly
  • This PR is a substantial change (per the ADR criteria), and I have added an ADR under docs/adr/

@nscuro nscuro added this to the 5.1 milestone Jun 30, 2026
@nscuro nscuro added the enhancement New feature or request label Jun 30, 2026
@owasp-dt-bot

owasp-dt-bot commented Jun 30, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codacy-production

codacy-production Bot commented Jun 30, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 8 duplication

Metric Results
Duplication 8

View in Codacy

🟢 Coverage 100.00% diff coverage · +0.13% coverage variation

Metric Results
Coverage variation +0.13% coverage variation (-1.00%)
Diff coverage 100.00% diff coverage (70.00%)

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a7bd2c0) 42724 37066 86.76%
Head commit (cfcf863) 42731 (+7) 37127 (+61) 86.89% (+0.13%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#6552) 10 10 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

nscuro added 2 commits June 30, 2026 11:59
Tracks the number of KEV findings on the component-, project-, and portfolio-level.

Signed-off-by: nscuro <nscuro@protonmail.com>
The DDL is purely metadata so cheap to execute, but still holds ACCESS EXCLUSIVE locks which block concurrent modifications. By splitting we prevent the MV recreation blocking the DDL unnecessarily.

Signed-off-by: nscuro <nscuro@protonmail.com>
Cleans up a leftover from DependencyTrack#6344 that wasn't addressed back then to avoid unnecessary churn of recreating the view. Now that we have to do it anyway, addressing it makes sense.

Signed-off-by: nscuro <nscuro@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants