Skip to content

Releases: ctron/csaf-walker

0.8.7

12 Jul 16:18
Compare
Choose a tag to compare

v0.8.7 (2024-07-12)

Features

  • allow creating/updating a statistics file for reports (0e16e47)
  • Implement ReportSink for () to have a no-op version (f47d745)

0.8.6

09 Jul 09:27
Compare
Choose a tag to compare

v0.8.6 (2024-07-09)

Fixes

  • don't pass by value, but by reference (54120fa)

0.8.5

09 Jul 08:59
Compare
Choose a tag to compare

v0.8.5 (2024-07-09)

Features

  • add a check for duplicate nodes (54b6bd8)

Fixes

  • use correct JS integrity (50cf6ce)

0.8.4

04 Jul 07:27
Compare
Choose a tag to compare

v0.8.4 (2024-07-04)

Features

  • render anchors with the entries, supporting deep links (f46daf8)

0.8.3

24 Jun 08:34
Compare
Choose a tag to compare
v0.8.3

chore: Release walker-common version 0.8.3

0.8.2

21 Jun 09:54
Compare
Choose a tag to compare

v0.8.2 (2024-06-21)

Fixes

  • there can only be one error per file, don't count chars in strings (accbd06)

0.8.1

20 Jun 13:02
Compare
Choose a tag to compare
v0.8.1

chore: Release walker-common version 0.8.1

0.8.0

05 Jun 12:29
Compare
Choose a tag to compare

v0.8.0 (2024-06-05)

Features

  • sbom: support cyclonedx 1.5 (8fe20ef)

0.7.5

19 May 15:29
Compare
Choose a tag to compare

v0.7.5 (2024-05-19)

Fixes

  • csaf: add per-file and total count for errors too (af6442c)

0.7.4

19 May 13:01
Compare
Choose a tag to compare

v0.7.4 (2024-05-19)

Features

  • use formatted numbers, depending on the system locale (fda04bb)
  • re-export common (c6ef3b0)
  • common: add locale abstract (0ae57eb)
  • csaf: add a basic example (f836315)
  • csaf: allow using &str and String as MetadataSource (9652a28)