From 988ca427b58a75b7ca8166ef2a90bec17508a83f Mon Sep 17 00:00:00 2001 From: Lisca Ana-Roberta <55219463+aokirisaki@users.noreply.github.com> Date: Thu, 15 Jun 2023 13:22:29 +0300 Subject: [PATCH] fix: replaced used CVE in blackbox test (#1519) Signed-off-by: Lisca Ana-Roberta --- test/blackbox/cve.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/blackbox/cve.bats b/test/blackbox/cve.bats index 3627e09e..f075a54c 100644 --- a/test/blackbox/cve.bats +++ b/test/blackbox/cve.bats @@ -69,7 +69,7 @@ function teardown_file() { for i in "${lines[@]}" do - if [[ "$i" = *"CVE-2021-29921 CRITICAL python-ipaddress: Improper input validation o..."* ]]; then + if [[ "$i" = *"CVE-2011-4915 LOW fs/proc/base.c in the Linux kernel through 3..."* ]]; then found=1 fi done