Skip to content

Commit

Permalink
Create SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 authored May 1, 2024
1 parent 7b78fd0 commit b3d5498
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions SECURITY.md
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.

0 comments on commit b3d5498

Please sign in to comment.