Skip to content

Commit 6e8a1bf

Browse files
tcheericclaude
andcommitted
fix(docs): remove duplicated bullet with broken inline code in SECURE_CODING.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f662bdf commit 6e8a1bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/developer/SECURE_CODING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ This document outlines the mandatory secure coding practices for the `nostr-java
2727
* **APIs:** Use Java API equivalents (e.g., `java.nio.file`) instead of shell commands (e.g., `ls`, `rm`).
2828

2929
### Log Injection
30-
* **Sanitize Logs:** Ensure user input written to logs does not contain newline characters (`
3130
* **Sanitize Logs:** Ensure user input written to logs does not contain newline characters (`\n`, `\r`) to prevent log forging.
3231

3332
## 3. Cryptography & Secrets Management

0 commit comments

Comments
 (0)