Skip to content

Commit

Permalink
chore: add security policy (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoinfinancier authored and darrachequesne committed Jun 22, 2023
1 parent 7594aa4 commit 2d8b159
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions SECURITY.md
@@ -0,0 +1,25 @@
# Security Policy

## Supported Versions

| Version | Supported |
|---------|--------------------|
| 4.x | :white_check_mark: |
| 3.x | :white_check_mark: |
| < 3.0 | :x: |

## Reporting a Vulnerability

To report a security vulnerability in this package, please send an email to [@darrachequesne](https://github.com/darrachequesne) (see address in profile) describing the vulnerability and how to reproduce it.

We will get back to you as soon as possible and publish a fix if necessary.

:warning: IMPORTANT :warning: please do not create an issue in this repository, as attackers might take advantage of it. Thank you in advance for your responsible disclosure.

## History

| Date | Description | CVE number |
|--------------|---------------------------------------------------------------------------------------------------------------|----------------|
| January 2021 | [Resource exhaustion in socket.io-parser](https://github.com/advisories/GHSA-xfhh-g9f5-x4m4) | CVE-2020-36049 |
| October 2022 | [Insufficient validation when decoding a Socket.IO packet](https://github.com/advisories/GHSA-qm95-pgcg-qqfq) | CVE-2022-2421 |
| May 2023 | [Insufficient validation when decoding a Socket.IO packet](https://github.com/advisories/GHSA-cqmj-92xf-r6r9) | CVE-2023-32695 |

0 comments on commit 2d8b159

Please sign in to comment.