Skip to content

SK-3016-gitleaks-detection-multiple-secret-exposures-identified - #237

Merged
Devesh-Skyflow merged 1 commit into
mainfrom
devesh/SK-3016
Aug 31, 2026
Merged

SK-3016-gitleaks-detection-multiple-secret-exposures-identified#237
Devesh-Skyflow merged 1 commit into
mainfrom
devesh/SK-3016

Conversation

@Devesh-Skyflow

@Devesh-Skyflow Devesh-Skyflow commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Why:

The org-wide Gitleaks scan flagged a generic-api-key finding in README.md (line 2711) — a sample UUID-format token ID in the "Sample Response" documentation block that matches the secret-detection pattern. This is an illustrative example value from API response docs, not a real credential, but the finding needs to be resolved to close out the security review.

Goal:

Suppress the false-positive finding without altering the visible README content (so SDK consumers still see the real, realistic sample response), by adding a .gitleaksignore file with a fingerprint for the specific finding — Gitleaks' native, built-in suppression mechanism for exactly this case.

Ref: same pattern as skyflow-react-native#157.

Jira: SK-3016

🤖 Generated with Claude Code

…E.md

Adds .gitleaksignore with a fingerprint for the flagged generic-api-key
finding at README.md:2711 — a UUID-format sample token in the Sample
Response documentation block, not a real credential.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions

Copy link
Copy Markdown

Semgrep findings: No issues found, Good to merge.

@Devesh-Skyflow
Devesh-Skyflow merged commit b96c5e4 into main Aug 31, 2026
4 checks passed
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.

1 participant