mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Use non-extending subtype
This commit is contained in:
@@ -12,9 +12,7 @@ private import semmle.code.java.frameworks.owasp.Esapi
|
|||||||
*/
|
*/
|
||||||
abstract class TrustBoundaryViolationSource extends DataFlow::Node { }
|
abstract class TrustBoundaryViolationSource extends DataFlow::Node { }
|
||||||
|
|
||||||
private class RemoteSource extends TrustBoundaryViolationSource {
|
private class RemoteSource extends TrustBoundaryViolationSource instanceof RemoteFlowSource { }
|
||||||
RemoteSource() { this instanceof RemoteFlowSource }
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A sink for data that crosses a trust boundary.
|
* A sink for data that crosses a trust boundary.
|
||||||
|
|||||||
Reference in New Issue
Block a user