Skip to content

Commit

Permalink
fix: examples/io/asset_export_csv_writer/requirements.txt to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities (#812)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Steven McGrath <smcgrath@tenable.com>
  • Loading branch information
3 people authored Sep 10, 2024
1 parent d222002 commit b9b6aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/io/asset_export_csv_writer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click>=7.0
pytenable>=0.3.15
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit b9b6aed

Please sign in to comment.