databrickslabs / databrickslabs/sandbox

Add to IP Access List analyzer to merge consecutive blocks

Open
#34 0 comments 0 reactions 1 assignee View on GitHub

@alexott is already working on this.

Since Dec 23, 2023.

Dominant language
Python
Stars
81
Forks
64
Avg merge
10h 16m
Merged PRs (30d)
19

Description

For example, GitHub actions IP ranges have a lot of entries like:

    "13.105.49.0/31",
    "13.105.49.2/31",
    "13.105.49.4/31",
    "13.105.49.6/31",
    "13.105.49.8/31",
    "13.105.49.10/31",
    "13.105.49.12/31",
    "13.105.49.14/31",
    "13.105.49.16/31",
    "13.105.49.18/31",

that could be efficiently collapsed into a one or few bigger ranges. For example, here 128 entries could be efficiently merged into 13.105.49.0/24...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.