mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
Merge pull request #727 from cklin/fix-ql-comments-syntax
Fix Beego references
This commit is contained in:
@@ -9,7 +9,7 @@ private import semmle.go.security.SafeUrlFlowCustomizations
|
||||
|
||||
/**
|
||||
* Provides classes for working with untrusted flow sources, sinks and taint propagators
|
||||
* from the [Beego](`github.com/beego/beego`) package.
|
||||
* from the [Beego](https://github.com/beego/beego) package.
|
||||
*/
|
||||
module Beego {
|
||||
/** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego`. */
|
||||
|
||||
@@ -8,7 +8,7 @@ private import semmle.go.security.StoredXssCustomizations
|
||||
|
||||
/**
|
||||
* Provides classes for working with untrusted flow sources, sinks and taint propagators
|
||||
* from the [Beego ORM](`github.com/astaxie/beego/orm`) subpackage.
|
||||
* from the [Beego ORM](https://github.com/astaxie/beego/orm) subpackage.
|
||||
*/
|
||||
module BeegoOrm {
|
||||
/** Gets the package name `github.com/astaxie/beego/orm`. */
|
||||
|
||||
Reference in New Issue
Block a user