Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.36 KB

File metadata and controls

53 lines (35 loc) · 1.36 KB

📑 PR Template (PULL_REQUEST_TEMPLATE.md)

# Pull Request for @diamondprotocol/bigint-buffer

Thank you for contributing to **@diamondprotocol/bigint-buffer**! Please fill out the details below.

---

## 📋 What does this PR do?

<!--
  - Security fix? (describe vulnerability/CVE)
  - Feature addition? (describe feature, reason, protocol impact)
  - Bug fix? (link to test/issue)
  - CI/test/benchmark improvements?
  - Documentation or README changes?
-->

---

## 🚦 Security & Breaking Change Checklist

- [ ] I have **added or updated tests** for this change.
- [ ] I have **run all test suites** and verified that everything passes.
- [ ] If changing buffer size limits or any protocol-relevant logic:
  - [ ] I have documented the reason and added a warning in README.
- [ ] I have included reference(s) to any relevant CVEs or advisories.

---

## 💬 Additional Notes

<!--
  - Did you check compatibility with Solana, Jito, Vera, or protocol X?
  - Is there any API break?
  - Link to related issues, discussions, or upstream PRs if any.
-->

---

## 🔗 Related Links

- [bigint-buffer on npm](https://www.npmjs.com/package/bigint-buffer)
- [Original repo](https://github.com/no2chem/bigint-buffer)
- [Current security advisory](https://github.com/advisories/GHSA-3gc7-fjrx-p6mg)

---

*Thank you for helping keep supply-chain infra safe and strong!*