File tree 2 files changed +33
-0
lines changed
2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ If you are looking for a command line tool for version comparisons please see
18
18
19
19
## Package Versions
20
20
21
+ Note, import ` github.com/github.com/Masterminds/semver/v3 ` to use the latest version.
22
+
21
23
There are three major versions fo the ` semver ` package.
22
24
23
25
* 3.x.x is the stable and active version. This version is focused on constraint
@@ -242,3 +244,15 @@ for _, m := range msgs {
242
244
243
245
If you find an issue or want to contribute please file an [ issue] ( https://github.com/Masterminds/semver/issues )
244
246
or [ create a pull request] ( https://github.com/Masterminds/semver/pulls ) .
247
+
248
+ ## Security
249
+
250
+ Security is an important consideration for this project. The project currently
251
+ uses the following tools to help discover security issues:
252
+
253
+ * [ CodeQL] ( https://github.com/Masterminds/semver )
254
+ * [ gosec] ( https://github.com/securego/gosec )
255
+ * Daily Fuzz testing
256
+
257
+ If you believe you have found a security vulnerability you can privately disclose
258
+ it through the [ GitHub security page] ( https://github.com/Masterminds/semver/security ) .
Original file line number Diff line number Diff line change
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ The following versions of semver are currently supported:
6
+
7
+ | Version | Supported |
8
+ | ------- | ------------------ |
9
+ | 3.x | :white_check_mark : |
10
+ | 2.x | :x : |
11
+ | 1.x | :x : |
12
+
13
+ Fixes are only released for the latest minor version in the form of a patch release.
14
+
15
+ ## Reporting a Vulnerability
16
+
17
+ You can privately disclose a vulnerability through GitHubs
18
+ [ private vulnerability reporting] ( https://github.com/Masterminds/semver/security/advisories )
19
+ mechanism.
You can’t perform that action at this time.
0 commit comments