yutiansut / QUANTAXIS

QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案
https://yutiansut.github.io/QUANTAXIS/
MIT License
8.18k stars 2.96k forks source link

fix(sec): upgrade tornado to 6.3.2 #1837

Closed realize096 closed 2 months ago

realize096 commented 1 year ago

What happened?

There are 1 security vulnerabilities found in tornado 6.1

What did I do?

Upgrade tornado from 6.1 to 6.3.2 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

How can we automate the detection of these types of issues?

By using the GitHub Actions configurations provided by murphysec, we can conduct automatic code security checks in our CI pipeline.

The specification of the pull request

PR Specification from OSCS