Skip to content

Commit b71acd2

Browse files
committed
Java: Deprecate RemoteUserInput
1 parent bb67ac9 commit b71acd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ abstract class UserInput extends DataFlow::Node { }
148148
*
149149
* Input that may be controlled by a remote user.
150150
*/
151-
class RemoteUserInput extends UserInput {
151+
deprecated class RemoteUserInput extends UserInput {
152152
RemoteUserInput() { this instanceof RemoteFlowSource }
153153

154154
/**

0 commit comments

Comments
 (0)