docs: list 0.9.x as supported - #2217
nightcityblade wants to merge 1 commit into
Conversation
SohamKukreti
left a comment
There was a problem hiding this comment.
Thanks for the PR! One change please: 0.8.x should be marked as not supported.
The 0.9.3 release (2026-08-31) fixed five advisories (GHSA-q5rj-45vw-vp2g, GHSA-v2rm-hvrj-2x9q, GHSA-7g3g-vhm6-79f3, GHSA-xpp7-j28w-2gvx, GHSA-m446-hp3q-qfxp). None of them were backported to 0.8.x, and the last 0.8.x tag (v0.8.9) predates 0.9.0. So 0.8.x has known unpatched issues and the fix is to upgrade.
This also matches how the table was written originally: only the newest minor line is supported, the previous one says "upgrade recommended".
Otherwise, LGTM 👍
| | Version | Supported | | ||
| | ------- | ------------------ | | ||
| | 0.9.x | :white_check_mark: | | ||
| | 0.8.x | :white_check_mark: | |
There was a problem hiding this comment.
0.8.x should be marked as not supported as it has known known unpatched security issues which have been fixed in 0.9.0+ releases.
2cb2d12 to
bc59eee
Compare
|
Updated the table as requested: 0.9.x is supported, while 0.8.x is marked unsupported with an upgrade recommendation. Thanks for clarifying. |
|
The replacement PR with the requested update is #2269. It preserves the original one-commit, one-file scope. |
Summary
Add the current 0.9.x release line to the security policy's supported-version table while retaining support for 0.8.x.
Fixes #2216
List of files changed and why
SECURITY.md— list the current 0.9.x stable line as supported.How Has This Been Tested?
git diff --checkcrawl4ai/__version__.pyhas a supported row inSECURITY.md.Checklist: