generated from react18-tools/turborepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b78fd0
commit b3d5498
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
We support the latest minor version. | ||
For one minor version prior to the latest, pull requests providing patches to fix security vulnerabilities will be accepted. | ||
Support for the previous minor version relies completely on community pull requests. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.0.x | :white_check_mark: | | ||
| 0.2.x | :warning: | | ||
| < 0.2 | :x: | | ||
|
||
## Patching LTS Versions | ||
|
||
If you depend on the prior minor version of TypeDoc and want to submit a fix, submit a pull request | ||
to the `lts` branch. When merged, a new version will be automatically published with your patch. | ||
|
||
Be sure to include an update to the version field in `package.json`. | ||
|
||
Note: Only pull requests which fix security vulnerabilities will be accepted. Additional features and bug fixes are out of scope for old versions. | ||
|
||
## Reporting a Vulnerability | ||
Since this library is developed with community support, you may create a new issue for reporting any Vulnerability. |