mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: Add view-component-input threat model
This commit is contained in:
@@ -11,3 +11,7 @@ import ReactComponent_getAPropRead
|
||||
import ReactName
|
||||
|
||||
query DataFlow::SourceNode locationSource() { result = DOM::locationSource() }
|
||||
|
||||
query predicate threatModelSource(ThreatModelSource source, string kind) {
|
||||
kind = source.getThreatModel()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user