monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.5k stars 566 forks source link

fix(sec): upgrade io.netty:netty-handler to 4.1.94.final #284

Open cubxxw opened 10 months ago

cubxxw commented 10 months ago

What happened?

There are 1 security vulnerabilities found in io.netty:netty-handler 4.1.94.Final

What did I do?

Upgrade io.netty:netty-handler from 4.1.94.Final to 4.1.94.final 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