You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- UI: Allow direct kb/mouse actions on zoom tool button - [#33496](https://github.com/storybookjs/storybook/pull/33496), thanks @Sidnioulz!
10
+
1
11
## 10.3.0-alpha.13
2
12
3
13
- A11y: Add ScrollArea prop focusable for when it has static children - [#33876](https://github.com/storybookjs/storybook/pull/33876), thanks @Sidnioulz!
Copy file name to clipboardExpand all lines: SECURITY.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
3
3
## Supported Versions
4
4
5
-
We release patches for fixing security vulnerabilities, primarily focusing on the latest release only.
5
+
We release patches for security vulnerabilities, primarily focusing on the latest major version.
6
6
7
-
In the event of a high-risk vulnerability, we may backport the security fixes to the minor versions of the software, starting from the latest minor version up to the latest major release. The decision to backport security fixes to older versions will be made based on a risk assessment and the feasibility of implementing the patch in those versions.
7
+
Security fixes are backported to the previous two major versions only for vulnerabilities with High or Critical CVSS scores (7.0+). The decision to backport is made based on severity assessment and the feasibility of implementing the patch in those versions.
8
+
9
+
- Latest major version: All security vulnerabilities
10
+
- Previous two major versions: High or Critical CVSS scores only
11
+
- Older versions: Not supported (Users should upgrade to a supported version)
0 commit comments