nullra/blog
search →
Application security analysis
8 posts · 6 categories
filtering by tag: false-positive × clear
Before you write a rule, read the code
Tooling & Automation Before you write a rule, read the code

Most SAST implementations fail not because the tool is wrong, but because the rules weren't written for the codebase they're running against. Generic rulesets generate noise. Noise gets ignored. Ignored findings don't get fixed. Here's how to build rules that match how your organization actually writes code.