-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FR] Add IPv6 Support to CidrMatch using ipaddress lib (#80)
* Add stub to make PR * Add base ipv6 functionality * Add short hand ipv6 address support * updated linting * Fixed missing constant definition * Updated code to fix unit test issues * Fix typo * Fix line too long * Updated ipv6 checks * Cleanup ipv6 masking * Fix Typo * Fix regex and add unit tests * linting * Fixed typo * Support for python2 * Removed typo * Added unit tests to python engine * Added randomized testing * Cleanup * updated version * Minor update to docstring * Update eql/functions.py Co-authored-by: Justin Ibarra <[email protected]> * Update eql/functions.py Co-authored-by: Justin Ibarra <[email protected]> * updated variable names for consistency * Fixed typo missing = * Typo replaced < with > * reverting size logic * ipaddress library implementation * linting * remove unused imports * Python2 support * Py3 linting fix * remove whitespace * Updates py2 support * typo * Moved python2 checks to utils * linting * add default parameter * Moved iscidr to utils * fixed docstrings * Linting --------- Co-authored-by: Justin Ibarra <[email protected]>
- Loading branch information
1 parent
5b57dab
commit 9b4f682
Showing
7 changed files
with
463 additions
and
214 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.