From 498332c1868bcc359e2ff215eb5a69adf19b8a8b Mon Sep 17 00:00:00 2001 From: Slavomir Date: Thu, 15 Jul 2021 15:15:10 +0200 Subject: [PATCH] Mention Fiber.json in Fiber.qll --- ql/src/experimental/frameworks/Fiber.qll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ql/src/experimental/frameworks/Fiber.qll b/ql/src/experimental/frameworks/Fiber.qll index 1e2495173ee..b657846ba6a 100644 --- a/ql/src/experimental/frameworks/Fiber.qll +++ b/ql/src/experimental/frameworks/Fiber.qll @@ -2,6 +2,8 @@ * Provides classes for working with concepts from the following packages: * - [`github.com/gofiber/fiber@v1.14.6`](https://pkg.go.dev/github.com/gofiber/fiber@v1.14.6) * - [`github.com/gofiber/utils@v0.1.0`](https://pkg.go.dev/github.com/gofiber/utils@v0.1.0) + * + * Generated with `Fiber.json` spec. */ import go