From fcaa44042fd474e8b1775bef773794cd3d080903 Mon Sep 17 00:00:00 2001 From: Yangxl88 <75238236+Yangxl88@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:39:26 +0800 Subject: [PATCH] Update 2.ql --- .github/workflows/2.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/2.ql b/.github/workflows/2.ql index fdbb34b..a6a8ee9 100644 --- a/.github/workflows/2.ql +++ b/.github/workflows/2.ql @@ -3,7 +3,7 @@ * @description Data provided remotely is used in this external API without sanitization, which could be a security risk. * @id java/untrusted-data-to-external-api * @kind path-problem - * @precision low + * @precision high * @problem.severity error * @security-severity 7.8 * @tags security external/cwe/cwe-20