Skip to content

Commit eb51284

Browse files
authored
docs(readme): enhance security section (paritytech#169) (#5)
1 parent 3679f8d commit eb51284

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> This open source code is provided for research, experimentation, and developer education only. This code has not been audited, is actively experimental, and may contain bugs, vulnerabilities, or incomplete features. Use at your own risk.
3+
14
# dotns-sdk
25

36
This repository is the home for dotns developer CLIent tooling. The goal is to make DotNS interactions reproducible, auditable, and consistent across environments and languages.
@@ -157,6 +160,17 @@ Prefer:
157160

158161
If a change alters how a name is interpreted or how a transaction is encoded, treat it like a consensus change for clients: document it, test it, and assume downstream consumers will break if it is ambiguous.
159162

163+
## Security
164+
165+
Before deploying it for real use cases, you are responsible for:
166+
167+
- Reviewing the code yourself, we publish a reference, not a hardened production build
168+
- Checking that the dependencies are up to date and free of known vulnerabilities
169+
- Securing your own fork or deployment environment (keys, secrets, network configuration)
170+
- Tracking the latest tagged release/commits for security fixes; older releases are not backported (exceptions might apply)
171+
172+
For Parity's security disclosure process, and Bug Bounty program, feel free to visit: https://parity.io/bug-bounty
173+
160174
## License
161175
162176
Licensed under the MIT License. See [LICENSE](./LICENSE). Security policy and disclosure: see [SECURITY.md](./SECURITY.md).

0 commit comments

Comments
 (0)