mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 01:53:03 +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
|
||||
* @description Illustrations of some codeql classes.
|
||||
* @kind table
|
||||
*/
|
||||
|
||||
import java
|
||||
@@ -11,5 +12,7 @@ import QueryInjectionFlow::PathGraph
|
||||
// Find starting points -- UserInput etc. -- from
|
||||
// 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
|
||||
select ui, qsi
|
||||
|
||||
Reference in New Issue
Block a user