From 5e36d8078062a7d86a18d7d1f644aee0ed6568ab Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:25:16 -0400 Subject: [PATCH] test: trivial QLDoc tweak to validate targeted CI on a single-.ql-file PR Disposable commit for stacked-PR CI validation only - not intended to merge. Confirms the new targeted compile/test path in ci-targeted-testing actually triggers for a PR that touches exactly one leaf .ql file. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 84006984-666d-4926-bbb8-795d91f3b5ab --- java/src/security/CWE-089/MyBatisMapperXmlSqlInjection.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/security/CWE-089/MyBatisMapperXmlSqlInjection.ql b/java/src/security/CWE-089/MyBatisMapperXmlSqlInjection.ql index e347b40f..58b899f8 100644 --- a/java/src/security/CWE-089/MyBatisMapperXmlSqlInjection.ql +++ b/java/src/security/CWE-089/MyBatisMapperXmlSqlInjection.ql @@ -2,7 +2,7 @@ * @name SQL injection in MyBatis Mapper XML * @description Constructing a dynamic SQL statement with input that comes from an * untrusted source could allow an attacker to modify the statement's - * meaning or to execute arbitrary SQL commands. + * meaning or to execute arbitrary SQL commands. (test: targeted CI validation) * @kind path-problem * @problem.severity error * @precision high