From 5f6953c232846918904643aaad3aa003c1bde2ad Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Tue, 31 Oct 2023 13:16:17 +0100 Subject: [PATCH] Fixed error in .toml file Fixed missing double quotes that caused error on parsing elements in environments.toml file. --- environments.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments.toml b/environments.toml index ad8bed4971..583ce1ad81 100644 --- a/environments.toml +++ b/environments.toml @@ -564,7 +564,7 @@ path = "jboss/JMXInvokerServlet-deserialization" [[environment]] name = "JeecgBoot JimuReport Template injection" -cve = ["CVE-2023-4450] +cve = ["CVE-2023-4450"] app = "jeecg-boot" path = "jeecg-boot/CVE-2023-4450"