Fix Beego references

This commit is contained in:
Chuan-kai Lin
2022-04-28 12:52:21 -07:00
parent b8165d47b7
commit d2fccbea95
2 changed files with 2 additions and 2 deletions

View File

@@ -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`. */

View File

@@ -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`. */