feat(security): code security analysis scanner module #552
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a code scanner module that detects SQL injection, XSS, command injection, and path traversal patterns in source code.
Implementation complete in PR #716 → dev.
services/security/code_scanner.go— 22 rules across 7 CWE categories (SQL injection, XSS, command injection, path traversal, insecure deserialization, hardcoded credentials, weak cryptography)CodeScannerconfig togglecode_scannerfield in GET/PATCH security config endpointPending merge to dev, then release to main.