Skip to content

Commit 83ab14c

Browse files
authored
Update supported version in SECURITY.md to 0.x.x (#39)
* Update supported version in SECURITY.md to 0.x.x The latest release is 0.1.0, so the supported version pattern should be 0.x.x instead of 0.0.x. * Narrow supported version to 0.1.x and mark 0.0.x unsupported Using 0.x.x implied backporting security fixes to all minor versions. Scope to just the current minor series (0.1.x) and explicitly mark 0.0.x as unsupported.
1 parent 7fde7d6 commit 83ab14c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The following versions are currently supported for security updates:
1212

1313
| Version | Supported |
1414
|---------|--------------------|
15-
| 0.0.x | :white_check_mark: |
15+
| 0.1.x | :white_check_mark: |
16+
| 0.0.x | :x: |
1617

1718
**Please ensure you are using a supported version when reporting a vulnerability.**
1819

0 commit comments

Comments
 (0)