We release patches for security vulnerabilities. Which versions are eligible for receiving such patches depends on the CVSS v3.0 Rating:
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
We take the security of @pumpfun/defi-kit seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via email to navalsini81@gmail.com.
You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
- Type of issue (buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the vulnerability
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit it
This information will help us triage your report more quickly.
We prefer to receive vulnerability reports in English, but we can also handle reports in other languages if necessary.
When we receive a security bug report, we will:
- Confirm the problem and determine the affected versions
- Audit code to find any similar problems
- Prepare fixes for all supported versions
- Release a new version with the fix
If you have suggestions on how this process could be improved, please submit a pull request.
When using this library:
- Always test on devnet first before using on mainnet
- Never share private keys or seed phrases
- Use secure RPC endpoints and avoid public endpoints in production
- Validate all inputs before passing to library functions
- Handle errors gracefully and implement proper fallbacks
- Keep dependencies updated to the latest secure versions
- Monitor for security advisories from the Solana ecosystem
We would like to thank all security researchers and contributors who responsibly disclose vulnerabilities to help make our library more secure.