Skip to content
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

improve searching in CIDR ranges using cidranger #181

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

amirmalka
Copy link
Contributor

No description provided.

Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: success

Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: success

matthyx
matthyx previously approved these changes Dec 15, 2024
Signed-off-by: Amir Malka <[email protected]>
Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: success

Signed-off-by: Amir Malka <[email protected]>
Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: success

if err != nil {
logger.L().Error("error parsing cidr", helpers.Error(err))
continue
if entries, contains := knownServers.Contains(net.ParseIP(neighbor.IPAddress)); contains {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to change v1 since we deprecated it... but since you did already

@amirmalka amirmalka merged commit bdad706 into main Dec 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants