Skip to content
SP StackPractices

Tag: sast

Browse 1 practical software engineering resources tagged with "sast". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving sast.

Security Review Checklist for PRs

Checklist for security checks during pull request review: input validation, authentication, authorization, secrets, dependencies, injection, XSS, CSRF, logging, and automated tooling integration with code examples for secure patterns.