From 8a372e9a02e7cb5076c9363b7f8ffa93db9315df Mon Sep 17 00:00:00 2001 From: Devesh Bhardwaj Date: Mon, 31 Aug 2026 14:09:51 +0530 Subject: [PATCH] SK-3017: suppress gitleaks false positives for sample tokens in README/tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds .gitleaksignore with fingerprints for the 9 flagged generic-api-key findings — UUID-format sample/reveal tokens used in Skyflow/README.md's documentation code blocks and in RevealSkyflowLabelViewTests.swift, not real credentials. Note: the repo was restructured since the original scan (README.md split into Skyflow/README.md and SkyflowFlowVault/README.md; the test file moved under SkyflowFlowVault/Tests/). Fingerprints below target the current paths/line numbers on main for the same flagged values. Co-Authored-By: Claude Sonnet 5 --- .gitleaksignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitleaksignore diff --git a/.gitleaksignore b/.gitleaksignore new file mode 100644 index 00000000..095ae389 --- /dev/null +++ b/.gitleaksignore @@ -0,0 +1,10 @@ +# False positives: sample response/reveal tokens (UUID record identifiers) used in docs and tests, not real secrets. +20dd3ee7bb959d55147c47ba9982ef161d494315:SkyflowFlowVault/Tests/skyflow-iOS-revealTests/RevealSkyflowLabelViewTests.swift:generic-api-key:38 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:1875 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:1878 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:1891 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:1895 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:2188 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:2200 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:2250 +ccca50e3ae51a73b665b78be24cb214621ee0120:Skyflow/README.md:generic-api-key:2253