2026-02-24 - Security Scanner SQL Annotation¶
Release¶
AgileData.io - Clean Scans: Security Annotations Corrected
What was happening:
Security scanning tools (Bandit and Ruff) were flagging legitimate SQL queries as potential security issues because security bypass annotations weren’t placed correctly. This created false positive security alerts during code reviews.
What’s fixed:
Added proper “nosec” annotations for legitimate SQL queries
Security scanners now correctly identify safe vs. unsafe SQL
Eliminated false positive security warnings
Code review automation works cleanly
Both Bandit and Ruff respect the security annotations
What this means for you:
More accurate security scanning of platform code
Faster code review and deployment cycles
Confidence that real security issues won’t be missed in noise
Cleaner automated security reporting
Better code quality without compromising security standards
Last Refreshed¶
Doc Refreshed: 2026-02-24