We’ve known about SQL injection attacks for a long time. Catch vulnerable code before it’s committed to your codebase. 🔍🔒
Conversation
Replying to
What happens if the vulnerability is created by the merge commit from the PR to main? Maybe unlikely, but it would be nice to have the scan run on the main branch as part of the deployment pipeline, not only on PR branches.
2
1
Replying to
I'd argue people stashing secrets and other important bits of information into public repositories is a bigger issue.










