From 07c9d15a769aefc4cb2ac5779de49c408ae04dcb Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Wed, 30 Jul 2025 21:56:54 -0700 Subject: [PATCH] minor --- codeql-dataflow-sql-injection-c/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codeql-dataflow-sql-injection-c/README.org b/codeql-dataflow-sql-injection-c/README.org index 192aeac..5393f60 100644 --- a/codeql-dataflow-sql-injection-c/README.org +++ b/codeql-dataflow-sql-injection-c/README.org @@ -54,6 +54,11 @@ Follow this to FlowSources, and find the mentioned RemoteFlowSource : abstract class RemoteFlowSource extends SourceNode + For C, [[../ql/cpp/ql/lib/semmle/code/cpp/security/FlowSources.qll][FlowSources.qll]] has + #+BEGIN_SRC text + abstract class FlowSource extends DataFlow::Node + #+END_SRC + Add the custom source. The modified [[../ql/java/ql/lib/Customizations.qll]] is #+BEGIN_SRC java import java