Skip to content

Commit 75f2edd

Browse files
author
cokeBeer
committed
add v2modulePath()
1 parent 808dde2 commit 75f2edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/semmle/go/frameworks/Beego.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ private import semmle.go.security.SafeUrlFlowCustomizations
1212
* from the [Beego](https://github.com/beego/beego) package.
1313
*/
1414
module Beego {
15-
/** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego` */
15+
/** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego`. */
1616
string modulePath() { result = ["github.com/astaxie/beego", "github.com/beego/beego"] }
1717

1818
/** Gets the v2 module path `github.com/beego/beego/v2` */

0 commit comments

Comments
 (0)