QingdaoU / OnlineJudge

Open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
http://opensource.qduoj.com/
MIT License
5.93k stars 1.46k forks source link

fix(sec): upgrade Django to 4.0.6 #450

Open realize096 opened 9 months ago

realize096 commented 9 months ago

What happened?

There are 1 security vulnerabilities found in Django 3.2.9

What did I do?

Upgrade Django from 3.2.9 to 4.0.6 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