mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #1322 from aschackmull/java/deprecate-remoteuserinput
Java: Deprecate RemoteUserInput
This commit is contained in:
@@ -148,7 +148,7 @@ abstract class UserInput extends DataFlow::Node { }
|
||||
*
|
||||
* Input that may be controlled by a remote user.
|
||||
*/
|
||||
class RemoteUserInput extends UserInput {
|
||||
deprecated class RemoteUserInput extends UserInput {
|
||||
RemoteUserInput() { this instanceof RemoteFlowSource }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user