We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808dde2 commit 75f2eddCopy full SHA for 75f2edd
ql/lib/semmle/go/frameworks/Beego.qll
@@ -12,7 +12,7 @@ private import semmle.go.security.SafeUrlFlowCustomizations
12
* from the [Beego](https://github.com/beego/beego) package.
13
*/
14
module Beego {
15
- /** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego` */
+ /** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego`. */
16
string modulePath() { result = ["github.com/astaxie/beego", "github.com/beego/beego"] }
17
18
/** Gets the v2 module path `github.com/beego/beego/v2` */
0 commit comments