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
18 changes: 18 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 3.x.x | :white_check_mark: |
| 2.x.x | :x: |
| < 2.0.0 | :x: |

## Reporting a Vulnerability

We take all security vulnerabilities seriously. To report a security vulnerability, please send an email with the details to [security@sequence.xyz](mailto:security@sequence.xyz).

You can expect a response from our team within 48 hours to acknowledge receipt of your report. If the vulnerability is accepted, we will work with you to coordinate a release and public disclosure. We appreciate your efforts to responsibly disclose your findings.
2 changes: 1 addition & 1 deletion packages/wallet/dapp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitest/coverage-v8": "^3.2.4",
"dotenv": "^16.5.0",
"fake-indexeddb": "^6.0.1",
"happy-dom": "^17.2.2",
"happy-dom": "^20.0.2",
"typescript": "^5.8.3",
"vitest": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/wdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/coverage-v8": "^3.2.4",
"dotenv": "^16.5.0",
"fake-indexeddb": "^6.0.1",
"happy-dom": "^17.2.2",
"happy-dom": "^20.0.2",
"typescript": "^5.8.3",
"vitest": "^3.2.1"
},
Expand Down
67 changes: 37 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading