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

Fix the ID range allocated to Whitney Leach. #2871

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Conversation

gouttegd
Copy link
Collaborator

From the very beginning (commit 50200dd), Whitney Leach has been assigned the bogus ID range (4,018,500..4,018,499] -- note how the upper boundary is lower than the lower boundary.

The intention was probably to assign the range (4,018,500..4,018,999], which is what we do here.

Given that nobody (not even Whitney Leach) has complained about this invalid range for more than 4 years, it is likely that the range is not actually needed, but even if it is unused, a bogus range will prevent the file from being used by tools that actually validates the contents of an ID range policy file.

From the very beginning (commit 50200dd), Whitney Leach has been
assigned the bogus ID range (4,018,500..4,018,499] -- note how the upper
boundary is _lower_ than the lower boundary.

The intention was probably to assign the range (4,018,500..4,018,999],
which is what we do here.

Given that nobody (not even Whitney Leach) has complained about this
invalid range for more than 4 years, it is likely that the range is not
actually needed, but even if it is unused, a bogus range will prevent
the file from being used by tools that actually _validates_ the contents
of an ID range policy file.
@gouttegd gouttegd self-assigned this Dec 29, 2024
@gouttegd gouttegd merged commit 389b93e into master Dec 31, 2024
1 check passed
@gouttegd gouttegd deleted the fix-idrange-file branch December 31, 2024 11:08
@aleixpuigb aleixpuigb removed their request for review January 8, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants