docs: Secure coding guide for DevSecOps stream (WIP) - #304
Conversation
Preview EnvironmentA preview environment can be spun up on demand for this PR.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ffa883f5cf
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
|
|
||
|
|
||
| ```python |
There was a problem hiding this comment.
Restore valid Markdown formatting in the guide
Remove the hidden character before this fence and the equivalent closing/subsequent fences: because the backticks are prefixed with U+200B, GitHub does not recognize them as fenced code blocks, so the Python examples render as ordinary, whitespace-collapsed paragraphs. The escaped heading/list markers (\###, \-) and escapes inside inline code spans likewise appear literally, leaving the new guide visibly malformed and making its examples difficult to copy correctly.
Useful? React with 👍 / 👎.
Adding a secure coding guide for the DevSecOps stream. Starting with authentication & authorization patterns, grounded in existing auth.py and permissions.py. More sections (secrets handling, dependency management, input validation) to follow.