Skip to content

[Pen test]Service Returns Unhandled Error Response#248

Merged
sbcd90 merged 1 commit intoopensearch-project:mainfrom
sbcd90:pen_test2
Jan 6, 2023
Merged

[Pen test]Service Returns Unhandled Error Response#248
sbcd90 merged 1 commit intoopensearch-project:mainfrom
sbcd90:pen_test2

Conversation

@sbcd90
Copy link
Copy Markdown
Collaborator

@sbcd90 sbcd90 commented Jan 6, 2023

Signed-off-by: Subhobrata Dey sbcd90@gmail.com

Description

Service Returns Unhandled Error Response

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
@sbcd90 sbcd90 requested review from a team, eirsep and getsaurabh02 January 6, 2023 08:45
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 6, 2023

Codecov Report

Merging #248 (db7d71c) into main (51a176b) will decrease coverage by 0.06%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main     #248      +/-   ##
============================================
- Coverage     38.90%   38.83%   -0.07%     
+ Complexity      892      891       -1     
============================================
  Files           176      176              
  Lines          6758     6767       +9     
  Branches        824      828       +4     
============================================
- Hits           2629     2628       -1     
- Misses         3888     3897       +9     
- Partials        241      242       +1     
Impacted Files Coverage Δ
...ytics/transport/TransportDeleteDetectorAction.java 0.00% <0.00%> (ø)
...analytics/transport/TransportDeleteRuleAction.java 0.00% <0.00%> (ø)
...lytics/transport/TransportIndexDetectorAction.java 0.00% <0.00%> (ø)
...g/opensearch/securityanalytics/model/Detector.java 70.24% <0.00%> (-0.35%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sbcd90 sbcd90 merged commit 31c69ac into opensearch-project:main Jan 6, 2023
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-248-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 31c69acb0d2da491f58b6ecb3917b406fba4c7ef
# Push it to GitHub
git push --set-upstream origin backport/backport-248-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-248-to-2.x.

sbcd90 added a commit to sbcd90/security-analytics that referenced this pull request Jan 11, 2023
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
sbcd90 added a commit that referenced this pull request Jan 11, 2023
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 11, 2023
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
(cherry picked from commit 2c030b2)
sbcd90 pushed a commit that referenced this pull request Jan 11, 2023
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
eirsep pushed a commit to eirsep/security-analytics that referenced this pull request Apr 3, 2023
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
riysaxen-amzn pushed a commit to riysaxen-amzn/security-analytics that referenced this pull request Feb 20, 2024
* check yaml rule content

Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com>

* update snapshot

Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com>

* fix typo

Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com>

Signed-off-by: Aleksandar Djindjic <djindjic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants