This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
v0.6.0
Changelog
Features
- 3ab2fbc: feat: add new analysis fields (justification + response) (@nscuro)
- 6b25bba: feat: add new analysis fields (justification + response) (@nscuro)
- 2b7ab69: feat: add policy models (@nscuro)
- bbba393: feat: add policy violation analysis (@nscuro)
- d2796d1: feat: add support for patching projects (@nscuro)
- ccc30f8: feat: cwe is now an array (@nscuro)
- bbde2a3: feature: add vex support (@nscuro)
Fixes
- 5fd62bf: fix(ci): setup go for lint job (@nscuro)
- 6973460: fix(deps): update module github.com/jarcoal/httpmock to v1.2.0 (@renovate-bot)
- 7890af4: fix(deps): update module github.com/stretchr/testify to v1.7.1 (@renovate-bot)
- 3d0b108: fix(deps): update module github.com/stretchr/testify to v1.7.2 (@renovate-bot)
- da44cac: fix: add analysis details (@nscuro)
- 883092c: fix: add missing fields to
PolicyViolation
struct (@nscuro) - 1579aff: fix: add missing type to AnalysisResponse* consts (@nscuro)
- ba746e7: fix: analysis comments not being decoded (@nscuro)
- 7b6b9ca: fix: ineffectual assignment to
err
(@nscuro) - 3936e69: fix: logic bug in
FetchAll
(@nscuro) - dd99880: fix: potential endless loop in
FetchAll
(@nscuro) - 79f02e5: fix: repair analysis decoding (@nscuro)
- e8866b2: fix: timestamps are strings for
Vulnerability
(@nscuro)
Building and Packaging
Documentation
Others
- 57373a3: chore(deps): update actions/checkout action to v3 (@renovate-bot)
- f2d2904: chore(deps): update actions/checkout action to v3.0.2 (@renovate-bot)
- 56f8a1f: chore(deps): update actions/setup-go action to v3 (@renovate-bot)
- 85fd694: chore(deps): update actions/setup-go action to v3.1.0 (@renovate-bot)
- 65bd5bb: chore(deps): update actions/setup-go action to v3.2.0 (@renovate-bot)
- 5dd8b21: chore(deps): update cyclonedx/gh-gomod-generate-sbom action to v1.1.0 (@renovate-bot)
- 4fbe326: chore(deps): update golangci/golangci-lint-action action to v3 (@renovate-bot)
- fba9da7: chore(deps): update golangci/golangci-lint-action action to v3.2.0 (@renovate-bot)
- fd93588: chore(deps): update goreleaser/goreleaser-action action to v2.9.1 (@renovate-bot)
- 0047d83: chore(deps): update goreleaser/goreleaser-action action to v3 (@renovate-bot)
- 436e3e2: refactor: add CWE field back in (@nscuro)
- f007ae4: refactor: change cvss score type to float64 for better compatibility (@nscuro)
- 3bdb516: refactor: minor adjustments (@nscuro)
- 5e4bc83: refactor: minor tweaks (@nscuro)
- d11d059: refactor: rework notification handling (@nscuro)
- 554df84: refactor: use generics for paging; return values instead of pointer where possible (@nscuro)