feat: add Midnight dApp security checklist tutorial (#320)#559
Open
aglichandrap wants to merge 1 commit into
Open
feat: add Midnight dApp security checklist tutorial (#320)#559aglichandrap wants to merge 1 commit into
aglichandrap wants to merge 1 commit into
Conversation
Adds a comprehensive pre-deployment security checklist covering: 1. disclose() audit — no secret leaks 2. ownPublicKey() usage review — proper authentication 3. Replay protection verification — nonces or nullifiers 4. Exported ledger field review — correct visibility 5. Witness implementation correctness — validated inputs 6. Version compatibility confirmation — SDK, compiler, proof server 7. Proof generation testing on testnet Closes midnightntwrk#320 Target: Tier 2 (Medium) - 00-00 in NIGHT tokens
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #320
Adds a comprehensive pre-deployment security checklist tutorial for Midnight dApps. This is a Tier 2 (Medium) submission targeting $500-$700 in NIGHT tokens.
Deliverables
Written tutorial (~3,000 words) covering all 7 required security checks:
disclose()audit — Identifying secret leaks in Compact contractsownPublicKey()usage review — Known vulnerability patterns and proper authenticationFormat
Publishing
Tutorial included in
tutorials/security-checklist.md. Ready for publication on Dev.to or Midnight docs.Checklist