From 65f684cdc752f4b3483ff5344d33338ff6269187 Mon Sep 17 00:00:00 2001 From: Gareth Visagie Date: Wed, 10 Oct 2018 14:55:36 +0100 Subject: [PATCH] Ignore SNYK-PYTHON-PYYAML-42159 --- .snyk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..14c76651 --- /dev/null +++ b/.snyk @@ -0,0 +1,9 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.12.0 +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + SNYK-PYTHON-PYYAML-42159: + - '*': + reason: The vulnerable method in pyyaml is not called by this library + expires: 2020-01-01T00:00:00.000Z +patch: {}