项目文件夹

文件
wehub-resource-sync 9e8f1bbeed
Dashboard / frontend (push) Failing after 0s
Dashboard / api (push) Failing after 0s
Lint PowerShell / powershell-lint (ubuntu-latest) (push) Failing after 1s
Python Lint / Lint Python with Ruff (push) Failing after 1s
ShellCheck / Lint shell scripts (push) Failing after 1s
Matrix Smoke / linux-smoke (push) Failing after 1s
Matrix Smoke / distro: cachyos (push) Failing after 15s
Matrix Smoke / distro: linux-mint-21.3 (push) Failing after 15s
Matrix Smoke / distro: debian-12 (push) Failing after 5m21s
Matrix Smoke / distro: fedora-41 (push) Failing after 4m56s
Matrix Smoke / distro: ubuntu-24.04 (push) Failing after 2m13s
Matrix Smoke / distro: rocky-9 (push) Failing after 10m39s
Matrix Smoke / distro: manjaro (push) Failing after 12m11s
Matrix Smoke / distro: opensuse-tw (push) Failing after 11m53s
Matrix Smoke / distro: archlinux (push) Failing after 20m3s
Matrix Smoke / distro: ubuntu-22.04 (push) Failing after 13m49s
Validate .env Schema / tier-1-env-validation (push) Successful in 52s
Validate .env Schema / tier-2-env-validation (push) Successful in 44s
Validate .env Schema / tier-3-env-validation (push) Successful in 52s
Validate .env Schema / tier-4-env-validation (push) Successful in 51s
Validate Extensions Catalog / Check catalog is up-to-date (push) Failing after 9m47s
Secret Scan / Scan for secrets (push) Failing after 21m4s
Validate Docker Compose / Validate Docker Compose files (push) Has been cancelled
Python Type Check / Type check with mypy (push) Has been cancelled
Validate .env Schema / tier-0-env-validation (push) Has been cancelled
Test Linux / integration-smoke (push) Has been cancelled
Lint PowerShell / powershell-lint (windows-latest) (push) Has been cancelled
Matrix Smoke / macos-smoke (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:31:33 +08:00

63 行
5.3 KiB
Plaintext

# Gitleaks ignore file
# Add fingerprints of known false positives here (one per line)
# Get fingerprints from gitleaks output when a false positive is detected
#
# Example: abc123def456...
# Test fixtures in privacy-shield PII scrubber tests (not real secrets)
bc47367431025198fcbea19a54abcde8c30847fd:ods/extensions/services/privacy-shield/tests/test_pii_scrubber.py:generic-api-key:125
bc47367431025198fcbea19a54abcde8c30847fd:ods/extensions/services/privacy-shield/tests/test_pii_scrubber.py:generic-api-key:131
bc47367431025198fcbea19a54abcde8c30847fd:ods/extensions/services/privacy-shield/tests/test_pii_scrubber.py:generic-api-key:181
# Documentation examples (placeholder API keys in curl commands)
4ba4a3779264f44b247af06fbad391c1f4d38269:ods/extensions/services/litellm/README.md:curl-auth-header:89
9a1e87ce94083fb9696ec1df6c926ec77397b38e:ods/extensions/library/workflows/comfyui/README.md:curl-auth-header:32
9a1e87ce94083fb9696ec1df6c926ec77397b38e:ods/extensions/library/workflows/comfyui/README.md:curl-auth-header:64
9a1e87ce94083fb9696ec1df6c926ec77397b38e:ods/extensions/library/workflows/langflow/README.md:curl-auth-header:30
9a1e87ce94083fb9696ec1df6c926ec77397b38e:ods/extensions/library/workflows/flowise/README.md:curl-auth-header:30
1f9e6dae1a91ff274dac2f580996ae9f8d60f414:ods/extensions/library/workflows/flowise/README.md:curl-auth-header:30
1f9e6dae1a91ff274dac2f580996ae9f8d60f414:ods/extensions/library/workflows/comfyui/README.md:curl-auth-header:32
1f9e6dae1a91ff274dac2f580996ae9f8d60f414:ods/extensions/library/workflows/comfyui/README.md:curl-auth-header:64
1f9e6dae1a91ff274dac2f580996ae9f8d60f414:ods/extensions/library/workflows/langflow/README.md:curl-auth-header:30
# Example code in privacy shield implementation (test patterns)
6a5047fd3f7cc0369416d14289740b8c3f02dd06:ods/privacy-shield-offline/pii_scrubber.py:generic-api-key:146
6a5047fd3f7cc0369416d14289740b8c3f02dd06:ods/privacy-shield/pii_scrubber.py:generic-api-key:149
# Security audit documentation (example vulnerabilities for demonstration)
ce863df7a784f4d2406bf2c151e9c5c497b3d085:SECURITY_AUDIT.md:generic-api-key:31
ce863df7a784f4d2406bf2c151e9c5c497b3d085:SECURITY_AUDIT.md:generic-api-key:32
ce863df7a784f4d2406bf2c151e9c5c497b3d085:SECURITY_AUDIT.md:generic-api-key:59
# Archive/cookbook examples (historical test code and documentation)
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/android-labs/cookbooks/agent-template-writing.md:generic-api-key:383
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/android-labs/products/privacy-shield/test_shield.py:generic-api-key:34
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/android-labs/products/privacy-shield/test_shield.py:generic-api-key:157
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/android-labs/products/privacy-shield/test_shield.py:jwt:63
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/android-labs/docs/LIVEKIT-DEPLOYMENT-GUIDE.md:curl-auth-header:373
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/voice-agent-framework/core/hvac-token-server.py:generic-api-key:19
b21a7e1cf78cb925a8b0fe2d3819890c8a0e5751:archive/cookbook/voice-agent-framework/core/hvac-token-server.py:generic-api-key:20
76fc9f43ea8612dd50344a53b69b43b7eb650e04:archive/cookbook/android-labs/docs/LIVEKIT-DEPLOYMENT-GUIDE.md:curl-auth-header:373
76fc9f43ea8612dd50344a53b69b43b7eb650e04:archive/cookbook/android-labs/cookbooks/agent-template-writing.md:generic-api-key:383
76fc9f43ea8612dd50344a53b69b43b7eb650e04:archive/cookbook/android-labs/products/privacy-shield/test_shield.py:generic-api-key:34
76fc9f43ea8612dd50344a53b69b43b7eb650e04:archive/cookbook/android-labs/products/privacy-shield/test_shield.py:generic-api-key:157
76fc9f43ea8612dd50344a53b69b43b7eb650e04:archive/cookbook/android-labs/products/privacy-shield/test_shield.py:jwt:63
a3b26dbd450fd0dc5d0651ffa6f21fe20acb1195:archive/cookbook/voice-agent-framework/core/hvac-token-server.py:generic-api-key:19
a3b26dbd450fd0dc5d0651ffa6f21fe20acb1195:archive/cookbook/voice-agent-framework/core/hvac-token-server.py:generic-api-key:20
# Installer-generated placeholder values (replaced during installation)
9539512e06bef98b9276e339ef3cb2d6273e8f1f:ods/installers/macos/lib/env-generator.sh:generic-api-key:80
5c5151fe050ac570fb022ccb99d86bda93dfedb2:ods/installers/windows/lib/env-generator.ps1:generic-api-key:115
# Historical DreamServer false positives kept for full-history scans on this
# migration PR. These are generated placeholder key prefixes, not real secrets.
04efd4da78bb753f60f810552a0480db9041dd76:dream-server/installers/windows/lib/env-generator.ps1:langfuse-project-public-key:124
04efd4da78bb753f60f810552a0480db9041dd76:dream-server/installers/windows/lib/env-generator.ps1:langfuse-project-secret-key:125
fa44344053cadfb211269521eccf494a4486a9e3:dream-server/installers/phases/06-directories.sh:langfuse-project-public-key:261
fa44344053cadfb211269521eccf494a4486a9e3:dream-server/installers/phases/06-directories.sh:langfuse-project-secret-key:262
fa44344053cadfb211269521eccf494a4486a9e3:dream-server/installers/macos/lib/env-generator.sh:langfuse-project-public-key:85
fa44344053cadfb211269521eccf494a4486a9e3:dream-server/installers/macos/lib/env-generator.sh:langfuse-project-secret-key:87
# Configuration examples (default/placeholder values)
48a1d87d3d155359fb23d7a65d1db55b036b7508:ods/config/searxng/settings.yml:generic-api-key:3