We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb7a5d commit 07c9d15Copy full SHA for 07c9d15
1 file changed
codeql-dataflow-sql-injection-c/README.org
@@ -54,6 +54,11 @@
54
Follow this to FlowSources, and find the mentioned RemoteFlowSource
55
: abstract class RemoteFlowSource extends SourceNode
56
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
+
62
Add the custom source. The modified [[../ql/java/ql/lib/Customizations.qll]] is
63
#+BEGIN_SRC java
64
import java
0 commit comments