mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue