Example Report — Repository Activity View

acme-dev/platform-core

Activity Period: 2026-02-17 to 2026-02-25

Pull Requests

17

PRs Merged

8

Commits

12

Files Changed

212

Lines Added

+16,921

Lines Deleted

-6,654

Changes by Code Area

Backend / API
Server-side logic, API endpoints, and data processing
12 PRs +11,833 -6,510

Pull Requests

#417 - chore(PLAT-2133): filter out false positives from password detection Open PLAT-2133
By t.romano | Created: 2026-02-25 +51 / -28 | 5 files
PLAT-2133: Filter out false positives for hard coded passwords
Files changed in this area:
  • _testdata/__snapshots__/TestRunAnalysisOnProject.snap
  • _testdata/__snapshots__/TestRunAnalysisOnDashboard.snap
  • _testdata/__snapshots__/TestRunAnalysisOnServices.snap
  • _testdata/testproject/scanners/secrets/generic-passwords
#416 - feat(PLAT-2248): Add branch and uploadGuid support in repositories API Open PLAT-2248
By h.kumar | Created: 2026-02-24 +214 / -14 | 4 files
PLAT-2248: Verify and fix branch/uploadGuid parameter support in /repositories API
Files changed in this area:
  • pkg/sbom/sbom.go
#415 - chore(PLAT-2133): Filters for more false positives for generic passwords Merged PLAT-2133
By t.romano | Created: 2026-02-24 | Merged: 2026-02-25 +29 / -22 | 3 files
PLAT-2133: Filter out false positives for hard coded passwords
Files changed in this area:
  • _testdata/__snapshots__/TestRunAnalysisOnServices.snap
  • _testdata/testproject/scanners/secrets/generic-passwords
#414 - chore(PLAT-1940): use post processing for vuln type Merged PLAT-1940
By m.scott | Created: 2026-02-21 | Merged: 2026-02-25 +87 / -45 | 6 files
Files changed in this area:
  • pkg/analysis/processor.go
  • pkg/analysis/processor_test.go
  • pkg/models/vulnerability.go
  • ...and 3 more files
#412 - fix(PLAT-2237): fix duplicate component version results Merged PLAT-2237
By a.chen | Created: 2026-02-23 | Merged: 2026-02-23 +6 / -6 | 1 files
Files changed in this area:
  • pkg/sbom/dedup.go
Frontend / UI
User interface components, pages, and styling
3 PRs +3,842 -891

Pull Requests

#410 - feat(PLAT-2205): Add branch and uploadGuid support in cveCounts API Open PLAT-2205
By h.kumar | Created: 2026-02-21 +1,247 / -312 | 8 files
Files changed in this area:
  • client/src/components/VulnSummaryChart.tsx
  • client/src/hooks/useVulnCounts.ts
  • client/src/pages/RepositoryDetail.tsx
  • ...and 5 more files
#406 - feat(PLAT-2094): add data layer for dependency analysis Merged PLAT-2094
By k.patel | Created: 2026-02-17 | Merged: 2026-02-25 +2,595 / -579 | 14 files
Files changed in this area:
  • client/src/components/DependencyGraph.tsx
  • client/src/hooks/useDependencyData.ts
  • client/src/models/dependency.ts
  • ...and 11 more files
Infrastructure / DevOps
CI/CD pipelines, Docker, Kubernetes, and deployment configs
2 PRs +1,246 -253

Pull Requests

#405 - feat(PLAT-2218): migrator service migrateAll Open PLAT-2218
By a.chen | Created: 2026-02-17 +1,984 / -66 | 16 files
Files changed in this area:
  • deploy/helm/data-sync/templates/deployment.yaml
  • deploy/helm/data-sync/values.yaml
  • deploy/docker/Dockerfile.data-sync
#403 - chore(PLAT-2119): code review comments on scaffolding Merged PLAT-2119
By a.chen | Created: 2026-02-17 | Merged: 2026-02-17 +51 / -4 | 3 files
Files changed in this area:
  • deploy/helm/data-sync/Chart.yaml
  • deploy/helm/data-sync/templates/service.yaml
  • deploy/helm/data-sync/templates/configmap.yaml