Skip to content

Commit

Permalink
Fix sample project 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-TORNADO-8400708

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
cld-sec and snyk-bot authored Dec 5, 2024
1 parent f05d748 commit c9b3f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/spookyshots/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ streamlit
cloudinary
python-dotenv
streamlit_option_menu
tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit c9b3f4d

Please sign in to comment.