Skip to content

Releases: scagogogo/osv-schema-skills

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:52

Changelog

  • 8fe0859 docs(website): add EcosystemSpecific/DatabaseSpecific fields to Affected & Range class diagrams (EN+ZH)
  • 3240676 docs(website): add Event predicate mutual-exclusion diagram (EN+ZH)
  • 14de195 docs(website): add GetScore three-variant decision diagram (EN+ZH)
  • 9e8cbbe docs(website): add SDK no-omitempty gotcha to sdk design notes (EN+ZH)
  • adbea81 docs(website): add bilingual (English + 简体中文) support and more diagrams
  • 337fc6a docs(website): add design-principles mindmap to introduction (EN+ZH)
  • a25c207 docs(website): add ecosystem-method dispatch diagram (EN+ZH)
  • a51d396 docs(website): add filter -o json output example (EN+ZH)
  • bd02585 docs(website): add filter text-output example to filter skill (EN+ZH)
  • 33378f2 docs(website): add install-resolution flowchart to AI Agent page (EN + 简体中文)
  • 4379205 docs(website): add missing Affected.Severity to type diagrams (EN+ZH)
  • 7631df5 docs(website): add more native mermaid diagrams to clarify key concepts (EN+ZH)
  • b4aa2f0 docs(website): add osv-installation to skills sidebar (EN+ZH)
  • d147d87 docs(website): add osv-installation trigger phrases to skills mindmap (EN+ZH)
  • 59640b6 docs(website): add parse -o json output example (EN+ZH)
  • 12622be docs(website): add parse text-output example + fix -v field order (EN+ZH)
  • d14af1c docs(website): add path-decision + skill-discovery diagrams to quick-start (EN+ZH)
  • d6bc069 docs(website): add query --events -o json output to query.md (EN+ZH)
  • ef76e4e docs(website): add query --maven -o json output example (EN+ZH)
  • 7dfa31b docs(website): add query --severity -o json example (EN+ZH)
  • c495b09 docs(website): add query --severity text-output example (EN+ZH)
  • da10b0f docs(website): add real osv version output + fix -o json scope claim (EN+ZH)
  • d8fc0ee docs(website): add trigger-phrase mindmap to skills overview (EN+ZH)
  • 3a1952e docs(website): add validate -o json output example (EN+ZH)
  • 6af2ca9 docs(website): add validate decision flowchart (EN+ZH)
  • 61457cc docs(website): add validate text-output example (EN+ZH)
  • 6e3999f docs(website): add worked recipes to CLI & SDK guides (EN + 简体中文)
  • 6ef9e36 docs(website): add worked-example diagrams to filter/query/severity/affected skills
  • e703a4b docs(website): affected skill — fix classDiagram + nil-guard SDK loop (EN+ZH)
  • b5cbfa2 docs(website): align affected.md classDiagram field types with source (EN+ZH)
  • c600f74 docs(website): clarify 6 data skills + 1 setup guide; link skill rows
  • 8c15d01 docs(website): clarify Unmarshal nil contract (EN+ZH)
  • 1c619f0 docs(website): clarify query --severity text-vs-json score behavior (EN+ZH)
  • fb125e7 docs(website): correct FilterByEcosystem nil-guard warning (EN+ZH)
  • e77acb4 docs(website): correct limit-vs-last_affected semantics in event timeline (EN+ZH)
  • 549773c docs(website): correct omitempty scope (CLI DTO, not SDK struct) (EN+ZH)
  • 643efb9 docs(website): correct osv-validate flowchart to match real impl (EN+ZH)
  • 06a4e3c docs(website): correct per-affected severity wording in severity skill (EN+ZH)
  • bde724b docs(website): correct validate.md flowchart to non-short-circuit (EN+ZH)
  • ead2639 docs(website): deepen technical detail with many more Mermaid diagrams
  • 1ab65cf docs(website): document Package.ecosystem/name/purl fields (EN+ZH)
  • d2e7efc docs(website): enrich installation page with 3 Mermaid diagrams (EN+ZH)
  • 47e702a docs(website): explain Range.Repo field's role for GIT ranges (EN+ZH)
  • 9c202da docs(website): fix -v flag field order to match printParseText (EN+ZH)
  • c4756c7 docs(website): fix GetScoreAsFloat/FilterByType signatures in methods reference
  • fb11fb6 docs(website): fix architecture.svg skill count 6→7
  • d141077 docs(website): fix classDiagram — PackageUrl field name + Range.Repo (EN+ZH)
  • 5ce25b6 docs(website): fix cli.md jq examples — .severity.score + parse multi-file (EN+ZH)
  • cea3c97 docs(website): fix method/flag semantics to match Go source (EN+ZH)
  • be32bc0 docs(website): fix misleading method-chain diagram in methods.md (EN+ZH)
  • fed23fb docs(website): fix quick-start sample score (0.0 not 7.5) (EN+ZH)
  • 4348438 docs(website): fix skill count 6→7 on homepage (EN+ZH)
  • 7799226 docs(website): make parse text-output example faithful to real binary (EN+ZH)
  • c90628b docs(website): map the 3 core vuln questions to OSV fields in intro (EN+ZH)
  • c4a30ea docs(website): note the limit event branch in affected-version flow (EN+ZH)
  • 5d6e338 docs(website): parse.md JSON example include empty purl field (EN+ZH)
  • 09bf121 docs(website): quick-start parse output shows Aliases/CVE lines (EN+ZH)
  • f0a224a docs(website): remember language choice + book-style progressive Introduction/Quick Start
  • a8a6d9f docs(website): rename misleading GitHubURL field to GitHubReviewedAt (EN+ZH)
  • 7daa5cc docs(website): sdk quick-start uses EcosystemPyPI constant, not literal (EN+ZH)
  • 5699b2d docs(website): severity skill — sync score comment + nil-check SDK example (EN+ZH)
  • 142fb03 docs(website): split filter/query minimum-flag error in troubleshooting (EN+ZH)
  • b7e74c8 docs(website): sync cli.md severity comment with query.md gotcha (EN+ZH)
  • c38050e docs(website): validate.md SDK example check err before touching v (EN+ZH)
  • 0dcfa96 feat(cli): add CLI skeleton with cobra root command
  • b8b27c7 feat(cli): add parse subcommand for OSV JSON parsing
  • a351733 feat(cli): add validate subcommand for OSV JSON validation
  • cb01794 feat(cli): add version subcommand and finalize CLI integration
  • 74e41af feat: add VitePress website, GitHub Actions CI/CD, goreleaser release, and filter/query CLI subcommands
  • 915df9e feat: add mapstructure tag for osv struct
  • 83ac1c4 feat: transform repo into AI-native Skills repository
  • a556ffa fix(parse): actually print Credits in -v mode (matches flag description)
  • 90aab81 fix(website): remove double-nested themeConfig in locale config (EN+ZH)

v0.0.1

Choose a tag to compare

@CC11001100 CC11001100 released this 06 Jul 04:29

OSV Schema的定义,不同的包管理器、漏洞数据库有具体的实现。

Full Changelog: https://github.com/scagogogo/osv-schema/commits/v0.0.1