From c91f84f550d2bf446a3d45429488f3b135bb676a Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Wed, 21 Nov 2018 23:21:36 +0100 Subject: [PATCH] Update pica-etherpad/clair-whitelist.yml, get-modified-image.sh files --- get-modified-image.sh | 2 +- pica-etherpad/clair-whitelist.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/get-modified-image.sh b/get-modified-image.sh index 2967620e..d30964b4 100644 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -6,7 +6,7 @@ RES="" echo "fesse" for i in $(git diff-tree --no-commit-id --name-only $CI_COMMIT_SHA); do - echo $i + echo "pipi"$i if [ $i == *"pica"* ]; then RES=$i echo "test" diff --git a/pica-etherpad/clair-whitelist.yml b/pica-etherpad/clair-whitelist.yml index e1f59602..bcbb4ed9 100644 --- a/pica-etherpad/clair-whitelist.yml +++ b/pica-etherpad/clair-whitelist.yml @@ -13,4 +13,4 @@ generalwhitelist: CVE-2017-1000408: glibc -> Pas de contre mesure CVE-2018-6954: systemd -> Pas de contre mesure CVE-2016-7167: curl -> Paquet utilisé uniquement pour le healthcheck sur l'URL 127.0.0.1 -> - CVE-2018-6797: Perl est une dépendance du client mysql et la version non vulnérable dans stretch n'a pas été backportée -> Pas de contre-mesure \ No newline at end of file + CVE-2018-6797: Perl est une dépendance du client mysql et la version non vulnérable dans stretch n'a pas été backportée -> Pas de contre-mesure \ No newline at end of file -- GitLab