-
Notifications
You must be signed in to change notification settings - Fork 93
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
fix findings parsing logic introduced by pr #292 #294
Conversation
Will this cause backward compatibility issues in response structure as this would be released in minor version hence asking |
Discussed with @sbcd90 for a holistic fix
Codecov Report
@@ Coverage Diff @@
## main #294 +/- ##
============================================
+ Coverage 71.81% 73.16% +1.35%
- Complexity 683 696 +13
============================================
Files 110 110
Lines 4569 4573 +4
Branches 604 606 +2
============================================
+ Hits 3281 3346 +65
+ Misses 1037 976 -61
Partials 251 251
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
Thanks for fixing issue and adding the tests @sbcd90 ! |
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com> (cherry picked from commit b737142)
… (opensearch-project#295) Signed-off-by: Subhobrata Dey <sbcd90@gmail.com> (cherry picked from commit b737142) Co-authored-by: Subhobrata Dey <sbcd90@gmail.com>
… (opensearch-project#295) Signed-off-by: Subhobrata Dey <sbcd90@gmail.com> (cherry picked from commit b737142) Co-authored-by: Subhobrata Dey <sbcd90@gmail.com> Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: Subhobrata Dey sbcd90@gmail.com
Description
fix findings parsing logic introduced by pr #292
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.