Skip to content

Normalize PROOF file to clean ASCII#19

Merged
blackboxprogramming merged 2 commits intoblackboxprogramming-patch-1from
copilot/sub-pr-18
Feb 25, 2026
Merged

Normalize PROOF file to clean ASCII#19
blackboxprogramming merged 2 commits intoblackboxprogramming-patch-1from
copilot/sub-pr-18

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

The PROOF file contained a non-ASCII leading glyph and excessive trailing whitespace, causing noisy diffs and potential encoding issues.

Changes

  • PROOF: Removed non-ASCII multi-byte leading character; stripped all trailing whitespace padding from each line; file is now valid ASCII text

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Copilot AI changed the title [WIP] Add PROOF file with malicious sentence Normalize PROOF file to clean ASCII Feb 24, 2026
@blackboxprogramming blackboxprogramming requested review from Copilot and removed request for blackboxprogramming February 25, 2026 06:42
@blackboxprogramming blackboxprogramming marked this pull request as ready for review February 25, 2026 06:43
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Normalizes the repository’s PROOF text artifact by removing a non-ASCII leading glyph and stripping trailing whitespace to avoid noisy diffs and potential encoding problems.

Changes:

  • Removed the non-ASCII leading character from PROOF.
  • Stripped trailing whitespace padding from the hexdump lines.
  • Left PROOF as clean ASCII text with consistent formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@blackboxprogramming blackboxprogramming merged commit b8f0312 into blackboxprogramming-patch-1 Feb 25, 2026
5 checks passed
Copy link
Owner

@blackboxprogramming blackboxprogramming left a comment

Choose a reason for hiding this comment

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

Ok

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.

3 participants