Conversation
PR Reviewer Guide 🔍(Review updated until commit e626621)Here are some key observations to aid the review process:
|
nope. it just returns cidr |
|
Persistent review updated to latest commit 78bef3d |
PR Code Suggestions ✨Latest suggestions up to e626621 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit f12210c
Suggestions up to commit 04aebeb
Suggestions up to commit 3dfa4cb
Suggestions up to commit 6d7401c
Suggestions up to commit 667935e
|
done at 2af4934 |
|
I raised this issue in the forum that this PR links to
It seems like the PR is awaiting approval from a maintainer. My team would like to know the ETA on when this will get approved and merged. Thank you |
|
Hello @peterzhuamazon may I ask your attention. Who may help to move it further? |
|
Persistent review updated to latest commit 61e180a |
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 2d62ee0. ⛔ Hard block: Issues at High severity or above will block this PR from merging.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
|
@copilot remove usage of com.google.common.net.InetAddresses; |
|
@copilot squash commits in the branch mkhludnev:copilot/add-ipv6-support-to-sigma-rules |
4a599af to
2d62ee0
Compare
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
2d62ee0 to
79dd4d1
Compare
|
Persistent review updated to latest commit 79dd4d1 |
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
|
Persistent review updated to latest commit 667935e |
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
|
Persistent review updated to latest commit 6d7401c |
… rewrites, no IPv6
re-formatting — old consumers comparing raw strings are unaffected.
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
|
Persistent review updated to latest commit 3dfa4cb |
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
|
Persistent review updated to latest commit 04aebeb |
Signed-off-by: Mikhail Khludnev <mkhl@apache.org>
|
Persistent review updated to latest commit f12210c |
|
Persistent review updated to latest commit e626621 |
|
Hello @sbcd90, |
|
This PR is still open, dang |
|
@osjohn01 I can only recommend you join https://www.meetup.com/opensearch/events/316298985/?eventOrigin=group_upcoming_events |
This pull request extends CIDR expression support in the
SigmaCIDRExpressionclass to include IPv6 addresses, in addition to IPv4. It also adds comprehensive tests to cover various IPv6 CIDR scenarios and improves error handling for invalid CIDR expressions.Enhancements to CIDR expression support:
SigmaCIDRExpression, including checks for valid IPv6 format and prefix length (0–128).SigmaCIDRExpressionto accept valid IPv6 CIDR expressions and provide a unified error message for invalid CIDR input.Inet6Address,InetAddress,UnknownHostException) to support IPv6 validation.Testing improvements:
SigmaCIDRModifierTeststo verify correct handling of IPv6 CIDR expressions, loopback, addresses without prefix, and invalid prefix lengths.SigmaTypeErrorimport in test file to support new test cases.### Description[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--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.