injetlee / Python

Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机
9.32k stars 4.16k forks source link

fix(sec): upgrade certifi to 2022.12.07 #104

Open ChengDaqi2023 opened 8 months ago

ChengDaqi2023 commented 8 months ago

What happened?

There are 1 security vulnerabilities found in certifi 2018.4.16

What did I do?

Upgrade certifi from 2018.4.16 to 2022.12.07 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