yahoo / storm-yarn

Storm-yarn enables Storm clusters to be deployed into machines managed by Hadoop YARN.
Other
417 stars 161 forks source link

fix(sec): upgrade org.apache.storm:storm-core to 1.2.3 #105

Open Huoxi-any opened 1 year ago

Huoxi-any commented 1 year ago

What happened?

There are 1 security vulnerabilities found in org.apache.storm:storm-core 1.2.2

What did I do?

Upgrade org.apache.storm:storm-core from 1.2.2 to 1.2.3 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