Releases: nMoncho/sbt-osv
Releases · nMoncho/sbt-osv
Release list
v0.3.0
v0.3.0 (2026-07-24)
Features
- render markdown using
markdown-tag.js(4f6cf Gustavo De Micheli) - show fixed badge on report, if present (96211 Gustavo De Micheli)
- add hyperlink for Vulnerability ID on report (c84b9 Gustavo De Micheli)
Bug Fixes
- widen
osv_severity.scoreto 500 chars to avoid sizing issues on CVSS 4.0 (0fbaa Gustavo De Micheli) - Scala 3 compiler hangs when a Twirl template refers to a method that has empty parameters without using parentheses (47e31 Gustavo De Micheli)
- styles on OsvReference (f2202 Gustavo De Micheli)
Dependency updates
- update sbt-scalafmt from 2.6.1 to 2.6.2 (9c9bf Scala Steward)
- update sbt-scalafix from 0.14.6 to 0.14.7 (fe8c8 Scala Steward)
- update sbt-ci-release from 1.11.2 to 1.12.0 (54ff8 Scala Steward)
- update sbt, scripted-plugin from 1.12.12 to 1.12.14 (8bee6 Scala Steward)
- update munit from 1.3.3 to 1.3.4 (aa322 Scala Steward)
- update log4j-slf4j2-impl from 2.26.0 to 2.26.1 (3d9dc Scala Steward)
- bump actions/checkout from 6 to 7 (#3) (36da5 dependabot[bot])
- bump actions/cache from 5 to 6 (#4) (a3e86 dependabot[bot])
Other changes
Add 'Reformat with scalafmt 3.11.4' to .git-blame-ignore-revs
v0.2.0
v0.2.0 (2026-06-26)
Features
- sort dependencies and vulnerabilities by score in descending order for the report (a55e3 Gustavo De Micheli)
- handle query pagination (c399e Gustavo De Micheli)
- sort vulnerabilities by score in descending order on summary reports (37c3d Gustavo De Micheli)
- handle dangling slash on Client's
baseUrl(ce7a7 Gustavo De Micheli) - add list scan settings task, and refactor where scan settings are picked from (7547d Gustavo De Micheli)
Bug Fixes
- use suppression file rules during analysis (a4714 Gustavo De Micheli)