Browse Source

chore: Ignore new safety warning for a dependency we don't use. (#19107)

Mark Story 4 years ago
parent
commit
0785245bde
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bin/scan

+ 3 - 0
bin/scan

@@ -18,6 +18,9 @@ ignored=(
     # Arbitrary code execution in full_load/SafeLoader - doesn't apply to us.
     38100
 
+    # Pipenv is complaining. We don't use it and it comes with travis by default.
+    38334
+
     # LOW priority: djangorestframework
     # XXX: This is... unfortunately not present in safety's db right now. It is in synk though:
     # https://snyk.io/vuln/SNYK-PYTHON-DJANGORESTFRAMEWORK-450194