Skip to content

Commit 5e33f8a

Browse files
committed
chore: add sec & versioning policy
1 parent cad6744 commit 5e33f8a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Security Policy
2+
3+
This document explains the security policy of webpack-cli and how we intend to support webpack and webpack-cli.
4+
5+
## Supported Versions
6+
7+
webpack CLI is currently supporting webpack v4 and webpack v5. Security fixes are released in patches.
8+
9+
| webpack version | webpack-cli version | Supported |
10+
| --------------- | ----------------------------- | ------------------ |
11+
| 4.x.0 | ^3.1.2 | :white_check_mark: |
12+
| 4.0.x | ^3.1.2 | :white_check_mark: |
13+
| 5.x.0 | ^3.1.2 | :white_check_mark: |
14+
| 5.0.x | ^3.1.2 | :white_check_mark: |
15+
| < 4.x.x | (CLI included in webpack < 4) | :x: |
16+
17+
**Note: Using webpack < 4 with webpack CLI is not required as CLI was [included](https://github.com/webpack/webpack/commit/4b0332d3909eea8115d84f9a03da2d52478daa70#diff-b9cfc7f2cdf78a7f4b91a753d10865a2) in webpack.**
18+
19+
## Reporting a Vulnerability
20+
21+
To report a vulnerability, please contact one of webpack maintainers through the email provided from either npm, GitHub or reach out at other social media platforms. For third party security vulnerabilities, submitting an issue or Pull Request to fix the security vulerability is much appreciated.

0 commit comments

Comments
 (0)