Merge pull request #15423 from atorralba/atorralba/go/awslambda-global-context

Go: Add AwsLambda to the global context
This commit is contained in:
Tony Torralba
2024-01-24 17:40:00 +01:00
committed by GitHub
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 {