fix: replaced used CVE in blackbox test (#1519)
Signed-off-by: Lisca Ana-Roberta <ana.kagome@yahoo.com>
This commit is contained in:
parent
03f47f68c0
commit
988ca427b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user