Add XPath model to default imports

This commit is contained in:
intrigus
2020-03-26 20:19:19 +01:00
parent 35a6fdb589
commit 03023e8205

View File

@@ -26,6 +26,7 @@ import semmle.go.dataflow.SSA
import semmle.go.frameworks.HTTP
import semmle.go.frameworks.SystemCommandExecutors
import semmle.go.frameworks.SQL
import semmle.go.frameworks.XPath
import semmle.go.frameworks.Stdlib
import semmle.go.security.FlowSources
import semmle.go.Util