We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f367427 commit 66813a9Copy full SHA for 66813a9
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
-deprecated class RemoteUserInput extends UserInput {
+class RemoteUserInput extends UserInput {
152
RemoteUserInput() { this instanceof RemoteFlowSource }
153
154
/**
0 commit comments