JS: Add view-component-input threat model

This commit is contained in:
Asger F
2025-01-08 13:57:02 +01:00
parent 01f7d45e2d
commit b015c88c79
19 changed files with 309 additions and 47 deletions

View File

@@ -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()
}