mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
Java: Postpone deprecation to separate PR.
This commit is contained in:
@@ -148,7 +148,7 @@ abstract class UserInput extends DataFlow::Node { }
|
||||
*
|
||||
* Input that may be controlled by a remote user.
|
||||
*/
|
||||
deprecated class RemoteUserInput extends UserInput {
|
||||
class RemoteUserInput extends UserInput {
|
||||
RemoteUserInput() { this instanceof RemoteFlowSource }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user