-
Notifications
You must be signed in to change notification settings - Fork 78
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
[AUTO] Incremented version to 2.18.1. #1412
Open
opensearch-trigger-bot
wants to merge
17
commits into
2.18
Choose a base branch
from
create-pull-request/patch
base: 2.18
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 6f543b5) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fixed finding number returned by ListIOCs API capping at 10,000. * Added integ test for fix. * Removed extraneous query params. * Added additional test case. --------- (cherry picked from commit d5c8f7a) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…) (#1384) (cherry picked from commit 3d1fcd5) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added check to prevent resource_already_exists_exception when indexing more than 10k iocs. * Changed log message. --------- (cherry picked from commit 4432b36) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added 2.18.0 release notes. * Added 2.18.0 release notes. --------- (cherry picked from commit 9693501) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add validation for source config and allow null to be read in parser * add parsing tests * add additional validation --------- (cherry picked from commit 364f42d) Signed-off-by: Joanne Wang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fcbd67f
to
4b09d0c
Compare
…1418) (#1433) * optimize sigma aggregation rule based detectors execution workflow Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rules (#1423) (#1428) (cherry picked from commit 8a4176b) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… (#1434) * De-dupe Alerts generated by Aggregation Sigma Rules fix * De-dupe Alerts generated by Aggregation Sigma Rules fix * De-dupe Alerts generated by Aggregation Sigma Rules fix * tests fix * tests fix --------- (cherry picked from commit 4845337) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* bumping version to 2.19.0 Signed-off-by: Dennis Toepker <[email protected]> * Update ci.yml Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> Co-authored-by: Dennis Toepker <[email protected]> Co-authored-by: AWSHurneyt <[email protected]>
…1443) * Adding various OCSF 1.1 fields to log type static mappings * fixing IT failures * removed vestigial exception throw * turning all ocsf 1.0 replacements with additions * fixed ITs --------- (cherry picked from commit 189b9e5) Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dennis Toepker <[email protected]> Co-authored-by: AWSHurneyt <[email protected]>
* OCSF1.1 Fixes * reverting var declare ordering * adding brief comment explaining importance of the OCSF check ordering --------- (cherry picked from commit 3e6320b) Signed-off-by: Dennis Toepker <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dennis Toepker <[email protected]>
(cherry picked from commit dca74ce) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: AWSHurneyt <[email protected]>
* Fix CVE-2024-47535. Signed-off-by: AWSHurneyt <[email protected]> * Bumped upload-artifact action version. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> (cherry picked from commit d4f44ec) Co-authored-by: AWSHurneyt <[email protected]>
* Refactored flaky test. Signed-off-by: AWSHurneyt <[email protected]> * Refactored test for flakiness. Signed-off-by: AWSHurneyt <[email protected]> * Updated tests. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]> (cherry picked from commit 783167a) Co-authored-by: AWSHurneyt <[email protected]>
* Added 2.19 release notes. * Added 2.19 release notes. --------- (cherry picked from commit 3b6ed5f) Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: GitHub <[email protected]>
4b09d0c
to
8f5d2a4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've noticed that a new tag 2.18.0.0 was pushed, and incremented the version from 2.18.0 to 2.18.1.