mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
minor
This commit is contained in:
committed by
=Michael Hohn
parent
aeb7a5d4bd
commit
07c9d15a76
@@ -54,6 +54,11 @@
|
|||||||
Follow this to FlowSources, and find the mentioned RemoteFlowSource
|
Follow this to FlowSources, and find the mentioned RemoteFlowSource
|
||||||
: abstract class RemoteFlowSource extends SourceNode
|
: abstract class RemoteFlowSource extends SourceNode
|
||||||
|
|
||||||
|
For C, [[../ql/cpp/ql/lib/semmle/code/cpp/security/FlowSources.qll][FlowSources.qll]] has
|
||||||
|
#+BEGIN_SRC text
|
||||||
|
abstract class FlowSource extends DataFlow::Node
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
Add the custom source. The modified [[../ql/java/ql/lib/Customizations.qll]] is
|
Add the custom source. The modified [[../ql/java/ql/lib/Customizations.qll]] is
|
||||||
#+BEGIN_SRC java
|
#+BEGIN_SRC java
|
||||||
import java
|
import java
|
||||||
|
|||||||
Reference in New Issue
Block a user