This commit is contained in:
Michael Hohn
2025-07-30 21:56:54 -07:00
committed by =Michael Hohn
parent aeb7a5d4bd
commit 07c9d15a76

View File

@@ -54,6 +54,11 @@
Follow this to FlowSources, and find the mentioned RemoteFlowSource
: 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
#+BEGIN_SRC java
import java