Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade tornado from 6.2 to 6.3.2 #539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

volodymyrss
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • requirements.txt
⚠️ Warning
Werkzeug 2.2.3 has requirement MarkupSafe>=2.1.1, but you have MarkupSafe 2.0.1.
sentry-sdk 1.23.0 has requirement urllib3<2.0.0, but you have urllib3 2.0.2.
bokeh 2.4.2 requires tornado, which is not installed.

Vulnerabilities that will be fixed

By pinning:
Severity Priority Score (*) Issue Upgrade Breaking Change Exploit Maturity
medium severity 556/1000
Why? Recently disclosed, Has a fix available, CVSS 5.4
Open Redirect
SNYK-PYTHON-TORNADO-5537286
tornado:
6.2 -> 6.3.2
No No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Open Redirect

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Merging #539 (89ceaa3) into master (fe7aaf5) will increase coverage by 0.77%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #539      +/-   ##
==========================================
+ Coverage   62.27%   63.05%   +0.77%     
==========================================
  Files          45       45              
  Lines        7606     7864     +258     
==========================================
+ Hits         4737     4959     +222     
- Misses       2869     2905      +36     

see 2 files with indirect coverage changes

@volodymyrss
Copy link
Member Author

2023-05-24T12:50:14.9180927Z FAILED tests/test_data_products.py::test_lightcurve_product_from_arrays[times0-values0-None-expected_units_dict0] - AssertionError: assert {'ERROR': '1 ..., 'TIME': 'd'} == {'ERROR': '1 ..., 'TIME': 'd'}
2023-05-24T12:50:14.9181121Z   Omitting 1 identical items, use -vv to show
2023-05-24T12:50:14.9181263Z   Differing items:
2023-05-24T12:50:14.9181460Z   {'ERROR': '1 / (s cm**2)'} != {'ERROR': '1 / (cm**2 s)'}
2023-05-24T12:50:14.9181646Z   {'FLUX': '1 / (s cm**2)'} != {'FLUX': '1 / (cm**2 s)'}
2023-05-24T12:50:14.9181729Z   Full diff:
2023-05-24T12:50:14.9181942Z   - {'ERROR': '1 / (cm**2 s)', 'FLUX': '1 / (cm**2 s)', 'TIME': 'd'}
2023-05-24T12:50:14.9182105Z   ?                      --                       --
2023-05-24T12:50:14.9182313Z   + {'ERROR': '1 / (s cm**2)', 'FLUX': '1 / (s cm**2)', 'TIME': 'd'}
2023-05-24T12:50:14.9182413Z   ?                 ++                       ++
2023-05-24T12:50:14.9243336Z FAILED tests/test_data_products.py::test_lightcurve_product_from_arrays[times3-values3-None-expected_units_dict3] - AssertionError: assert {'ERROR': '1 ..., 'TIME': 'd'} == {'ERROR': '1 ..., 'TIME': 'd'}
2023-05-24T12:50:14.9243539Z   Omitting 1 identical items, use -vv to show
2023-05-24T12:50:14.9243649Z   Differing items:
2023-05-24T12:50:14.9244001Z   {'ERROR': '1 / (s cm**2)'} != {'ERROR': '1 / (cm**2 s)'}
2023-05-24T12:50:14.9244196Z   {'FLUX': '1 / (s cm**2)'} != {'FLUX': '1 / (cm**2 s)'}
2023-05-24T12:50:14.9244277Z   Full diff:
2023-05-24T12:50:14.9244812Z   - {'ERROR': '1 / (cm**2 s)', 'FLUX': '1 / (cm**2 s)', 'TIME': 'd'}
2023-05-24T12:50:14.9245000Z   ?                      --                       --
2023-05-24T12:50:14.9245210Z   + {'ERROR': '1 / (s cm**2)', 'FLUX': '1 / (s cm**2)', 'TIME': 'd'}
2023-05-24T12:50:14.9245300Z   ?                 ++                       ++
2023-05-24T12:50:14.9245496Z = 2 failed, 108960 passed, 1 skipped, 335 deselected, 1 xfailed, 94 warnings in 726.87s (0:12:06) =
2023-05-24T12:50:21.3836349Z ##[error]Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants