wip: add illustration comment

This commit is contained in:
Michael Hohn
2025-07-10 13:10:28 -07:00
committed by =Michael Hohn
parent fd88b6fba2
commit 529264239f

View File

@@ -1,6 +1,7 @@
/** /**
* @name Illustrations * @name Illustrations
* @description Illustrations of some codeql classes. * @description Illustrations of some codeql classes.
* @kind table
*/ */
import java import java
@@ -11,5 +12,7 @@ import QueryInjectionFlow::PathGraph
// Find starting points -- UserInput etc. -- from // Find starting points -- UserInput etc. -- from
// ql/cpp/ql/src/Security/CWE/CWE-089/SqlTainted.ql // ql/cpp/ql/src/Security/CWE/CWE-089/SqlTainted.ql
// using QueryInjectionSink shows a sink. So we're missing a source.
from UserInput ui, QueryInjectionSink qsi from UserInput ui, QueryInjectionSink qsi
select ui, qsi select ui, qsi