We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5700a6e commit de15013Copy full SHA for de15013
java/ql/lib/semmle/code/java/dataflow/FlowSources.qll
@@ -36,13 +36,6 @@ abstract class RemoteFlowSource extends DataFlow::Node {
36
abstract string getSourceType();
37
}
38
39
-/**
40
- * A module for importing frameworks that define remote flow sources.
41
- */
42
-private module RemoteFlowSources {
43
- private import semmle.code.java.frameworks.android.Widget
44
-}
45
-
46
private class ExternalRemoteFlowSource extends RemoteFlowSource {
47
ExternalRemoteFlowSource() { sourceNode(this, "remote") }
48
0 commit comments