Skip to content

Commit ee94eb5

Browse files
authored
Merge pull request #727 from cklin/fix-ql-comments-syntax
Fix Beego references
2 parents b8165d4 + d2fccbe commit ee94eb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private import semmle.go.security.SafeUrlFlowCustomizations
99

1010
/**
1111
* Provides classes for working with untrusted flow sources, sinks and taint propagators
12-
* from the [Beego](`github.com/beego/beego`) package.
12+
* from the [Beego](https://github.com/beego/beego) package.
1313
*/
1414
module Beego {
1515
/** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego`. */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private import semmle.go.security.StoredXssCustomizations
88

99
/**
1010
* Provides classes for working with untrusted flow sources, sinks and taint propagators
11-
* from the [Beego ORM](`github.com/astaxie/beego/orm`) subpackage.
11+
* from the [Beego ORM](https://github.com/astaxie/beego/orm) subpackage.
1212
*/
1313
module BeegoOrm {
1414
/** Gets the package name `github.com/astaxie/beego/orm`. */

0 commit comments

Comments
 (0)