Skip to content

Releases: ossf/criticality_score

v2.0.4

30 Apr 01:54
7cacdd0
Compare
Choose a tag to compare

This release fixes a bug where the issue lookback duration was 2160 days instead of 90.

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

17 Mar 22:30
7af16f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

28 Feb 02:39
c870a89
Compare
Choose a tag to compare

Fix SLSA3 provenance workflow.

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

27 Feb 23:44
f3d7dca
Compare
Choose a tag to compare

This change fixes an issue where the criticality_score command line tool failed to work correctly on Windows.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 Feb 02:32
1e7ad38
Compare
Choose a tag to compare

This is the first release of the revamped Criticality Score project.

It is now implemented in Go, rather than Python.

What's Changed

New Contributors

Full Changelog: v1.0.7...v2.0.0

Python Deprecation

23 Feb 22:11
e6cd818
Compare
Choose a tag to compare

This release officially deprecates the Python implementation.

Any future work should be directed towards the Go implementation on the main branch.

This release also wraps up all the work done since v1.0.7 was released.

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

1.0.7

28 Dec 07:41
Compare
Choose a tag to compare
  • Gitlab repo param fixes.

1.0.6

26 Dec 21:41
4422364
Compare
Choose a tag to compare
  • Add basic GitLab repository support.
  • Bug fixes.

1.0.5

25 Dec 16:52
b8f3f26
Compare
Choose a tag to compare
  • Bug fixes.
  • Speedups

1.0.4

16 Dec 22:55
Compare
Choose a tag to compare
  • Add generator script.
  • Support for multiple github tokens in GITHUB_AUTH_TOKEN (via comma).
  • Bug fixes since initial release.