From 8b9a00aeb0b9dfce2d1c88f1236c7ed820b9a628 Mon Sep 17 00:00:00 2001
From: Zach Rice <zrice@gitlab.com>
Date: Mon, 10 May 2021 00:32:58 +0000
Subject: [PATCH] Add note about semgrep being inconsistent with minified
 javascript

---
 doc/user/application_security/sast/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md
index fe5a85cf0b092..b0e5877ae843d 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -518,6 +518,7 @@ Experimental features available are:
 
 - Enable scanning of iOS and Android apps using the [MobSF analyzer](https://gitlab.com/gitlab-org/security-products/analyzers/mobsf/).
 - Enable the [semgrep analyzer](https://gitlab.com/gitlab-org/security-products/analyzers/semgrep/).
+  - Semgrep may be inconsistent when reporting vulnerabilities found in minified JavaScript files.
 
 #### Enable experimental features
 
-- 
GitLab