qiujiayu / AutoLoadCache

AutoLoadCache 是基于AOP+Annotation等技术实现的高效的缓存管理解决方案,实现缓存与业务逻辑的解耦,并增加异步刷新及“拿来主义机制”,以适应高并发环境下的使用。
Apache License 2.0
2.09k stars 698 forks source link

fix(sec): upgrade com.fasterxml.jackson.core:jackson-databind to #124

Open chncaption opened 10 months ago

chncaption commented 10 months ago

What happened?

There are 1 security vulnerabilities found in com.fasterxml.jackson.core:jackson-databind 2.14.0-rc1

What did I do?

Upgrade com.fasterxml.jackson.core:jackson-databind from 2.14.0-rc1 to 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