Fix #10: Remove hardcoded secret from history Update readme#20
Merged
vannu07 merged 5 commits intovannu07:mainfrom Oct 12, 2025
Merged
Fix #10: Remove hardcoded secret from history Update readme#20vannu07 merged 5 commits intovannu07:mainfrom
vannu07 merged 5 commits intovannu07:mainfrom
Conversation
Removed hardcoded secret, now using environment variable Hacktoberfest dummy update Added hacktober_update.txt for new PR
Owner
|
@krishnagaud6, fantastic work! 🎉 You successfully cleaned up the history—the GitGuardian check is now passing! I've gone ahead and added the hacktoberfest-accepted label. The PR is now only being blocked by the Black Code Formatter checks (the new code style automation). To fix this and get merged, you just need to format your Python files: Install Black (if you haven't already):
Commit the formatting changes that Black makes. Push the new commit to your branch. Once the Black checks turn green, the PR will be ready for merge! Great job on the security fix! |
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 pull request completely removes the hardcoded secret from the commit history.
The branch has been cleaned using an interactive rebase and all previous commits containing the secret have been squashed into a single clean commit.
Changes
Purpose
How to Verify
This fixes issue #10 and makes the repository safe for PR review and Hacktoberfest.