mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C#: update 'remote' sink kind to 'file-content-store'
This commit is contained in:
@@ -19,7 +19,7 @@ private import semmle.code.csharp.dataflow.ExternalFlow
|
||||
abstract class ExternalLocationSink extends DataFlow::ExprNode { }
|
||||
|
||||
private class ExternalModelSink extends ExternalLocationSink {
|
||||
ExternalModelSink() { sinkNode(this, "remote") }
|
||||
ExternalModelSink() { sinkNode(this, "file-content-store") }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user