use caffeine instead of ConcurrentLinkedHashMap (#2871)#2878
use caffeine instead of ConcurrentLinkedHashMap (#2871)#2878shaoqiang6 wants to merge 4 commits intoalibaba:masterfrom
caffeine instead of ConcurrentLinkedHashMap (#2871)#2878Conversation
|
|
接着提交即可 |
su-yh
left a comment
There was a problem hiding this comment.
如果使用了Caffeine ,期望能将concurrentlinkedhashmap-lru 组件整体从项目中移除掉。
公司会做开源扫描,这个组件有漏洞不让使用。
| initialize(rule, true); | ||
| } | ||
|
|
||
| public void initialize(ParamFlowRule rule, boolean useCaffeine) { |
There was a problem hiding this comment.
如果使用了Caffeine ,期望能将concurrentlinkedhashmap-lru 组件整体从项目中移除掉。
公司会做开源扫描,这个组件有漏洞不让使用。
刚刚我点错了review请求, 烦请重新指定一下 review 人员, 谢谢您 |
|
merge master, please review thanks |
Describe what this PR does / why we need it
use
caffeineinstead ofConcurrentLinkedHashMapDoes this pull request fix one issue?
Fixes #2871
Describe how you did it
Describe how to verify it
Special notes for reviews