Skip to content

Commit

Permalink
fix: scripts/mirror-api/requirements.txt to reduce vulnerabilities
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-AIOHTTP-6091621
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091622
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 1452f65 commit a2aa66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mirror-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ boto3
httpx
git+git://github.com/stac-utils/pystac@mah/async
requests
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a2aa66d

Please sign in to comment.