Use inclusive language: rename whitelist to allowlist#5902
Open
Use inclusive language: rename whitelist to allowlist#5902
Conversation
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
jaimergp
reviewed
Jan 26, 2026
jezdez
commented
Jan 26, 2026
Contributor
|
Deprecations? |
isuruf
reviewed
Jan 26, 2026
b3f812f to
c802960
Compare
- Add `missing_dso_allowlist` and `runpath_allowlist` as preferred recipe keys and function parameters - Deprecate old `missing_dso_whitelist` and `runpath_whitelist` keys/params using the deprecations framework (pending in 26.9, removal in 27.3) - Old keys/parameters still accepted for backward compatibility - Rename internal variables and constants from whitelist to allowlist - Update documentation to use inclusive terminology - Update rpm skeleton template to use new key name Backward compatibility: - Both old and new recipe keys are supported in FIELDS validation - Function parameters accept both old (deprecated) and new names - New keys/params take precedence when both are specified - Existing recipes and callers continue to work with deprecation warnings Partially resolves #4540
c802960 to
8fb6ffb
Compare
isuruf
approved these changes
Feb 4, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the codebase to use more inclusive language by renaming
whitelisttoallowlist.missing_dso_allowlistandrunpath_allowlistas preferred recipe keysmissing_dso_whitelist,runpath_whitelist) remain fully supported for backward compatibilityBackward Compatibility
Supersedes #5301
Partially resolves #4540