From b5dfef894b3ff8d785e9b1aeaad3d4294cefc6a4 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 12 Jan 2021 15:40:16 +0000 Subject: [PATCH] Add change note --- change-notes/2021-01-12-model-couchbase.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 change-notes/2021-01-12-model-couchbase.md diff --git a/change-notes/2021-01-12-model-couchbase.md b/change-notes/2021-01-12-model-couchbase.md new file mode 100644 index 00000000000..77e0973cdff --- /dev/null +++ b/change-notes/2021-01-12-model-couchbase.md @@ -0,0 +1,2 @@ +lgtm,codescanning +* Added support for [the offical Couchbase Go SDK library](https://github.com/couchbase/gocb), v1 and v2. The `go/sql-injection` query (which also handles non-SQL databases such as Couchbase) will now identify Couchbase queries built from untrusted external input.