Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 026dc5c

Browse files
committed
Add changelog notes regarding added library support
1 parent 0e6feb9 commit 026dc5c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
lgtm,codescanning
2+
* Basic support for the [Go-restful](https://github.com/emicklei/go-restful) HTTP library has been added, which
3+
may lead to more results from the security queries.
4+
* Basic support for the [Gorm](https://github.com/go-gorm/gorm) ORM library has been added (specifically, its SQL statement building facilities), which
5+
may lead to more results from the security queries.
6+
* Basic support for the [Sqlx](https://github.com/jmoiron/sqlx) database access library has been added, which
7+
may lead to more results from the security queries.
8+
* Basic support for the [Json-iterator](https://github.com/json-iterator/go) JSON library has been added, which
9+
may lead to more results from the security queries.
10+
11+

0 commit comments

Comments
 (0)