Skip to content

Commit a975314

Browse files
Alvaro Muñozowen-mc
andauthored
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 0332c52 commit a975314

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
lgtm,codescanning
2-
* Support for the bun framework has been added.
2+
* Support for the [Bun framework](https://bun.uptrace.dev/) has been added.
33

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ module Xorm {
294294
* Provides classes for working with the [Bun](https://bun.uptrace.dev/) package.
295295
*/
296296
module Bun {
297-
/** Gets the package name for Xorm. */
297+
/** Gets the package name for Bun. */
298298
string packagePath() { result = package("github.com/uptrace/bun", "") }
299299

300-
/** A model for sinks of XORM. */
300+
/** A model for sinks of Bun. */
301301
private class BunSink extends SQL::QueryString::Range {
302302
BunSink() {
303303
exists(Function f, int arg |

0 commit comments

Comments
 (0)