Skip to content

OPENSSF SECURITY INSIGHTS: Repository for development of the draft standard, where requests for modification should be made via Github Issues.

License

Notifications You must be signed in to change notification settings

ossf/security-insights-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Insights Specification

This specification provides a mechanism for projects to report information about their security in a machine-processable way. It is formatted as a YAML file to make it easy to read and edit by humans.

The data tracked within this specification is intended to fill the gaps between simplified solutions such as SECURITY.md and comprehensive automatable solutions such as SBOMs. In that gap lay elements that must be self-reported by projects to allow end-users to make informed security decisions.

Usage

Projects should include a security-insights.yml file in the root of their repository, or in the appropriate source forge directory such as .github/ or .gitlab/. Users should assume the contents of that file will be updated any time the relevant information changes.

To ensure you are adhering to an official version of the specification, please refer to the specification.md in the latest release, which is a versioned compilation of all details.

This repository often remains unchanged from the latest release, but may diverge as incremental development takes place in preparation for an upcoming release. Any differences between the latest release and the main branch should only be considered previews of the next release.

As the adoption of Security Insights grows, so does the opportunity to automatically ingest it. For example, the Linux Foundation's CLOMonitor parses a project's Security Insights file to determine whether projects have reported on select security factors prioritized by the foundation.

Maintenance

The specification maintenance occurs in the following places:

  • specification/: Contains markdown details for all specification values
  • schema.cue: Contains the CUE schema that can be used to validate files against the specification
  • template-full.yml: Contains a template that includes all possible fields
  • template-minimal.yml: Contains a template that includes only the required fields

Discussion and feedback should take place in GitHub Issues.

Because this specification recieves light maintenance and infrequent updates, beginning in 2025 we ask that you follow the Security Insights Enhancement Proposal process to explore potential changes to the specification.

About

OPENSSF SECURITY INSIGHTS: Repository for development of the draft standard, where requests for modification should be made via Github Issues.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages