Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb67ac9 commit b71acd2Copy full SHA for b71acd2
1 file changed
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