FreeOnePlus opened a new pull request, #128: URL: https://github.com/apache/doris-mcp-server/pull/128
## Summary - audit every Bandit B608 dynamic SQL sink and document the source-validation-sink boundary - parameterize user-controlled values, quote validated identifiers, bound SQL grammar integers, and replace raw business-rule SQL with structured predicates - add regression coverage for Streamable HTTP, subprocess Stdio, and real Doris ## Validation - `bandit -q -r doris_mcp_server -t B608 -f json`: 0 findings - full test suite: 579 passed, 61 skipped - protocol suite: 18 passed - real Doris transport suite: 4 passed (HTTP and Stdio) - `python -m compileall -q doris_mcp_server test` - `uv build` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
