about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch')
-rw-r--r--nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch b/nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch
new file mode 100644
index 000000000000..9bbac57b5fb4
--- /dev/null
+++ b/nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch
@@ -0,0 +1,12 @@
+diff --git a/requirements.txt b/requirements.txt
+index 1d4aa9a..c9e9171 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -14,6 +14,6 @@ xmlschema
+ importlib_metadata; python_version < "3.8"
+ requests
+ urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs
+-gsutil
++#gsutil
+ cvss
+ packaging