Skip to content

Implemented "Modified since last analysis" feature - #6932

Open
ElenaStroebele wants to merge 2 commits into
DependencyTrack:mainfrom
ElenaStroebele:modified-since-last-analysis
Open

Implemented "Modified since last analysis" feature#6932
ElenaStroebele wants to merge 2 commits into
DependencyTrack:mainfrom
ElenaStroebele:modified-since-last-analysis

Conversation

@ElenaStroebele

Copy link
Copy Markdown
Contributor

Description

Adds a project-level componentsChangedSinceAnalysis flag so clients can tell when the inventory changed after the last vulnerability analysis, without auto-starting analysis on manual edits. Includes ADR 036 documenting the decision and trade-offs.

Addressed Issue

#6931

Additional Details

Video.Project.mp4

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/036-components-changed-since-analysis.md

@owasp-dt-bot

owasp-dt-bot commented Aug 10, 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 Aug 10, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

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

Metric Results
Coverage variation +0.00% 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 (b045ec6) 43929 38250 87.07%
Head commit (33198cc) 43939 (+10) 38260 (+10) 87.08% (+0.00%)

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 (#6932) 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.

@ElenaStroebele
ElenaStroebele force-pushed the modified-since-last-analysis branch 2 times, most recently from 8cb7515 to 921e40f Compare August 10, 2026 10:57
Signed-off-by: ElenaStroebele <elena.stroebele@rohde-schwarz.com>
Signed-off-by: ElenaStroebele <elena.stroebele@rohde-schwarz.com>
@ElenaStroebele
ElenaStroebele force-pushed the modified-since-last-analysis branch from 921e40f to 33198cc Compare August 10, 2026 11:03
@ElenaStroebele
ElenaStroebele marked this pull request as ready for review August 10, 2026 16:47
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

Successfully merging this pull request may close these issues.

2 participants