Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Supported Versions

Legolas is in early development. Security fixes are applied to the latest
version on the default branch.
Until v1.0.0 is released, security fixes are applied to the latest npm release
on npm's `latest` dist-tag and the default branch.

After the v1.0.0 release, the supported line is the latest supported `1.x` npm
release on npm's `latest` dist-tag and the default branch. Older pre-1.0
releases are not backported unless a maintainer announces a specific exception
in the release notes.

## Reporting a Vulnerability

Expand Down
Loading