Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Security Policy

## Supported Packages

This policy applies to all published SDK packages in this repository:

- `@supashiphq/javascript-sdk`
- `@supashiphq/react-sdk`
- `@supashiphq/vue-sdk`

## Reporting a Vulnerability

Please report vulnerabilities privately:

- Email: `security@supaship.com`
- Subject: `Security report - Supaship SDK`
- Include: affected package, version, impact, and reproduction details

Do not open public issues for suspected vulnerabilities.

## Disclosure Process

After acknowledgement, we will:

1. Validate and triage the report
2. Prepare and test a fix
3. Publish patched versions
4. Share a public advisory after remediation
15 changes: 15 additions & 0 deletions packages/javascript/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

## Supported Versions

The latest published minor version of `@supashiphq/javascript-sdk` is actively supported.

## Reporting a Vulnerability

If you discover a security issue, do not open a public GitHub issue.

- Email: `security@supaship.com`
- Include: impact, reproduction steps, and affected versions
- Expected response: acknowledgement within 3 business days

We will investigate, coordinate a fix, and publish a security release as needed.
9 changes: 7 additions & 2 deletions packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"files": [
"dist",
"README.md",
"LICENSE"
"LICENSE",
"SECURITY.md"
],
"scripts": {
"clean": "rimraf dist",
Expand Down Expand Up @@ -48,5 +49,9 @@
"bugs": {
"url": "https://github.com/SupashipHQ/sdk/issues"
},
"homepage": "https://supaship.com"
"homepage": "https://supaship.com",
"publishConfig": {
"access": "public",
"provenance": true
}
}
15 changes: 15 additions & 0 deletions packages/react/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

## Supported Versions

The latest published minor version of `@supashiphq/react-sdk` is actively supported.

## Reporting a Vulnerability

If you discover a security issue, do not open a public GitHub issue.

- Email: `security@supaship.com`
- Include: impact, reproduction steps, and affected versions
- Expected response: acknowledgement within 3 business days

We will investigate, coordinate a fix, and publish a security release as needed.
9 changes: 7 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"files": [
"dist",
"README.md",
"LICENSE"
"LICENSE",
"SECURITY.md"
],
"scripts": {
"clean": "rimraf dist",
Expand Down Expand Up @@ -75,5 +76,9 @@
"bugs": {
"url": "https://github.com/SupashipHQ/sdk/issues"
},
"homepage": "https://supaship.com"
"homepage": "https://supaship.com",
"publishConfig": {
"access": "public",
"provenance": true
}
}
15 changes: 15 additions & 0 deletions packages/vue/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

## Supported Versions

The latest published minor version of `@supashiphq/vue-sdk` is actively supported.

## Reporting a Vulnerability

If you discover a security issue, do not open a public GitHub issue.

- Email: `security@supaship.com`
- Include: impact, reproduction steps, and affected versions
- Expected response: acknowledgement within 3 business days

We will investigate, coordinate a fix, and publish a security release as needed.
9 changes: 7 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"files": [
"dist",
"README.md",
"LICENSE"
"LICENSE",
"SECURITY.md"
],
"scripts": {
"clean": "rimraf dist",
Expand Down Expand Up @@ -64,5 +65,9 @@
"bugs": {
"url": "https://github.com/SupashipHQ/sdk/issues"
},
"homepage": "https://supaship.com"
"homepage": "https://supaship.com",
"publishConfig": {
"access": "public",
"provenance": true
}
}
Loading