Security Insights Specification Versioning Policy

1. Introduction

The versioning policy for the Security Insights Specification should provide guidelines for releasing new versions of the Security Insights YAML schema. This policy ensures that changes are documented, tracked, and communicated to the community and stakeholders.

2. Versioning Scheme

The Security Insights Specification uses a semantic versioning (SemVer) scheme to indicate changes. The version number format is as follows:

Major.Minor.Patch

Major: Incremented for significant changes. Ideally at most one per year. Minor: Incremented for important changes and improvements. Ideally, at most four per year. Patch: Incremented for minor changes, and typo fixes.

3. Version Release Process

Whenever a new version of the specification is released, a new version of the ossf/si-tooling project should also be released.

3.1. Major Releases

A major release (e.g., from 1.X.X to 2.X.X) signifies significant changes that may require a substantial update to the Security Insights specification. Major releases may include:

3.2. Minor Releases

A minor release (e.g., from 1.1.X to 1.2.X) introduces changes and improvements that need to be properly released. Minor releases may include:

3.3. Patch Releases

A patch release (e.g., from 1.1.0 to 1.1.1) includes minor fixes, typo corrections, or updates that do not introduce substantial changes. Patch releases may include:

3.4 Procedure for Major Releases:

4. Changelog

A changelog will be maintained, detailing all changes made in each release (major, minor, or patch). The changelog should include:

5. Communication

All the releases can be monitored via GitHub Release. Major and minor releases may be communicated through OpenSSF communication channels.

6. Review and Adoption

Feedback and suggestions for improvements to the policy are encouraged and can be submitted through the project’s communication channels.