-
Notifications
You must be signed in to change notification settings - Fork 76
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
2.7 bump #387
2.7 bump #387
Conversation
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Stevan Buzejic <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
upgrade to 2.7.0
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #387 +/- ##
=========================================
Coverage 35.76% 35.76%
Complexity 885 885
=========================================
Files 186 186
Lines 7270 7270
Branches 878 878
=========================================
Hits 2600 2600
Misses 4433 4433
Partials 237 237
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
After investigation @sbcd90 and I, we concluded that the security test workflow is failing because the docker image used for secure test doesn't contain alerting plugin 2.7.0 in itself. |
* [FEATURE] Detector must have at least one alert set opensearch-project#288 Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] The detector details shouldn't have a wrapper around the whole page opensearch-project#384 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]>
Description
Created 2.7 bump based on the Thomas PR
@sbcd90 - we will need to see how to use the snakeyml SafeConstructor() constructor in QueryBackend and SigmaRule java classes -> here we still have compile errors (since we are using snakeyaml 2.0)
Maybe just:
Yaml yaml = new Yaml(new SafeConstructor(new LoaderOptions()), new Representer(new DumperOptions()), new DumperOptions(), loaderOptions);
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.