mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53:04 +01:00
wip: add illustration comment
This commit is contained in:
committed by
=Michael Hohn
parent
fd88b6fba2
commit
529264239f
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user