release-notes/rl-2.26.md: remove hidden Unicode RLO control chars#14670
Merged
tomberek merged 1 commit intoNixOS:masterfrom Nov 30, 2025
Merged
release-notes/rl-2.26.md: remove hidden Unicode RLO control chars#14670tomberek merged 1 commit intoNixOS:masterfrom
tomberek merged 1 commit intoNixOS:masterfrom
Conversation
Contributor
Author
|
Nice: the diff view here also flags the characters clearly |
Ericson2314
reviewed
Nov 28, 2025
Member
|
Also please update |
Contributor
Author
|
Good thanks - updated 👍 |
Ericson2314
reviewed
Nov 29, 2025
…xOS#14666) They are flagged by Fedora CI checks as a potential security issue. Use of such raw Right-to-Left control characters in source code is strongly discouraged also update release-credits-handle-to-name.json
Contributor
Author
|
Thank you - hopefully better now |
tomberek
approved these changes
Nov 30, 2025
Member
|
Thanks! |
Merged
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.
Closes #14666
These Unicode characters are flagged by Fedora CI checks as a potential security issue.
Use of such raw Right-to-Left control characters (and particularly
RLO*) in source code is strongly discouraged[*] RLO = Right-to-Left Override (
U+202E)See also https://attack.mitre.org/techniques/T1036/002/