Skip to content

Commit 07c9d15

Browse files
committed
minor
1 parent aeb7a5d commit 07c9d15

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

codeql-dataflow-sql-injection-c/README.org

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
Follow this to FlowSources, and find the mentioned RemoteFlowSource
5555
: abstract class RemoteFlowSource extends SourceNode
5656

57+
For C, [[../ql/cpp/ql/lib/semmle/code/cpp/security/FlowSources.qll][FlowSources.qll]] has
58+
#+BEGIN_SRC text
59+
abstract class FlowSource extends DataFlow::Node
60+
#+END_SRC
61+
5762
Add the custom source. The modified [[../ql/java/ql/lib/Customizations.qll]] is
5863
#+BEGIN_SRC java
5964
import java

0 commit comments

Comments
 (0)