Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#131)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
dd-jy and snyk-bot authored Aug 25, 2023
1 parent 9ac45b1 commit 87a19c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ python3-wget
beautifulsoup4
jsonmerge
spdx-tools==0.7.0rc0
npm
npm
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 87a19c8

Please sign in to comment.