Skip to content

0.0.1-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:15

Changelog

  • 496a3b0 Merge pull request #9 from kato83/refactor/new-schema-ingest
  • ead759a add readme_pic01.jpg
  • 19c796e chore(ui): replace sidebar footer with copyright notice
  • 6f61e84 docs(api): update OpenAPI spec
  • fd657d5 feat(ui): add external link cushion dialog
  • 754d0ac feat(ui): add theme switcher (light/dark/system)
  • f09970f feat(ui): make aliases clickable and improve severity separator
  • f5a4bf4 feat(ui): merge purl filter into package field
  • 885f937 feat(ui): show severity_worst~severity_best badges in vulnerability list
  • 1ba018c feat: add 'unknown' severity filter for unscored vulnerabilities
  • 26cab3a feat: add --year flag for NVD native ingest
  • c3744f8 feat: add ASCII art banner to version and help commands
  • be1067a feat: add YAML config file support
  • d576686 feat: add migration, rewrite Search/Count, streaming summary refresh, CPE decomposition
  • 703b9b2 feat: dynamic ecosystem dropdown from DB/API
  • b705482 feat: improve vulnerability summary computation
  • 6e5e55f feat: show severity_worst/severity_best badge on detail page
  • bbf7210 feat: switch pagination from offset to cursor-based (keyset)
  • 043458e fix(ci): upgrade goreleaser/goreleaser-action to v7
  • 6fd9a22 fix(ui): enable browser back/forward for pagination
  • ee1dd40 fix(ui): wrap long CVSS vector strings in severity section
  • 1d557b1 fix: add RefreshSummary call in TestSearchWithSeverity integration test
  • 47e9b77 fix: correct Mermaid ERD syntax PK_FK -> PK, FK
  • 1df6fc9 fix: remove reference to dropped source column in nvd_test.go
  • ec8193f fix: reorder osv_entry UPSERT before alias_sources INSERT (FK dependency)
  • 5de52d9 fix: replace unconditional DELETE with ON CONFLICT to prevent deadlocks
  • 950689d fix: resolve duplicate key error when Wolfi/Chainguard share CGA-* IDs
  • e546cbe fix: resolve lint errors (staticcheck S1017, unused function)
  • 0e9d438 fix: severity filter uses range overlap (severity_best <= level AND severity_worst >= level)
  • c3fd10e fix: sort batch entries by canonical ID to prevent deadlocks
  • eeb59bd fix: update integration tests for new alias_sources schema
  • 5fb800f refactor(cvss): replace hand-rolled CVSS implementation with go-cvss
  • bf447e7 refactor(ui): replace back link with breadcrumb navigation
  • 9bdda1d refactor(ui): use tags for vulnerability list links
  • 6c15937 refactor: remove --alias flag, unify ID search with aliases table
  • b60cb23 refactor: rewrite ingest/store layer for new DB schema
  • 550658f refactor: use vulnerability_summary severity level for CLI display