Skip to content

Releases: vulnlog/vulnlog-poc

Vulnlog PoC v0.4.1

31 Oct 20:02

Choose a tag to compare

0.4.1 - 2025-10-31

⛰️ Features

  • Add --version flag - (ece2d7c)
  • Support for multiple cwe per vulnerability - (7729260)
  • Support for multiple reporter-id per vulnerability report - (3201187)

🚜 Refactor

  • Move JSON schema files out of the Kotlin resources directory to not have them copied into the compiled JAR - (eb398e1)
  • Dont print empty groups - (35ace4d)

📚 Documentation

  • (changelog) Update for refs/tags/v0.3.1 - (158640e)
  • Improve and update the project README.md and add single-file example.vl.yml - (3ca65ec)

⚙️ Miscellaneous Tasks

  • Use dump plugin in snapcraft task - (c0032c2)
  • Simplify Snapcraft build and publishing workflow with updated actions - (32b1a18)
  • Move snapcraft.yaml to repo root because CI pipeline does not see it otherwise - (ba11369)
  • Fix file upload filename - (fe508d6)
  • Reset GraalVM version back to 24 because of CI pipeline issues - (db362c5)
  • Add Snapcraft packaging and publishing to the CD workflow - (720415a)
  • Update to Java 25 in CD workflow and optimize build with -O2 flag - (81c3eb4)
  • Bump jsonschema to version 12.0.0 - (f8426a3)

👉 Full Changelog: https://github.com/vulnlog/vulnlog-poc/blob/main/CHANGELOG.md

Vulnlog PoC v0.3.1

26 Oct 16:53

Choose a tag to compare

0.3.1 - 2025-10-26

📚 Documentation

  • (changelog) Update for refs/tags/v0.3.0 - (738405c)

⚙️ Miscellaneous Tasks

  • Fix macOS artifact name from x64 to arm64 - (269cfab)

👉 Full Changelog: https://github.com/vulnlog/vulnlog-poc/blob/main/CHANGELOG.md

Vulnlog PoC v0.3.0

26 Oct 16:27

Choose a tag to compare

0.3.0 - 2025-10-26

⛰️ Features

  • Add a simple benchmarking functionality into the CLI - (1f32778)
  • Add Vulnlog version, vendor and product information to the schema - (aa5e712)
  • Allow to define vendor specific suppression properties for trivy, owasp and snyk - (c9997b3)

📚 Documentation

  • (changelog) Update for refs/tags/v0.2.0 - (27a8e6d)

👉 Full Changelog: https://github.com/vulnlog/vulnlog-poc/blob/main/CHANGELOG.md

Vulnlog PoC v0.2.0

23 Oct 19:32

Choose a tag to compare

0.2.0 - 2025-10-23

⛰️ Features

  • Add documentation description text on all YAML fields - (fd6c7d6)
  • Add more specific update resolution dependeny definitions - (fc67626)

🐛 Bug Fixes

  • Add missing on-id in all resolutions and add remove resolution - (a71d60e)

📚 Documentation

  • (changelog) Update for refs/tags/v0.1.1 - (d55eb5d)

New Contributors ❤️

  • @github-actions[bot] made their first contribution

👉 Full Changelog: https://github.com/vulnlog/vulnlog-poc/blob/main/CHANGELOG.md

Vulnlog PoC v0.1.1

20 Oct 19:48

Choose a tag to compare

0.1.1 - 2025-10-20

🐛 Bug Fixes

  • Prevent NPE when an input file has no parent path (#1) - (22163f8)

🚜 Refactor

  • Simplify YAML include handling and extract reusable logic - (fea4e55)

⚙️ Miscellaneous Tasks

  • Add changelog generation and release creation to CD workflow - (12d05a5)

👉 Full Changelog: https://github.com/vulnlog/vulnlog-poc/blob/main/CHANGELOG.md

YAML PoC v0.1.0

19 Oct 18:52

Choose a tag to compare

A simple YAML and JSON schema CLI application that parses the Vulnlog YAML format.