CodeQL library for Go
codeql/go-all 0.7.12 (changelog, source)
Search

Module Beego

Provides classes for working with untrusted flow sources, sinks and taint propagators from the Beego package.

Import path

import semmle.go.frameworks.Beego

Predicates

contextPackagePath

Gets the path for the context package of beego.

logsPackagePath

Gets the path for the logs package of beego.

packagePath

Gets the path for the root package of beego.

utilsPackagePath

Gets the path for the utils package of beego.

v1modulePath

Gets the v1 module path github.com/astaxie/beego or github.com/beego/beego.

v2modulePath

Gets the v2 module path github.com/beego/beego/v2