Skip to content

Commit

Permalink
fix: 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-ORJSON-6276643
  • Loading branch information
snyk-bot committed Feb 26, 2024
1 parent e8b6d6c commit a1f0025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ evtx>=0.6.2
aiohttp[speedups]~=3.9.2
lxml~=4.6
elasticsearch[async]>=7.8.0
orjson>=3.6.0
orjson>=3.9.15
xxhash

0 comments on commit a1f0025

Please sign in to comment.