security(PS-1386): add .gitleaksignore for remediated historic gitlab-pat finding - #100
Open
brathina-spectro wants to merge 1 commit into
Open
security(PS-1386): add .gitleaksignore for remediated historic gitlab-pat finding#100brathina-spectro wants to merge 1 commit into
brathina-spectro wants to merge 1 commit into
Conversation
…-pat finding The gitlab-pat flagged by Gitleaks existed only on the maas-tf branch, which has been deleted from origin. The token itself is inactive (GitLab API self-revocation returned 401 Unauthorized). Fingerprints are ignored so historic scans do not re-flag the remediated finding. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Remediation for PS-1386 — Gitleaks detected a
gitlab-patindiscovery-maas/config-stg/os_ubuntu.yaml:84on the (unmerged)maas-tfbranch.Remediation performed
personal_access_tokens/selfrevocation call returned401 Unauthorized— the token is expired/revoked and cannot authenticate. No rotation needed; the config was never merged tomainor deployed from this repo.maas-tfdeleted from origin — the only ref whose history contained the token (commits8725331andccbe3be). Verified no other branch or PR ref contains it;mainnever did..gitleaksignoreso historic scans do not re-flag the remediated finding.Follow-up
The two dangling commits remain accessible on GitHub by direct SHA until GitHub Support runs a GC — a support request is being raised as part of ticket closure.
🤖 Generated with Claude Code