-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix: Unsafe deserialization in processorYaml.java #6839 #6840
bugfix: Unsafe deserialization in processorYaml.java #6839 #6840
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6840 +/- ##
============================================
- Coverage 52.38% 52.34% -0.04%
+ Complexity 6384 6382 -2
============================================
Files 1081 1081
Lines 37617 37617
Branches 4464 4462 -2
============================================
- Hits 19706 19692 -14
- Misses 15961 15973 +12
- Partials 1950 1952 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ⅰ. Describe what this PR did
fixes #6839
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews