Skip to content

Releases: slsa-framework/slsa-verifier

v1.0.4

03 Oct 21:18
191a3bd
Compare
Choose a tag to compare

What's Changed

  • fix(backport/1.0): make client shard aware when verifying entries on inactive shards by @asraa in #286

Full Changelog: v1.0.3...v1.0.4

v1.3.1

02 Oct 17:57
49ab4e7
Compare
Choose a tag to compare

What's Changed

  • fix(backport/v1.3): make client shard aware when verifying by @asraa in #280

Full Changelog: v1.3.0...v1.3.1

v1.2.1

02 Oct 18:05
f85886e
Compare
Choose a tag to compare
fix: make client shard aware when verifying (#279)

Signed-off-by: Asra Ali <asraa@google.com>

Signed-off-by: Asra Ali <asraa@google.com>

v1.0.3

25 Aug 16:44
6fb4f7e
Compare
Choose a tag to compare

What's Changed

  • [backport v1.0] fix: fix intermediate certificate validaiton by @asraa in #234

Full Changelog: v1.0.2...v1.0.3

v1.3.0

15 Aug 19:42
5bb13ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

25 Jul 18:22
fb9aeaf
Compare
Choose a tag to compare

What's Changed

  • Feature: Support verification with multiple subjects in #112
  • Cleanup: Remove signing certificate output in #160
  • Debug: Add error messages for debugging Rekor lookups in #159
  • Testing: Added testing for v1.2.0 SLSA generic builder in #154

Full Changelog: v1.1.1...v1.2.0

Verification

go run . -artifact-path slsa-verifier-linux-amd64 -provenance slsa-verifier-linux-amd64.intoto.jsonl -source github.com/slsa-framework/slsa-verifier -tag v1.2.0

v1.0.2

12 Jul 20:37
ae29694
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Backport fix to fetch branches on release triggers #146

Full Changelog: v1.0.1...v1.0.2

Verification

go run . -artifact-path slsa-verifier-linux-amd64 -provenance slsa-verifier-linux-amd64.intoto.jsonl -source github.com/slsa-framework/slsa-verifier -tag v1.0.2 -branch release/v1.0

v1.0.1

11 Jul 23:53
eea3a5d
Compare
Choose a tag to compare

What's Changed

  • Update to go 1.18
  • Bug fix: Handle incompatible behavior change in Rekor entry retrieval responses to handle sharded UUIDs

Full Changelog: v1.0.0...v1.0.1

Verification

go run . -artifact-path slsa-verifier-linux-amd64 -provenance slsa-verifier-linux-amd64.intoto.jsonl -source github.com/slsa-framework/slsa-verifier -tag v1.0.1 -branch release/v1.0

v1.1.1

21 Jun 16:20
76a59d8
Compare
Choose a tag to compare

What's Changed

  • Update to go 1.18
  • Add support for verification without reliance on indexed rekor entries
  • Retrieve branch on release triggers for verification

Full Changelog: v1.0.0...v1.1.1

v1.1.0

20 Jun 21:15
5875b0a
Compare
Choose a tag to compare

What's Changed

  • Adds support to verify using an embedded certificate in the DSSE envelope. This avoids using a Redis index for searching for the signing certificate

To learn how to use it, see Verification of Provenance

This is meant to be used for GitHub workflow SLSA generation. Builders are located in slsa-github-generator.

Contributors

@asraa @ianlewis @joshuagl @laurentsimon @naveensrinivasan