mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-16 16:27:20 +02:00
test: Add secret detection benchmark dataset and ground truth
Add comprehensive benchmark dataset with 32 documented secrets for testing secret detection workflows (gitleaks, trufflehog, llm_secret_detection). - Add test_projects/secret_detection_benchmark/ with 19 test files - Add ground truth JSON with precise line-by-line secret mappings - Update .gitignore with exceptions for benchmark files (not real secrets) Dataset breakdown: - 12 Easy secrets (standard patterns) - 10 Medium secrets (obfuscated) - 10 Hard secrets (well hidden)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Database configuration
|
||||
databases:
|
||||
production:
|
||||
host: prod-db.example.com
|
||||
port: 5432
|
||||
# EASY SECRET #6: Azure connection string
|
||||
connection_string: "DefaultEndpointsProtocol=https;AccountName=prodstore;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;EndpointSuffix=core.windows.net"
|
||||
staging:
|
||||
host: staging-db.example.com
|
||||
port: 5432
|
||||
Reference in New Issue
Block a user