mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +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 { }
|
||||
|
||||
private class RemoteSource extends TrustBoundaryViolationSource {
|
||||
RemoteSource() { this instanceof RemoteFlowSource }
|
||||
}
|
||||
private class RemoteSource extends TrustBoundaryViolationSource instanceof RemoteFlowSource { }
|
||||
|
||||
/**
|
||||
* A sink for data that crosses a trust boundary.
|
||||
|
||||
Reference in New Issue
Block a user