mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
Java: Deprecate RemoteUserInput.
This commit is contained in:
@@ -143,8 +143,12 @@ private class ThriftIfaceParameterSource extends RemoteFlowSource {
|
||||
/** Class for `tainted` user input. */
|
||||
abstract class UserInput extends DataFlow::Node { }
|
||||
|
||||
/** Input that may be controlled by a remote user. */
|
||||
class RemoteUserInput extends UserInput {
|
||||
/**
|
||||
* DEPRECATED: Use `RemoteFlowSource` instead.
|
||||
*
|
||||
* Input that may be controlled by a remote user.
|
||||
*/
|
||||
deprecated class RemoteUserInput extends UserInput {
|
||||
RemoteUserInput() { this instanceof RemoteFlowSource }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user