We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ab013 + b71acd2 commit 29ae7b5Copy full SHA for 29ae7b5
java/ql/src/semmle/code/java/dataflow/FlowSources.qll
@@ -148,7 +148,7 @@ abstract class UserInput extends DataFlow::Node { }
148
*
149
* Input that may be controlled by a remote user.
150
*/
151
-class RemoteUserInput extends UserInput {
+deprecated class RemoteUserInput extends UserInput {
152
RemoteUserInput() { this instanceof RemoteFlowSource }
153
154
/**
0 commit comments