Go: Add AwsLambda to the global context

This commit is contained in:
Tony Torralba
2024-01-24 11:33:26 +01:00
parent b1b236d82d
commit 3b7d6a4806
2 changed files with 1 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ import semmle.go.dataflow.SSA
import semmle.go.dataflow.TaintTracking
import semmle.go.dataflow.TaintTracking2
import semmle.go.frameworks.Afero
import semmle.go.frameworks.AwsLambda
import semmle.go.frameworks.Beego
import semmle.go.frameworks.BeegoOrm
import semmle.go.frameworks.Chi

View File

@@ -1,5 +1,4 @@
import go
import semmle.go.frameworks.AwsLambda
import TestUtilities.InlineFlowTest
module Config implements DataFlow::ConfigSig {