diff --git a/.env.example b/.env.example index b8d4407299..3abc17ce97 100644 --- a/.env.example +++ b/.env.example @@ -156,6 +156,8 @@ SECURE_COOKIES=false # Enable validation middleware and experimental IO validation for visibility EXPERIMENTAL_VALIDATE_IO=true +# Optional: enable the Rust JSON validation extension after `make rust-validation-install` +# EXPERIMENTAL_RUST_VALIDATION_MIDDLEWARE_ENABLED=false VALIDATION_MIDDLEWARE_ENABLED=true # Permission audit logging (RBAC checks) - disabled by default for performance @@ -805,10 +807,15 @@ OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 # Phase 0: EXPERIMENTAL_VALIDATE_IO=false (disabled, default) # Phase 1: EXPERIMENTAL_VALIDATE_IO=true, VALIDATION_STRICT=false (log-only) # Phase 2: EXPERIMENTAL_VALIDATE_IO=true, VALIDATION_STRICT=true (enforce in staging) +# Optional accelerator: EXPERIMENTAL_RUST_VALIDATION_MIDDLEWARE_ENABLED=true after `make rust-validation-install` # Phase 3: Production deployment with all features enabled # Project defaults block enables EXPERIMENTAL_VALIDATE_IO for local dev # EXPERIMENTAL_VALIDATE_IO=false +# Enable the experimental in-process Rust validator for recursive JSON validation checks +# Requires `make rust-validation-install` before enabling. +# EXPERIMENTAL_RUST_VALIDATION_MIDDLEWARE_ENABLED=false + # Enable validation middleware for all requests # When enabled, validates all incoming request parameters and paths # Options: true, false (default) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f955bed276..a020e92b52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -350,7 +350,7 @@ repos: description: Verifies test files in tests/ directories start with `test_`. language: python files: (^|/)tests/.+\.py$ - exclude: ^tests/(.*/)?(pages|helpers|fuzzers|scripts|fixtures|migration|utils|manual|async|load.*|populate)/.*\.py$|^tests/e2e/mcp_test_helpers\.py$ + exclude: ^tests/(.*/)?(pages|helpers|fuzzers|scripts|fixtures|migration|utils|manual|async|load.*|populate|client|jmeter)/.*\.py$|^tests/e2e/mcp_test_helpers\.py$ args: [--pytest-test-first] # `test_.*\.py` @@ -401,6 +401,7 @@ repos: name: 🐍 Black - Python Code Formatter description: The uncompromising Python code formatter. language_version: python3 + files: ^mcpgateway/ # - repo: https://github.com/pycqa/isort # rev: 6.0.1 @@ -513,6 +514,7 @@ repos: - id: interrogate args: [--quiet, --fail-under=100] files: ^mcpgateway/ + exclude: ^mcpgateway/plugins/framework/external/grpc/proto/.*_pb2.*\.py$ # ----------------------------------------------------------------------------- # 🔐 Security - Detect Secrets @@ -527,4 +529,5 @@ repos: name: 🔐 IBM Detect Secrets description: Detects secrets within a repository using IBM's detect-secrets. args: ['--baseline', '.secrets.baseline', --use-all-plugins, --fail-on-unaudited] + pass_filenames: false types: [text] diff --git a/.pre-commit-lite.yaml b/.pre-commit-lite.yaml index 9ff9a55f27..f5fd74973c 100644 --- a/.pre-commit-lite.yaml +++ b/.pre-commit-lite.yaml @@ -531,4 +531,5 @@ repos: name: 🔐 IBM Detect Secrets description: Detects secrets within a repository using IBM's detect-secrets. args: ['--baseline', '.secrets.baseline', --use-all-plugins, --fail-on-unaudited] + pass_filenames: false types: [text] diff --git a/.secrets.baseline b/.secrets.baseline index eb560c0280..d833dbdcee 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -1,9 +1,9 @@ { "exclude": { - "files": "^.secrets.baseline|package-lock.json|Cargo.lock|scripts/sign_image.sh|scripts/zap|sonar-project.properties|uv.lock|go.sum|mcpgateway/sri_hashes.json|^.secrets.baseline$", + "files": "^.secrets.baseline|package-lock.json|Cargo.lock|scripts/sign_image.sh|scripts/zap|sonar-project.properties|uv.lock|go.sum|mcpgateway/sri_hashes.json|docs/docs/deployment/openshift-pgo.md|docs/docs/architecture/roadmap.md|charts/mcp-stack/profiles/ocp/values-pgo.yaml|crates/mcp_runtime/src/lib.rs|crates/mcp_runtime/src/observability.rs|crates/mcp_runtime/tests/runtime.rs|crates/wrapper/src/config.rs|crates/wrapper/scripts/test-fast-time-wrapper.sh|^.secrets.baseline$", "lines": null }, - "generated_at": "2026-04-16T07:17:13Z", + "generated_at": "2026-04-16T13:53:02Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -92,7 +92,7 @@ "hashed_secret": "08cd923367890009657eab812753379bdb321eeb", "is_secret": false, "is_verified": false, - "line_number": 522, + "line_number": 524, "type": "Basic Auth Credentials", "verified_result": null }, @@ -100,7 +100,7 @@ "hashed_secret": "14f8aa3e560a47851908ab0f04ec856dbc512d93", "is_secret": false, "is_verified": false, - "line_number": 717, + "line_number": 719, "type": "Secret Keyword", "verified_result": null }, @@ -108,7 +108,7 @@ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", "is_secret": false, "is_verified": false, - "line_number": 986, + "line_number": 984, "type": "Secret Keyword", "verified_result": null }, @@ -116,7 +116,7 @@ "hashed_secret": "7b4455a56fbf1d198e45e04c437488514645a82c", "is_secret": false, "is_verified": false, - "line_number": 1012, + "line_number": 1010, "type": "Secret Keyword", "verified_result": null }, @@ -124,7 +124,7 @@ "hashed_secret": "ac371b6dcce28a86c90d12bc57d946a800eebf17", "is_secret": false, "is_verified": false, - "line_number": 1092, + "line_number": 1090, "type": "Secret Keyword", "verified_result": null }, @@ -132,7 +132,7 @@ "hashed_secret": "0b6ec68df700dec4dcd64babd0eda1edccddace1", "is_secret": false, "is_verified": false, - "line_number": 1097, + "line_number": 1095, "type": "Secret Keyword", "verified_result": null }, @@ -140,7 +140,7 @@ "hashed_secret": "4ad6f0082ee224001beb3ca5c3e81c8ceea5ed86", "is_secret": false, "is_verified": false, - "line_number": 1102, + "line_number": 1100, "type": "Secret Keyword", "verified_result": null }, @@ -148,7 +148,7 @@ "hashed_secret": "cb32747fcfb55eaa194c8cd8e4ba7d49ada08a94", "is_secret": false, "is_verified": false, - "line_number": 1108, + "line_number": 1106, "type": "Secret Keyword", "verified_result": null }, @@ -156,7 +156,7 @@ "hashed_secret": "6c178d51b13520496dbc767ed3d9d7aa5803ac72", "is_secret": false, "is_verified": false, - "line_number": 1120, + "line_number": 1118, "type": "Secret Keyword", "verified_result": null }, @@ -164,7 +164,7 @@ "hashed_secret": "ca45060a53fd8a255d1a83ee8d2f025283ccc66e", "is_secret": false, "is_verified": false, - "line_number": 1138, + "line_number": 1136, "type": "Secret Keyword", "verified_result": null }, @@ -172,7 +172,7 @@ "hashed_secret": "910fbf00f58e9bcb095ea26a75cc1d9a3355e671", "is_secret": false, "is_verified": false, - "line_number": 1199, + "line_number": 1197, "type": "Secret Keyword", "verified_result": null } @@ -200,7 +200,7 @@ "hashed_secret": "f4793151b0607198d4de9b1ca458d3e25adf1cb7", "is_secret": false, "is_verified": false, - "line_number": 112, + "line_number": 111, "type": "Secret Keyword", "verified_result": null }, @@ -208,7 +208,7 @@ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", "is_secret": false, "is_verified": false, - "line_number": 188, + "line_number": 154, "type": "Secret Keyword", "verified_result": null }, @@ -216,7 +216,7 @@ "hashed_secret": "7b4455a56fbf1d198e45e04c437488514645a82c", "is_secret": false, "is_verified": false, - "line_number": 190, + "line_number": 156, "type": "Secret Keyword", "verified_result": null }, @@ -224,7 +224,7 @@ "hashed_secret": "90bd1b48e958257948487b90bee080ba5ed00caa", "is_secret": false, "is_verified": false, - "line_number": 262, + "line_number": 228, "type": "Hex High Entropy String", "verified_result": null }, @@ -232,7 +232,7 @@ "hashed_secret": "48ffbad96aa9c2b33f9486f5a3c2108198acb518", "is_secret": false, "is_verified": false, - "line_number": 263, + "line_number": 229, "type": "Hex High Entropy String", "verified_result": null } @@ -505,6 +505,168 @@ "verified_result": null } ], + "a2a-agents/go/a2a-echo-agent/go.sum": [ + { + "hashed_secret": "4ed2bcc682fadf1263c083d690b35536ca8ade46", + "is_secret": false, + "is_verified": false, + "line_number": 1, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "19169e6206cd245c200ed223be3e0bcb0fbd87e2", + "is_secret": false, + "is_verified": false, + "line_number": 2, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "663ff96310add0b89fc17989804355fd71961587", + "is_secret": false, + "is_verified": false, + "line_number": 3, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60b6054f8e077d77f63d8abccfe3c58496ef9314", + "is_secret": false, + "is_verified": false, + "line_number": 4, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "70d9487f866e7568023b2d0fff23e8f65422db1d", + "is_secret": false, + "is_verified": false, + "line_number": 7, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "35706e5d2a1e3ea930f4b8ef20bf5b1b85bbab1a", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "87bcec30b2960187a0c9a241037d8b9dfebdabdc", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "77363acd3535f313c12c30a901910f89ef3aab5c", + "is_secret": false, + "is_verified": false, + "line_number": 10, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5255c86c122d6295205109fd8f4f8b3dcb62fc72", + "is_secret": false, + "is_verified": false, + "line_number": 11, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aec466cfa06bbcb4b43b1f126024e5b670965c9c", + "is_secret": false, + "is_verified": false, + "line_number": 12, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6128e62fb8bc8b502d82b6f85481d892cf1dc236", + "is_secret": false, + "is_verified": false, + "line_number": 13, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "83746120704add35c4c3b643f3223a190976cbfd", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3d4fb8a250b876659dcd53e53f84d66e69247a95", + "is_secret": false, + "is_verified": false, + "line_number": 15, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5f3a7f85fa8000aeb9d15d2ecadc2919d507936a", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2706b9553c1f1dc80f36fb89e3daf053b5869234", + "is_secret": false, + "is_verified": false, + "line_number": 17, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ac1580dd0e40cea85c33d15e92ce89f05604434f", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "55d43b21a9b4d5dec49957c878bfa31452b9f805", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cbad3a7e0c4eb4e028a79ff4dfb81b0cd4cbc749", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6bfe9703e839e38d1b52271baae5781b20e30ae1", + "is_secret": false, + "is_verified": false, + "line_number": 21, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "722320d287126a8fc30b8b80f48235b54796844f", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], "charts/AGENTS.md": [ { "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", @@ -577,16 +739,6 @@ "verified_result": null } ], - "charts/mcp-stack/profiles/ocp/values-pgo.yaml": [ - { - "hashed_secret": "c58a69e6abb14e59f5e5761ac85a933c671bda09", - "is_secret": false, - "is_verified": false, - "line_number": 301, - "type": "Secret Keyword", - "verified_result": null - } - ], "charts/mcp-stack/templates/deployment-redis.yaml": [ { "hashed_secret": "cff0d14e4337fa8bdb68dfa906f04b0df6fad72f", @@ -628,7 +780,7 @@ "hashed_secret": "7b4455a56fbf1d198e45e04c437488514645a82c", "is_secret": false, "is_verified": false, - "line_number": 802, + "line_number": 803, "type": "Secret Keyword", "verified_result": null }, @@ -636,7 +788,7 @@ "hashed_secret": "25ab86bed149ca6ca9c1c0d5db7c9a91388ddeab", "is_secret": false, "is_verified": false, - "line_number": 958, + "line_number": 959, "type": "Basic Auth Credentials", "verified_result": null }, @@ -644,7 +796,7 @@ "hashed_secret": "d08f88df745fa7950b104e4a707a31cfce7b5841", "is_secret": false, "is_verified": false, - "line_number": 1061, + "line_number": 1062, "type": "Secret Keyword", "verified_result": null }, @@ -652,7 +804,7 @@ "hashed_secret": "7288edd0fc3ffcbe93a0cf06e3568e28521687bc", "is_secret": false, "is_verified": false, - "line_number": 1064, + "line_number": 1065, "type": "Secret Keyword", "verified_result": null }, @@ -660,7 +812,7 @@ "hashed_secret": "8674c9b302d20800e4ab3808f139704d8641a6e3", "is_secret": false, "is_verified": false, - "line_number": 1230, + "line_number": 1231, "type": "Secret Keyword", "verified_result": null }, @@ -668,7 +820,7 @@ "hashed_secret": "cff0d14e4337fa8bdb68dfa906f04b0df6fad72f", "is_secret": false, "is_verified": false, - "line_number": 1269, + "line_number": 1270, "type": "Secret Keyword", "verified_result": null }, @@ -676,7 +828,7 @@ "hashed_secret": "f865b53623b121fd34ee5426c792e5c33af8c227", "is_secret": false, "is_verified": false, - "line_number": 1318, + "line_number": 1319, "type": "Secret Keyword", "verified_result": null }, @@ -684,7 +836,7 @@ "hashed_secret": "acde39840735314af1300688b6c2324ea89770a3", "is_secret": false, "is_verified": false, - "line_number": 1413, + "line_number": 1414, "type": "Secret Keyword", "verified_result": null }, @@ -692,17 +844,7 @@ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", "is_secret": false, "is_verified": false, - "line_number": 1784, - "type": "Secret Keyword", - "verified_result": null - } - ], - "crates/mcp_runtime/tests/runtime.rs": [ - { - "hashed_secret": "5b204323030835cdda5d258742d1452e812988de", - "is_secret": false, - "is_verified": false, - "line_number": 1642, + "line_number": 1785, "type": "Secret Keyword", "verified_result": null } @@ -980,7 +1122,7 @@ "hashed_secret": "b6f3674b78a02881de33177e6f6fb8b851e0101c", "is_secret": false, "is_verified": false, - "line_number": 255, + "line_number": 222, "type": "Secret Keyword", "verified_result": null }, @@ -988,7 +1130,7 @@ "hashed_secret": "108b310facc1a193833fc2971fd83081f775ea0c", "is_secret": false, "is_verified": false, - "line_number": 339, + "line_number": 306, "type": "Secret Keyword", "verified_result": null }, @@ -996,7 +1138,7 @@ "hashed_secret": "266bda40a4eed34ae3cead41cb813b8f94dc6f27", "is_secret": false, "is_verified": false, - "line_number": 345, + "line_number": 312, "type": "Secret Keyword", "verified_result": null }, @@ -1004,7 +1146,7 @@ "hashed_secret": "a6e38ae8688f390d45039a635c394dea67b9bc41", "is_secret": false, "is_verified": false, - "line_number": 387, + "line_number": 354, "type": "Secret Keyword", "verified_result": null }, @@ -1012,7 +1154,7 @@ "hashed_secret": "bba409d5cd2d77fe052d5ecc39b35f167641118c", "is_secret": false, "is_verified": false, - "line_number": 395, + "line_number": 362, "type": "Secret Keyword", "verified_result": null }, @@ -1020,7 +1162,7 @@ "hashed_secret": "08cd923367890009657eab812753379bdb321eeb", "is_secret": false, "is_verified": false, - "line_number": 933, + "line_number": 900, "type": "Secret Keyword", "verified_result": null }, @@ -1028,7 +1170,7 @@ "hashed_secret": "bd0160c2cf35d950843c88f3be2b9412ed71f485", "is_secret": false, "is_verified": false, - "line_number": 1030, + "line_number": 997, "type": "Secret Keyword", "verified_result": null }, @@ -1036,7 +1178,7 @@ "hashed_secret": "3879c93c04cab8707ab8ab6a4f97d51ea8fb6f47", "is_secret": false, "is_verified": false, - "line_number": 1091, + "line_number": 1058, "type": "Secret Keyword", "verified_result": null }, @@ -1044,7 +1186,7 @@ "hashed_secret": "756fa1fd4f0c6d5249cc2ad68d5a5a6bfe96aacd", "is_secret": false, "is_verified": false, - "line_number": 1126, + "line_number": 1093, "type": "Secret Keyword", "verified_result": null }, @@ -1052,7 +1194,7 @@ "hashed_secret": "2df14e4719f299249cd9a97cf68cc87232a27cbb", "is_secret": false, "is_verified": false, - "line_number": 1665, + "line_number": 1632, "type": "Hex High Entropy String", "verified_result": null }, @@ -1060,7 +1202,7 @@ "hashed_secret": "0772e9ff96270d7e9a41cef301e135da6f74a8fc", "is_secret": false, "is_verified": false, - "line_number": 1742, + "line_number": 1709, "type": "Hex High Entropy String", "verified_result": null }, @@ -1068,7 +1210,7 @@ "hashed_secret": "293324f6824bb3a6db5c4dc42a60ddd4a9851c99", "is_secret": false, "is_verified": false, - "line_number": 2054, + "line_number": 2021, "type": "Hex High Entropy String", "verified_result": null }, @@ -1076,7 +1218,7 @@ "hashed_secret": "543d4766b92de8d18b1899c24e825638fd2a2bb7", "is_secret": false, "is_verified": false, - "line_number": 2511, + "line_number": 2477, "type": "Secret Keyword", "verified_result": null }, @@ -1084,7 +1226,7 @@ "hashed_secret": "76a5af8c9ee406ff91da84664bc6f58cacb2ad76", "is_secret": false, "is_verified": false, - "line_number": 2511, + "line_number": 2477, "type": "Base64 High Entropy String", "verified_result": null }, @@ -1092,7 +1234,7 @@ "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", "is_secret": false, "is_verified": false, - "line_number": 2524, + "line_number": 2490, "type": "Secret Keyword", "verified_result": null }, @@ -1100,7 +1242,7 @@ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", "is_secret": false, "is_verified": false, - "line_number": 2669, + "line_number": 2632, "type": "Secret Keyword", "verified_result": null }, @@ -1108,7 +1250,7 @@ "hashed_secret": "12be9f7db42eb4a2d881a99fa9ba847e1f83677f", "is_secret": false, "is_verified": false, - "line_number": 2690, + "line_number": 2653, "type": "Secret Keyword", "verified_result": null }, @@ -1116,7 +1258,7 @@ "hashed_secret": "c3de40d5e3fc71ed62771c2127a8e42585026c97", "is_secret": false, "is_verified": false, - "line_number": 2698, + "line_number": 2661, "type": "Secret Keyword", "verified_result": null }, @@ -1124,7 +1266,7 @@ "hashed_secret": "ce53277317aa3cd27c1619d7d371306ded2ddd1e", "is_secret": false, "is_verified": false, - "line_number": 2703, + "line_number": 2666, "type": "Secret Keyword", "verified_result": null } @@ -1488,22 +1630,6 @@ "type": "Secret Keyword", "verified_result": null }, - { - "hashed_secret": "64814a3b7fd8444a56ad3641fd3451c6deaf0757", - "is_secret": false, - "is_verified": false, - "line_number": 753, - "type": "Secret Keyword", - "verified_result": null - }, - { - "hashed_secret": "af84d91fde168566c7dc18f3121ea2fbe651af1f", - "is_secret": false, - "is_verified": false, - "line_number": 782, - "type": "Secret Keyword", - "verified_result": null - }, { "hashed_secret": "d1081e351fbebe0deb0c2867d5f731c8f9cc3fd8", "is_secret": false, @@ -1528,14 +1654,6 @@ "type": "Secret Keyword", "verified_result": null }, - { - "hashed_secret": "8bf177a72c93155020ebca9ee7f3c6e0fbdee946", - "is_secret": false, - "is_verified": false, - "line_number": 1055, - "type": "Secret Keyword", - "verified_result": null - }, { "hashed_secret": "c41e6cd4245e404f07635fdbac351aad4d54a213", "is_secret": false, @@ -1931,154 +2049,80 @@ "verified_result": null } ], - "docs/docs/deployment/openshift-pgo.md": [ + "docs/docs/deployment/openshift.md": [ { - "hashed_secret": "b72fa999b4e7658a814eb70863e66cff9b3574b9", + "hashed_secret": "a66da6b879b17d056be20c7b53a4f1626e40f833", "is_secret": false, "is_verified": false, - "line_number": 114, + "line_number": 69, "type": "Secret Keyword", "verified_result": null - }, + } + ], + "docs/docs/deployment/postgresql-schema-configuration.md": [ { - "hashed_secret": "3fa0a2c81fe616a652f89b0765a4a6a3f4ce6199", + "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", "is_secret": false, "is_verified": false, - "line_number": 115, - "type": "Secret Keyword", + "line_number": 44, + "type": "Basic Auth Credentials", "verified_result": null }, { - "hashed_secret": "4f89935b0823dafe5063e3102ab1d31907948e94", + "hashed_secret": "782b9a79e728e0d12615365e19c99cc247800336", "is_secret": false, "is_verified": false, - "line_number": 116, - "type": "Secret Keyword", + "line_number": 232, + "type": "Basic Auth Credentials", "verified_result": null }, { - "hashed_secret": "54c436a69235752aa94424dfdbb63469bbc1aae7", + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", "is_secret": false, "is_verified": false, - "line_number": 122, - "type": "Secret Keyword", + "line_number": 246, + "type": "Basic Auth Credentials", "verified_result": null - }, + } + ], + "docs/docs/deployment/proxy-auth.md": [ { - "hashed_secret": "602a3bcd9e73d7abd64dc26b0cb407e963c9f806", + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", "is_secret": false, "is_verified": false, - "line_number": 137, + "line_number": 127, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "de7c0d0731b4b25d51e1d5025b8559d073d3c0e7", + "hashed_secret": "c303df00cd0a72b21c62900b758b06fc541664ce", "is_secret": false, "is_verified": false, - "line_number": 279, + "line_number": 147, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "d09a50d86d7403a4bc3ee1823f91ec14fb14acd4", + "hashed_secret": "97e60ee4c5b5f34ba84d95c4331f29b9dac9d1f6", "is_secret": false, "is_verified": false, - "line_number": 288, + "line_number": 148, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "2bdb52a577a3b6376b125fa94bfa4366a53c5ea0", + "hashed_secret": "bc2f74c22f98f7b6ffbc2f67453dbfa99bce9a32", "is_secret": false, "is_verified": false, - "line_number": 290, + "line_number": 281, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "ae0131d240ba7cc32be22b778cb4a62ccfbd3660", + "hashed_secret": "4a0a2df96d4c9a13a282268cab33ac4b8cbb2c72", "is_secret": false, "is_verified": false, - "line_number": 296, - "type": "Secret Keyword", - "verified_result": null - } - ], - "docs/docs/deployment/openshift.md": [ - { - "hashed_secret": "a66da6b879b17d056be20c7b53a4f1626e40f833", - "is_secret": false, - "is_verified": false, - "line_number": 69, - "type": "Secret Keyword", - "verified_result": null - } - ], - "docs/docs/deployment/postgresql-schema-configuration.md": [ - { - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", - "is_secret": false, - "is_verified": false, - "line_number": 44, - "type": "Basic Auth Credentials", - "verified_result": null - }, - { - "hashed_secret": "782b9a79e728e0d12615365e19c99cc247800336", - "is_secret": false, - "is_verified": false, - "line_number": 232, - "type": "Basic Auth Credentials", - "verified_result": null - }, - { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", - "is_secret": false, - "is_verified": false, - "line_number": 246, - "type": "Basic Auth Credentials", - "verified_result": null - } - ], - "docs/docs/deployment/proxy-auth.md": [ - { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", - "is_secret": false, - "is_verified": false, - "line_number": 127, - "type": "Secret Keyword", - "verified_result": null - }, - { - "hashed_secret": "c303df00cd0a72b21c62900b758b06fc541664ce", - "is_secret": false, - "is_verified": false, - "line_number": 147, - "type": "Secret Keyword", - "verified_result": null - }, - { - "hashed_secret": "97e60ee4c5b5f34ba84d95c4331f29b9dac9d1f6", - "is_secret": false, - "is_verified": false, - "line_number": 148, - "type": "Secret Keyword", - "verified_result": null - }, - { - "hashed_secret": "bc2f74c22f98f7b6ffbc2f67453dbfa99bce9a32", - "is_secret": false, - "is_verified": false, - "line_number": 281, - "type": "Secret Keyword", - "verified_result": null - }, - { - "hashed_secret": "4a0a2df96d4c9a13a282268cab33ac4b8cbb2c72", - "is_secret": false, - "is_verified": false, - "line_number": 308, + "line_number": 308, "type": "Secret Keyword", "verified_result": null } @@ -2122,7 +2166,7 @@ "hashed_secret": "9ae4d2858bd2df0cf19722488adae925ff3c4bdb", "is_secret": false, "is_verified": false, - "line_number": 173, + "line_number": 165, "type": "Secret Keyword", "verified_result": null } @@ -3851,6053 +3895,23541 @@ "verified_result": null } ], - "mcp-servers/go/fast-time-server/Makefile": [ + "mcp-servers/go/benchmark-server/go.sum": [ { - "hashed_secret": "71e681d785101e06248de755ab0cfd7dfd03b1c3", + "hashed_secret": "6c9f454b0e4b6e69dffcde8958d5cbc4c1542af1", "is_secret": false, "is_verified": false, - "line_number": 178, - "type": "Secret Keyword", + "line_number": 1, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/.env.example": [ + }, { - "hashed_secret": "ff038b491fe469133a2158e33b8097e331f3f67d", + "hashed_secret": "ce9dbf3ba8b00b42eda9391ff1d6629d98c82bf3", "is_secret": false, "is_verified": false, - "line_number": 9, - "type": "Secret Keyword", + "line_number": 2, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "58d4eee22e25f469cbfd4696e75ae88431afb806", + "hashed_secret": "2bdb2dcdb6c101568487eebafb2f20014d74b8ae", "is_secret": false, "is_verified": false, - "line_number": 14, - "type": "Secret Keyword", + "line_number": 3, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "229ef5f2d2c7ff8a29a9297ff391801a4165e21a", + "hashed_secret": "bb5af1eaa28477772d5c08a20b1c2b6a23cb5b43", "is_secret": false, "is_verified": false, - "line_number": 20, - "type": "Secret Keyword", + "line_number": 4, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "bad20ce8953a58e8c0e634c770cbd5ab0644b617", + "hashed_secret": "e7d2b52449737744aa82f66895db6409dd7efc89", "is_secret": false, "is_verified": false, - "line_number": 123, - "type": "Secret Keyword", + "line_number": 5, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "cdc2c645cec048cdded4b3832bc2adcacbfef366", + "hashed_secret": "4dbbe18874344f8a812138c0c9b17841a5fab11d", "is_secret": false, "is_verified": false, - "line_number": 131, - "type": "Secret Keyword", + "line_number": 6, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "hashed_secret": "56bd15472de1e7093a6e5b68076ea13d0c4f038e", "is_secret": false, "is_verified": false, - "line_number": 135, - "type": "Secret Keyword", + "line_number": 8, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "0b4209015cc5c40f2e5d55f0d00c9169d193c015", + "hashed_secret": "8e77ab2553fa2910efa74853f1dfdf8bf908f4cd", "is_secret": false, "is_verified": false, - "line_number": 139, - "type": "Secret Keyword", + "line_number": 9, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "c6bebac7ac267cd09b766423e74551efde2e8fc5", + "hashed_secret": "842654532e980beededcff7f86f211f6f6fb75ea", "is_secret": false, "is_verified": false, - "line_number": 142, - "type": "Secret Keyword", + "line_number": 10, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/CONFIGURATION_GUIDE.md": [ + }, { - "hashed_secret": "6d9c68c603e465077bdd49c62347fe54717f83a3", + "hashed_secret": "4724ab896f88b559475503a25625b26261a329cd", "is_secret": false, "is_verified": false, - "line_number": 748, - "type": "Secret Keyword", + "line_number": 13, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "hashed_secret": "f52c937410723ca58395f9b66aab19c78225cd0b", "is_secret": false, "is_verified": false, - "line_number": 765, - "type": "Secret Keyword", + "line_number": 14, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "c7a8c334eef5d1749fface7d42c66f9ae5e8cf36", + "hashed_secret": "ba587f6a940dca65109d203c5816402c862e3c54", "is_secret": false, "is_verified": false, - "line_number": 766, - "type": "Secret Keyword", + "line_number": 15, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "hashed_secret": "7ee178324b977e202c99a1df3f1ae92819b7a67d", "is_secret": false, "is_verified": false, - "line_number": 806, - "type": "Secret Keyword", + "line_number": 16, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/Containerfile": [ + }, { - "hashed_secret": "cf6d949371a1a22c7181c6d5d91835a7d5a6ae70", + "hashed_secret": "8b008690a2114bf8092791ae8aa0b0177a2e78af", "is_secret": false, "is_verified": false, - "line_number": 96, - "type": "Secret Keyword", + "line_number": 17, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/Makefile": [ + }, { - "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "hashed_secret": "e134a4ec1ab316db90f0c25018be96acddea30c3", "is_secret": false, "is_verified": false, - "line_number": 248, - "type": "Secret Keyword", + "line_number": 18, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "hashed_secret": "b8b469de8189d6dfdc9be430444dfe3b91c1c41f", "is_secret": false, "is_verified": false, - "line_number": 249, - "type": "Secret Keyword", + "line_number": 19, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/README.md": [ + }, { - "hashed_secret": "a2f2e97de6f7af39a9f208854d9106322af07d27", + "hashed_secret": "e464c9d445ee897d5aabe03c95cf75b97f784ee4", "is_secret": false, "is_verified": false, - "line_number": 225, - "type": "Secret Keyword", + "line_number": 20, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "5d395f245794c71d83c91fd0a3292e0dddb75be2", + "hashed_secret": "a1bdf685a3aa398161c4beb2e50b3399e475bef7", "is_secret": false, "is_verified": false, - "line_number": 227, - "type": "Secret Keyword", + "line_number": 21, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/docker-compose.yml": [ + }, { - "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", + "hashed_secret": "a57cbefdf6fd50b87639e1ea68f07c2acd43f41e", "is_secret": false, "is_verified": false, - "line_number": 11, - "type": "Secret Keyword", + "line_number": 22, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/examples/claude-4-1-bedrock.env": [ + }, { - "hashed_secret": "63a7af5ac66389a5b0fc828d5e251dceef278117", + "hashed_secret": "6a4a1948d9e9978e41ee2d466928b91e8ac5d54b", "is_secret": false, "is_verified": false, - "line_number": 13, - "type": "Secret Keyword", + "line_number": 23, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/examples/gemini.env": [ + }, { - "hashed_secret": "0b4209015cc5c40f2e5d55f0d00c9169d193c015", + "hashed_secret": "c382813ad978b45fb54312f408087e014b4374eb", "is_secret": false, "is_verified": false, - "line_number": 12, - "type": "Secret Keyword", + "line_number": 24, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/examples/watsonx.env": [ + }, { - "hashed_secret": "c6bebac7ac267cd09b766423e74551efde2e8fc5", + "hashed_secret": "0512c7c214a7f096fc11ea88eaacee8d0c4ff09d", "is_secret": false, "is_verified": false, - "line_number": 12, - "type": "Secret Keyword", + "line_number": 25, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcp-servers/python/mcp_eval_server/test_all_providers.py": [ + }, { - "hashed_secret": "69dba6dfc0be932d10cdbfaae770c300cd7e0e3c", + "hashed_secret": "3b4bba8acc95234baabdcfef0574ad9178264cd8", "is_secret": false, "is_verified": false, - "line_number": 47, - "type": "Secret Keyword", + "line_number": 26, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "58e0b5360036b03c093c01fe6e95242a83b12ff7", + "hashed_secret": "ee7e9c9dcefa74787de5833aea9a69a9dcd6d2f5", "is_secret": false, "is_verified": false, - "line_number": 50, - "type": "Secret Keyword", + "line_number": 27, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "60dae6886103a20b3fd75814ece38eb861246083", + "hashed_secret": "aca7723c6d3da24c807ca13d86dbb93366385d49", "is_secret": false, "is_verified": false, - "line_number": 54, - "type": "Secret Keyword", + "line_number": 28, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "d4e0e04792fd434b5dc9c4155c178f66edcf4ed3", + "hashed_secret": "bad1eb8ee8f0feb71b5ee62380387e98eee83361", "is_secret": false, "is_verified": false, - "line_number": 57, - "type": "Secret Keyword", + "line_number": 29, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "61590b1c314aea752829602c7e0d653e51d52738", + "hashed_secret": "a3f739e01b6d150f9cec4737e7668db917cc2771", "is_secret": false, "is_verified": false, - "line_number": 60, - "type": "Secret Keyword", + "line_number": 30, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "3658a95db0b214e73694335448df084f979c526f", + "hashed_secret": "759b289277b9f01eb4d2db69dfced2a89eacaa35", "is_secret": false, "is_verified": false, - "line_number": 62, - "type": "Secret Keyword", + "line_number": 31, + "type": "Base64 High Entropy String", "verified_result": null - } - ], + }, + { + "hashed_secret": "66b17712cbe582493d020b02d5b2d5be8baaa11c", + "is_secret": false, + "is_verified": false, + "line_number": 32, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eb34eaae50a4590c2be43a30b0488b26dd7eaaa7", + "is_secret": false, + "is_verified": false, + "line_number": 33, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c9eef9f87abeaaaa56e03c095d776c6b33b3226", + "is_secret": false, + "is_verified": false, + "line_number": 34, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "197ab72e93bfd563abee11ef65017dfdf5e5ac00", + "is_secret": false, + "is_verified": false, + "line_number": 35, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aa945027601e7b92be504f177761e51cd2fc9293", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "26003ea45ee54ae0c27ff9e6156c3a353bfbf0cb", + "is_secret": false, + "is_verified": false, + "line_number": 37, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d858adb1976228c458c39e2564548b3e2466d8d5", + "is_secret": false, + "is_verified": false, + "line_number": 38, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcp-servers/go/fast-time-server/Makefile": [ + { + "hashed_secret": "71e681d785101e06248de755ab0cfd7dfd03b1c3", + "is_secret": false, + "is_verified": false, + "line_number": 178, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/go/fast-time-server/go.sum": [ + { + "hashed_secret": "6c9f454b0e4b6e69dffcde8958d5cbc4c1542af1", + "is_secret": false, + "is_verified": false, + "line_number": 1, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ce9dbf3ba8b00b42eda9391ff1d6629d98c82bf3", + "is_secret": false, + "is_verified": false, + "line_number": 2, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bdb2dcdb6c101568487eebafb2f20014d74b8ae", + "is_secret": false, + "is_verified": false, + "line_number": 3, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bb5af1eaa28477772d5c08a20b1c2b6a23cb5b43", + "is_secret": false, + "is_verified": false, + "line_number": 4, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e7d2b52449737744aa82f66895db6409dd7efc89", + "is_secret": false, + "is_verified": false, + "line_number": 5, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4dbbe18874344f8a812138c0c9b17841a5fab11d", + "is_secret": false, + "is_verified": false, + "line_number": 6, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56bd15472de1e7093a6e5b68076ea13d0c4f038e", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8e77ab2553fa2910efa74853f1dfdf8bf908f4cd", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "842654532e980beededcff7f86f211f6f6fb75ea", + "is_secret": false, + "is_verified": false, + "line_number": 10, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4724ab896f88b559475503a25625b26261a329cd", + "is_secret": false, + "is_verified": false, + "line_number": 13, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f52c937410723ca58395f9b66aab19c78225cd0b", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba587f6a940dca65109d203c5816402c862e3c54", + "is_secret": false, + "is_verified": false, + "line_number": 15, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7ee178324b977e202c99a1df3f1ae92819b7a67d", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b008690a2114bf8092791ae8aa0b0177a2e78af", + "is_secret": false, + "is_verified": false, + "line_number": 17, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e134a4ec1ab316db90f0c25018be96acddea30c3", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b8b469de8189d6dfdc9be430444dfe3b91c1c41f", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e464c9d445ee897d5aabe03c95cf75b97f784ee4", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a1bdf685a3aa398161c4beb2e50b3399e475bef7", + "is_secret": false, + "is_verified": false, + "line_number": 21, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a57cbefdf6fd50b87639e1ea68f07c2acd43f41e", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6a4a1948d9e9978e41ee2d466928b91e8ac5d54b", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c382813ad978b45fb54312f408087e014b4374eb", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0512c7c214a7f096fc11ea88eaacee8d0c4ff09d", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3b4bba8acc95234baabdcfef0574ad9178264cd8", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ee7e9c9dcefa74787de5833aea9a69a9dcd6d2f5", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aca7723c6d3da24c807ca13d86dbb93366385d49", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bad1eb8ee8f0feb71b5ee62380387e98eee83361", + "is_secret": false, + "is_verified": false, + "line_number": 29, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a3f739e01b6d150f9cec4737e7668db917cc2771", + "is_secret": false, + "is_verified": false, + "line_number": 30, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "759b289277b9f01eb4d2db69dfced2a89eacaa35", + "is_secret": false, + "is_verified": false, + "line_number": 31, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "66b17712cbe582493d020b02d5b2d5be8baaa11c", + "is_secret": false, + "is_verified": false, + "line_number": 32, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eb34eaae50a4590c2be43a30b0488b26dd7eaaa7", + "is_secret": false, + "is_verified": false, + "line_number": 33, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c9eef9f87abeaaaa56e03c095d776c6b33b3226", + "is_secret": false, + "is_verified": false, + "line_number": 34, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "197ab72e93bfd563abee11ef65017dfdf5e5ac00", + "is_secret": false, + "is_verified": false, + "line_number": 35, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aa945027601e7b92be504f177761e51cd2fc9293", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "26003ea45ee54ae0c27ff9e6156c3a353bfbf0cb", + "is_secret": false, + "is_verified": false, + "line_number": 37, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d858adb1976228c458c39e2564548b3e2466d8d5", + "is_secret": false, + "is_verified": false, + "line_number": 38, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcp-servers/go/slow-time-server/go.sum": [ + { + "hashed_secret": "e7d2b52449737744aa82f66895db6409dd7efc89", + "is_secret": false, + "is_verified": false, + "line_number": 1, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4dbbe18874344f8a812138c0c9b17841a5fab11d", + "is_secret": false, + "is_verified": false, + "line_number": 2, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56bd15472de1e7093a6e5b68076ea13d0c4f038e", + "is_secret": false, + "is_verified": false, + "line_number": 4, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba587f6a940dca65109d203c5816402c862e3c54", + "is_secret": false, + "is_verified": false, + "line_number": 11, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7ee178324b977e202c99a1df3f1ae92819b7a67d", + "is_secret": false, + "is_verified": false, + "line_number": 12, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b008690a2114bf8092791ae8aa0b0177a2e78af", + "is_secret": false, + "is_verified": false, + "line_number": 13, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e134a4ec1ab316db90f0c25018be96acddea30c3", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6a4a1948d9e9978e41ee2d466928b91e8ac5d54b", + "is_secret": false, + "is_verified": false, + "line_number": 17, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c382813ad978b45fb54312f408087e014b4374eb", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0512c7c214a7f096fc11ea88eaacee8d0c4ff09d", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3b4bba8acc95234baabdcfef0574ad9178264cd8", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ee7e9c9dcefa74787de5833aea9a69a9dcd6d2f5", + "is_secret": false, + "is_verified": false, + "line_number": 21, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aca7723c6d3da24c807ca13d86dbb93366385d49", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bad1eb8ee8f0feb71b5ee62380387e98eee83361", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a3f739e01b6d150f9cec4737e7668db917cc2771", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eb34eaae50a4590c2be43a30b0488b26dd7eaaa7", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c9eef9f87abeaaaa56e03c095d776c6b33b3226", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "26003ea45ee54ae0c27ff9e6156c3a353bfbf0cb", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d858adb1976228c458c39e2564548b3e2466d8d5", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/.env.example": [ + { + "hashed_secret": "ff038b491fe469133a2158e33b8097e331f3f67d", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "58d4eee22e25f469cbfd4696e75ae88431afb806", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "229ef5f2d2c7ff8a29a9297ff391801a4165e21a", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "bad20ce8953a58e8c0e634c770cbd5ab0644b617", + "is_secret": false, + "is_verified": false, + "line_number": 123, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cdc2c645cec048cdded4b3832bc2adcacbfef366", + "is_secret": false, + "is_verified": false, + "line_number": 131, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "is_secret": false, + "is_verified": false, + "line_number": 135, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0b4209015cc5c40f2e5d55f0d00c9169d193c015", + "is_secret": false, + "is_verified": false, + "line_number": 139, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c6bebac7ac267cd09b766423e74551efde2e8fc5", + "is_secret": false, + "is_verified": false, + "line_number": 142, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/CONFIGURATION_GUIDE.md": [ + { + "hashed_secret": "6d9c68c603e465077bdd49c62347fe54717f83a3", + "is_secret": false, + "is_verified": false, + "line_number": 748, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "is_secret": false, + "is_verified": false, + "line_number": 765, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c7a8c334eef5d1749fface7d42c66f9ae5e8cf36", + "is_secret": false, + "is_verified": false, + "line_number": 766, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "is_secret": false, + "is_verified": false, + "line_number": 806, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/Containerfile": [ + { + "hashed_secret": "cf6d949371a1a22c7181c6d5d91835a7d5a6ae70", + "is_secret": false, + "is_verified": false, + "line_number": 96, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/Makefile": [ + { + "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "is_secret": false, + "is_verified": false, + "line_number": 248, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "is_secret": false, + "is_verified": false, + "line_number": 249, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/README.md": [ + { + "hashed_secret": "a2f2e97de6f7af39a9f208854d9106322af07d27", + "is_secret": false, + "is_verified": false, + "line_number": 225, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "5d395f245794c71d83c91fd0a3292e0dddb75be2", + "is_secret": false, + "is_verified": false, + "line_number": 227, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/docker-compose.yml": [ + { + "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", + "is_secret": false, + "is_verified": false, + "line_number": 11, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/examples/claude-4-1-bedrock.env": [ + { + "hashed_secret": "63a7af5ac66389a5b0fc828d5e251dceef278117", + "is_secret": false, + "is_verified": false, + "line_number": 13, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/examples/gemini.env": [ + { + "hashed_secret": "0b4209015cc5c40f2e5d55f0d00c9169d193c015", + "is_secret": false, + "is_verified": false, + "line_number": 12, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/examples/watsonx.env": [ + { + "hashed_secret": "c6bebac7ac267cd09b766423e74551efde2e8fc5", + "is_secret": false, + "is_verified": false, + "line_number": 12, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/mcp_eval_server/test_all_providers.py": [ + { + "hashed_secret": "69dba6dfc0be932d10cdbfaae770c300cd7e0e3c", + "is_secret": false, + "is_verified": false, + "line_number": 47, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "58e0b5360036b03c093c01fe6e95242a83b12ff7", + "is_secret": false, + "is_verified": false, + "line_number": 50, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "60dae6886103a20b3fd75814ece38eb861246083", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d4e0e04792fd434b5dc9c4155c178f66edcf4ed3", + "is_secret": false, + "is_verified": false, + "line_number": 57, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "61590b1c314aea752829602c7e0d653e51d52738", + "is_secret": false, + "is_verified": false, + "line_number": 60, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3658a95db0b214e73694335448df084f979c526f", + "is_secret": false, + "is_verified": false, + "line_number": 62, + "type": "Secret Keyword", + "verified_result": null + } + ], "mcp-servers/python/mcp_eval_server/validate_models.py": [ { - "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "is_secret": false, + "is_verified": false, + "line_number": 204, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c7a8c334eef5d1749fface7d42c66f9ae5e8cf36", + "is_secret": false, + "is_verified": false, + "line_number": 207, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "is_secret": false, + "is_verified": false, + "line_number": 210, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcp-servers/python/output_schema_test_server/CURL_TESTING.md": [ + { + "hashed_secret": "df82ebbbe5479d4e322f4c35f4740804751a53fa", + "is_secret": false, + "is_verified": false, + "line_number": 15, + "type": "JSON Web Token", + "verified_result": null + } + ], + "mcp-servers/python/qr_code_server/tests/test_server.py": [ + { + "hashed_secret": "dc1042d44715986576545343da1b1b43e775db93", + "is_secret": false, + "is_verified": false, + "line_number": 90, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "353e1078833232198d46b937d859154296ac231c", + "is_secret": false, + "is_verified": false, + "line_number": 91, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "83c0bbe9b68af27bfb5b5759e18aceb1ecc85a04", + "is_secret": false, + "is_verified": false, + "line_number": 92, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "72a6e7e1c8b183481ad23764fadab6127965eecc", + "is_secret": false, + "is_verified": false, + "line_number": 93, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "148080bef8fc9ae17cfe6a0887c7a4ac4c7a8eba", + "is_secret": false, + "is_verified": false, + "line_number": 94, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "40275045d8c281132541a29a87970a6b0618d6da", + "is_secret": false, + "is_verified": false, + "line_number": 95, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f4656b5ca848050e511750b7f51014907f58b1ff", + "is_secret": false, + "is_verified": false, + "line_number": 96, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcp-servers/rust/fast-test-server/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "053152e6d6ec523a570bc615219d6c829a0d455b", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94da59c445b7bfedb03dfc1ee4ade601cee2c067", + "is_secret": false, + "is_verified": false, + "line_number": 33, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "07781af8811774ce3bf3152bbfa1c98d7ea03c61", + "is_secret": false, + "is_verified": false, + "line_number": 44, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 50, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "181759bd3798be44125fc8c50e62ba054d318783", + "is_secret": false, + "is_verified": false, + "line_number": 89, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b25a21f1a0e2fc65dc90424e07d7210587e8b296", + "is_secret": false, + "is_verified": false, + "line_number": 108, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "457b24d26a9cd360a12b56f87c6f1daf3d30a895", + "is_secret": false, + "is_verified": false, + "line_number": 114, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", + "is_secret": false, + "is_verified": false, + "line_number": 120, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20af2a76b19cc7a1a93269f1e5f876f58bd266cc", + "is_secret": false, + "is_verified": false, + "line_number": 126, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 142, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a01b71d602bc5018e96db1a555a02018f474f151", + "is_secret": false, + "is_verified": false, + "line_number": 148, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 162, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9cdec82ff07c4062846684c9ba65e4dc199923d2", + "is_secret": false, + "is_verified": false, + "line_number": 168, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9264404b12f829d6dfbfdac1825b97e54fcbb535", + "is_secret": false, + "is_verified": false, + "line_number": 178, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "df7d483ec7a8e3b39542662290f8d52a71439b7a", + "is_secret": false, + "is_verified": false, + "line_number": 191, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1652117d4ce1279d3c4dc2c3dd53cfea2d615645", + "is_secret": false, + "is_verified": false, + "line_number": 202, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 208, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "39e1dc7e8bd1f918717fde66f30bc3884780a612", + "is_secret": false, + "is_verified": false, + "line_number": 214, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 243, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fc40fb75e9edfd1c082708dbcc1384d9e68f90f7", + "is_secret": false, + "is_verified": false, + "line_number": 249, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5dd5a3b90a4aec184d6390d782a283adf53b87f9", + "is_secret": false, + "is_verified": false, + "line_number": 255, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8d05fb42532fecd995f8eff2190f412088d6178f", + "is_secret": false, + "is_verified": false, + "line_number": 264, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89cf74f6e03a27de9d661324442e0b372ad9eefb", + "is_secret": false, + "is_verified": false, + "line_number": 279, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e72195ef7791709c24e8be4349842896a88bab07", + "is_secret": false, + "is_verified": false, + "line_number": 289, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2c63a981fbb2e2b39e4c05d8ec787e3befa3b07", + "is_secret": false, + "is_verified": false, + "line_number": 295, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f5cdeb5a0b086c5a674eb8ad81bf17fd63bd0a01", + "is_secret": false, + "is_verified": false, + "line_number": 306, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2ebad4ca4792566abd1ba0d665249302119cb457", + "is_secret": false, + "is_verified": false, + "line_number": 312, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7f0ff8004a236b8bba117372cb42ca731446c4b6", + "is_secret": false, + "is_verified": false, + "line_number": 323, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c4bf225e39c6d664754ca87cb8751f8a2a093134", + "is_secret": false, + "is_verified": false, + "line_number": 329, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8ee82c36fc0af17f1fdeb940d2bca6424bf2e453", + "is_secret": false, + "is_verified": false, + "line_number": 335, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", + "is_secret": false, + "is_verified": false, + "line_number": 352, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb98da5b813e3ae31d0e430526334ae9f010a546", + "is_secret": false, + "is_verified": false, + "line_number": 363, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a7bb22eb6421d498f26d952fe0635a1d04a27bcd", + "is_secret": false, + "is_verified": false, + "line_number": 375, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "399da540bd166b0c7bb3a2815bb400eb11e5638d", + "is_secret": false, + "is_verified": false, + "line_number": 388, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 403, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0fa72c3d33bbc7feb5618105d7b5997001614612", + "is_secret": false, + "is_verified": false, + "line_number": 409, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c9fc785a64064e9f54662a39349af4f8ca9fc333", + "is_secret": false, + "is_verified": false, + "line_number": 419, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ce3dad8a04c408de2c43ad7c3ed460e21897bc5d", + "is_secret": false, + "is_verified": false, + "line_number": 429, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "92f04de23131564ceddfbbd126b98292b0934577", + "is_secret": false, + "is_verified": false, + "line_number": 442, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3976cf14dbb91cafcaaddad7d5b88cf44aba7b58", + "is_secret": false, + "is_verified": false, + "line_number": 448, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b46c956f080e29b6f05c5538b6f134e2417d839c", + "is_secret": false, + "is_verified": false, + "line_number": 474, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 489, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 504, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7ed5883c89e869acd5ac1fb9e12730f4a42b29c4", + "is_secret": false, + "is_verified": false, + "line_number": 513, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6818e944c28f358430e50279f8552ba70d43b1c", + "is_secret": false, + "is_verified": false, + "line_number": 519, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc02a9de5e15472f3ab7614b78d04a3f9c42aa61", + "is_secret": false, + "is_verified": false, + "line_number": 537, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "190d967672500a817f10cf8c5f8ae7f1f73c006a", + "is_secret": false, + "is_verified": false, + "line_number": 553, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8977d964704890333a861cc91fb4738b73ca2c65", + "is_secret": false, + "is_verified": false, + "line_number": 559, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2e270dc90abd37a31d83eec5f1e49c3a6ec79e76", + "is_secret": false, + "is_verified": false, + "line_number": 571, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 577, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7db53b4da996a7c3f03e516ecfb7b6663ad3a67", + "is_secret": false, + "is_verified": false, + "line_number": 583, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "551358ac7f3ecd5113292ebdd3a797bc72f72f08", + "is_secret": false, + "is_verified": false, + "line_number": 592, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 598, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b855f1f95b14579ef94fd09bab1c34327526c1e", + "is_secret": false, + "is_verified": false, + "line_number": 604, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc2e94f24b05f113bf345bb2afbcb6e26645cd5c", + "is_secret": false, + "is_verified": false, + "line_number": 621, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 630, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f45c3d9955af35039612741be99a94f2e719c26", + "is_secret": false, + "is_verified": false, + "line_number": 640, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a4cf867673699f5dc3d18038b5a87c2a7bf4dfd3", + "is_secret": false, + "is_verified": false, + "line_number": 646, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a02ff67f8e504e59af8eff72afb26fda27037a42", + "is_secret": false, + "is_verified": false, + "line_number": 652, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d978e33d84309bf97aa5af7e47486be164c0787e", + "is_secret": false, + "is_verified": false, + "line_number": 658, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 664, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8cc69a0306a6b8f4c32428f44505f11eaebb3ebf", + "is_secret": false, + "is_verified": false, + "line_number": 673, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 683, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", + "is_secret": false, + "is_verified": false, + "line_number": 692, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb82e6c6c8d3ed2486ef8249d7e59336b5c86610", + "is_secret": false, + "is_verified": false, + "line_number": 701, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba44f293d24fbbcbe1ef98385355f7fed4f8419d", + "is_secret": false, + "is_verified": false, + "line_number": 707, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", + "is_secret": false, + "is_verified": false, + "line_number": 713, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", + "is_secret": false, + "is_verified": false, + "line_number": 734, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8be0eab839d1133fc403dcc2790b84d4dfff3381", + "is_secret": false, + "is_verified": false, + "line_number": 744, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", + "is_secret": false, + "is_verified": false, + "line_number": 754, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "891ddfb5f57f136198961b98f8014e3c7bc9e602", + "is_secret": false, + "is_verified": false, + "line_number": 763, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "009be79e577350e7372a50b6359f46f336fd19b7", + "is_secret": false, + "is_verified": false, + "line_number": 772, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "74ac836ae646fd72c7c162ace0d10d50d81af86b", + "is_secret": false, + "is_verified": false, + "line_number": 782, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "852251ba1e8919a04b1d4678fbf9ba2a73e82a19", + "is_secret": false, + "is_verified": false, + "line_number": 791, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 802, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f7a7461ae8d5e27458e899b4e84416483680a51", + "is_secret": false, + "is_verified": false, + "line_number": 813, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d7eb4b2e2903f99d21a81b63f8dc61caf9653962", + "is_secret": false, + "is_verified": false, + "line_number": 819, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6e7445fc17e030fff9f666217b155b72274e314", + "is_secret": false, + "is_verified": false, + "line_number": 851, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 864, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60a673ff967b996194d288e551490d960a18d4e2", + "is_secret": false, + "is_verified": false, + "line_number": 870, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "783f9b75a939be68c3c05223c34ff5948fb4c52b", + "is_secret": false, + "is_verified": false, + "line_number": 876, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "58f0106d7117389d48944ab0421c44ca96dd7992", + "is_secret": false, + "is_verified": false, + "line_number": 888, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4ca26daad23a4d2006728ec49e27020cfc307869", + "is_secret": false, + "is_verified": false, + "line_number": 902, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bc37fdf97c85de38881099f997b799f0ce27c830", + "is_secret": false, + "is_verified": false, + "line_number": 914, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 932, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 942, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 951, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "044ff8fe1e6d9bb34b8e097fa053256f451e1d65", + "is_secret": false, + "is_verified": false, + "line_number": 962, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 973, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cd5a59f8105c99afb30595e52a11d73e855f2c9f", + "is_secret": false, + "is_verified": false, + "line_number": 986, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f4fd806c07aaf73c1529b88212a826fadcae43ae", + "is_secret": false, + "is_verified": false, + "line_number": 997, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dafd46fad0421f3f00574f5c736ec0847f53d212", + "is_secret": false, + "is_verified": false, + "line_number": 1009, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 1018, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "083e28bdae3cd5b3af135e50a5758bd732e076c4", + "is_secret": false, + "is_verified": false, + "line_number": 1024, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1eeb415c50a8d2b04a705ebf09786adf00d8cf59", + "is_secret": false, + "is_verified": false, + "line_number": 1034, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "14b703e941e97ca4115fbfc7afc9d19920aa9c6c", + "is_secret": false, + "is_verified": false, + "line_number": 1040, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f711a3e8a220ceb3c9b360745772e4ed8659f46c", + "is_secret": false, + "is_verified": false, + "line_number": 1046, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fc643b8317813d4055f095a72f90dfc83ac98a52", + "is_secret": false, + "is_verified": false, + "line_number": 1069, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", + "is_secret": false, + "is_verified": false, + "line_number": 1075, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "33eb20252a41cba23b834a062ead51beccf29376", + "is_secret": false, + "is_verified": false, + "line_number": 1086, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f57b63e67ed485c5ffe3dec0888657ac4c281ca5", + "is_secret": false, + "is_verified": false, + "line_number": 1092, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "824096ad190248d40cef63862048a64d18e73093", + "is_secret": false, + "is_verified": false, + "line_number": 1101, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "67eb96441e8f50509300c66e81b167f6e3f0f21d", + "is_secret": false, + "is_verified": false, + "line_number": 1112, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5720b6d98058e32a6194a43416caa780707a3de", + "is_secret": false, + "is_verified": false, + "line_number": 1148, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5a9e3d91c47e5f9099917f07fd7130195338b4ca", + "is_secret": false, + "is_verified": false, + "line_number": 1159, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "79a0a8be10240450c72322f433eb92948903500f", + "is_secret": false, + "is_verified": false, + "line_number": 1173, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bb2fe1e57f60f9972d8dc8aafecc14ea140b262", + "is_secret": false, + "is_verified": false, + "line_number": 1189, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d93f2cd8895569df797eb6a57011aa1489604dee", + "is_secret": false, + "is_verified": false, + "line_number": 1195, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3f85aa33de16e014a62133be00e2fae3fee16a15", + "is_secret": false, + "is_verified": false, + "line_number": 1201, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "319d3f52ed81b3c7c6a69e0ddb313dba40f94795", + "is_secret": false, + "is_verified": false, + "line_number": 1213, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "99bce2688418d3adf96547726401effde2101407", + "is_secret": false, + "is_verified": false, + "line_number": 1224, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "611ee95376df586616103d908ee6f0e50de5ce6f", + "is_secret": false, + "is_verified": false, + "line_number": 1234, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ada69b50f3a7e11d7d7e84d61c7cd446583bc38b", + "is_secret": false, + "is_verified": false, + "line_number": 1245, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 1263, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "370f2dab232e01715bb1463fe9a85a8a0e3b41ed", + "is_secret": false, + "is_verified": false, + "line_number": 1269, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "788b34ba07c35e639f6e3e82f608189791e3239f", + "is_secret": false, + "is_verified": false, + "line_number": 1286, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 1292, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "040278ead73fc50f601174bf24cfe3552915a67e", + "is_secret": false, + "is_verified": false, + "line_number": 1298, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b85b391225b20c3137322bcc23c7e2c31320a83e", + "is_secret": false, + "is_verified": false, + "line_number": 1307, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d3858567b9054a3163ab6dfd94a79713a72f7cec", + "is_secret": false, + "is_verified": false, + "line_number": 1361, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "042d13670968f7c52be4bc75a67035bdc4128e45", + "is_secret": false, + "is_verified": false, + "line_number": 1371, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "35f86be9fc56fed00caa9d04d07259deee6e5713", + "is_secret": false, + "is_verified": false, + "line_number": 1383, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 1395, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 1408, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 1419, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 1430, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 1436, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 1445, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 1454, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0253824dccde843d47fa65b99bb29912e5ec3a0a", + "is_secret": false, + "is_verified": false, + "line_number": 1463, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8a8d970a479e89ac4678dabd4216dfa8b22e040", + "is_secret": false, + "is_verified": false, + "line_number": 1472, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4e3e4ca451b86ca4ea86a0b2db6ec3ff7c01c22", + "is_secret": false, + "is_verified": false, + "line_number": 1483, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84469e279d411898bc4109bd5c351e99cec1a050", + "is_secret": false, + "is_verified": false, + "line_number": 1499, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f9c265c3866a77dcb45fd46fa0b83dc78acf82d", + "is_secret": false, + "is_verified": false, + "line_number": 1514, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4eee70986dc22664f0597495a6d0dd22fc5422c4", + "is_secret": false, + "is_verified": false, + "line_number": 1533, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 1571, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcp-servers/rust/filesystem-server/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "950ea3a71e9f5d30d3723b3f7595d1524bd0de20", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0b32b6f12e419acbd7b54d25cfcb35ea7d88b39", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d8ca7a1c773e7850208f4b7e18b740a9d526e28", + "is_secret": false, + "is_verified": false, + "line_number": 48, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4d87006218e91f030a57eb9b12decf51068e90b", + "is_secret": false, + "is_verified": false, + "line_number": 57, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f505b7d95ee94121d5d84074bb61cbfc8115242c", + "is_secret": false, + "is_verified": false, + "line_number": 66, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "053152e6d6ec523a570bc615219d6c829a0d455b", + "is_secret": false, + "is_verified": false, + "line_number": 77, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94da59c445b7bfedb03dfc1ee4ade601cee2c067", + "is_secret": false, + "is_verified": false, + "line_number": 83, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "07781af8811774ce3bf3152bbfa1c98d7ea03c61", + "is_secret": false, + "is_verified": false, + "line_number": 94, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 100, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "388b28008bbc41d55a4ab30e40375d58ef630445", + "is_secret": false, + "is_verified": false, + "line_number": 106, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "181759bd3798be44125fc8c50e62ba054d318783", + "is_secret": false, + "is_verified": false, + "line_number": 139, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aa442844f85bcb213caecfd88e01d69e5e0c4d07", + "is_secret": false, + "is_verified": false, + "line_number": 158, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b25a21f1a0e2fc65dc90424e07d7210587e8b296", + "is_secret": false, + "is_verified": false, + "line_number": 187, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "457b24d26a9cd360a12b56f87c6f1daf3d30a895", + "is_secret": false, + "is_verified": false, + "line_number": 193, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "79ddcb7f40bc791b947777312e940ffe52c9d9f2", + "is_secret": false, + "is_verified": false, + "line_number": 199, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", + "is_secret": false, + "is_verified": false, + "line_number": 209, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20af2a76b19cc7a1a93269f1e5f876f58bd266cc", + "is_secret": false, + "is_verified": false, + "line_number": 215, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37b95db3d7bca7d5da0f62332b6968e1454c85bb", + "is_secret": false, + "is_verified": false, + "line_number": 221, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f1914a4edf604fca63fe9c60cb62601b7c701c", + "is_secret": false, + "is_verified": false, + "line_number": 227, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 237, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a01b71d602bc5018e96db1a555a02018f474f151", + "is_secret": false, + "is_verified": false, + "line_number": 243, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba9e3cd70200d1008c1cd6e43fc0f2265452d3d6", + "is_secret": false, + "is_verified": false, + "line_number": 257, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a79fc0f9c28c100ce8b3f3a1fe5cbaee6864eed6", + "is_secret": false, + "is_verified": false, + "line_number": 267, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bc197f5ee9458fce96164b6cd1c28520136bac52", + "is_secret": false, + "is_verified": false, + "line_number": 279, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "710066c385eadd0091f067e0a8e2573ac53d5f4b", + "is_secret": false, + "is_verified": false, + "line_number": 291, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20ba5750c60eb4d6c0385d1c99ceddd591d40cb1", + "is_secret": false, + "is_verified": false, + "line_number": 297, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "256ba2edaff5c73ef22a272ac76fb83fa73b86ba", + "is_secret": false, + "is_verified": false, + "line_number": 303, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f5fced06242dc5e430978c695ce15b86635597a", + "is_secret": false, + "is_verified": false, + "line_number": 313, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 323, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "68a15e87a6b9806b9214862840726ef1acc2e5dd", + "is_secret": false, + "is_verified": false, + "line_number": 329, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37296779892fa772bc497cc53fa15fb2ced95b84", + "is_secret": false, + "is_verified": false, + "line_number": 339, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", + "is_secret": false, + "is_verified": false, + "line_number": 348, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9cdec82ff07c4062846684c9ba65e4dc199923d2", + "is_secret": false, + "is_verified": false, + "line_number": 354, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9264404b12f829d6dfbfdac1825b97e54fcbb535", + "is_secret": false, + "is_verified": false, + "line_number": 364, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "df7d483ec7a8e3b39542662290f8d52a71439b7a", + "is_secret": false, + "is_verified": false, + "line_number": 377, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "11b0d546f276abc72c2c2b0afa721f73b9f02097", + "is_secret": false, + "is_verified": false, + "line_number": 388, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "64a88e08b9fc9184294e66cf5676b86ba6251482", + "is_secret": false, + "is_verified": false, + "line_number": 397, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b80e3dbf214e8b5f42deaf56c671624fb8916a9", + "is_secret": false, + "is_verified": false, + "line_number": 403, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1652117d4ce1279d3c4dc2c3dd53cfea2d615645", + "is_secret": false, + "is_verified": false, + "line_number": 414, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7b74a642aa1e82a1f46a117ed71c022366e398e9", + "is_secret": false, + "is_verified": false, + "line_number": 420, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 429, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2e5f4bd84fb086fa302ed7423a10d19721492f95", + "is_secret": false, + "is_verified": false, + "line_number": 435, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "39e1dc7e8bd1f918717fde66f30bc3884780a612", + "is_secret": false, + "is_verified": false, + "line_number": 446, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1139b24a74bbaa575b3e47243e1c0c0b2a892073", + "is_secret": false, + "is_verified": false, + "line_number": 456, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5b3e7af3505b6a244c716a014043c6a367b2339f", + "is_secret": false, + "is_verified": false, + "line_number": 474, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2e2d13eb72c2d2c46e0c94dd2259343b0933dda9", + "is_secret": false, + "is_verified": false, + "line_number": 485, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 521, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fc40fb75e9edfd1c082708dbcc1384d9e68f90f7", + "is_secret": false, + "is_verified": false, + "line_number": 527, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a05ef788debbaeb03dbdc3e5db4ee44747b18eb7", + "is_secret": false, + "is_verified": false, + "line_number": 533, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1e57f3e0354398a25902ba8a10b12a84283243cc", + "is_secret": false, + "is_verified": false, + "line_number": 542, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5dd5a3b90a4aec184d6390d782a283adf53b87f9", + "is_secret": false, + "is_verified": false, + "line_number": 548, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8d05fb42532fecd995f8eff2190f412088d6178f", + "is_secret": false, + "is_verified": false, + "line_number": 557, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89cf74f6e03a27de9d661324442e0b372ad9eefb", + "is_secret": false, + "is_verified": false, + "line_number": 572, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e72195ef7791709c24e8be4349842896a88bab07", + "is_secret": false, + "is_verified": false, + "line_number": 582, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2c63a981fbb2e2b39e4c05d8ec787e3befa3b07", + "is_secret": false, + "is_verified": false, + "line_number": 588, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f5cdeb5a0b086c5a674eb8ad81bf17fd63bd0a01", + "is_secret": false, + "is_verified": false, + "line_number": 599, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2ebad4ca4792566abd1ba0d665249302119cb457", + "is_secret": false, + "is_verified": false, + "line_number": 605, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7f0ff8004a236b8bba117372cb42ca731446c4b6", + "is_secret": false, + "is_verified": false, + "line_number": 616, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c4bf225e39c6d664754ca87cb8751f8a2a093134", + "is_secret": false, + "is_verified": false, + "line_number": 622, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8ee82c36fc0af17f1fdeb940d2bca6424bf2e453", + "is_secret": false, + "is_verified": false, + "line_number": 628, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb98da5b813e3ae31d0e430526334ae9f010a546", + "is_secret": false, + "is_verified": false, + "line_number": 645, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a7bb22eb6421d498f26d952fe0635a1d04a27bcd", + "is_secret": false, + "is_verified": false, + "line_number": 657, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6bfb6db84c8b6af05fdd750164b7d70f039b3b6", + "is_secret": false, + "is_verified": false, + "line_number": 670, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "399da540bd166b0c7bb3a2815bb400eb11e5638d", + "is_secret": false, + "is_verified": false, + "line_number": 683, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", + "is_secret": false, + "is_verified": false, + "line_number": 692, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 698, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0fa72c3d33bbc7feb5618105d7b5997001614612", + "is_secret": false, + "is_verified": false, + "line_number": 704, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c9fc785a64064e9f54662a39349af4f8ca9fc333", + "is_secret": false, + "is_verified": false, + "line_number": 714, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ce3dad8a04c408de2c43ad7c3ed460e21897bc5d", + "is_secret": false, + "is_verified": false, + "line_number": 724, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "92f04de23131564ceddfbbd126b98292b0934577", + "is_secret": false, + "is_verified": false, + "line_number": 737, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3976cf14dbb91cafcaaddad7d5b88cf44aba7b58", + "is_secret": false, + "is_verified": false, + "line_number": 743, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1f969023518451bb7f23d59ff7c96c0a6a259877", + "is_secret": false, + "is_verified": false, + "line_number": 749, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "64476db6085c2f677304cd3398408043caab5651", + "is_secret": false, + "is_verified": false, + "line_number": 771, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b46c956f080e29b6f05c5538b6f134e2417d839c", + "is_secret": false, + "is_verified": false, + "line_number": 787, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 810, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 825, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86b403165d79a78a2c4a595fe14902c5f4f47361", + "is_secret": false, + "is_verified": false, + "line_number": 834, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6c94d59722bce3906d347ed600e37e119a7837df", + "is_secret": false, + "is_verified": false, + "line_number": 847, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "23db86ff034d7e9f799f0226a1f1a7baae4c7de1", + "is_secret": false, + "is_verified": false, + "line_number": 860, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "49b46f344ecff2a2a1820536df0334ca68050940", + "is_secret": false, + "is_verified": false, + "line_number": 874, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50d2139960f135299c21e3cdaa6b6f076b1e2080", + "is_secret": false, + "is_verified": false, + "line_number": 880, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "08f998bf3af34432739a9ab2cddd2bb85654a4b2", + "is_secret": false, + "is_verified": false, + "line_number": 894, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "be61a53441932e4f82987dcaf2ef89fbcfaac0a5", + "is_secret": false, + "is_verified": false, + "line_number": 900, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7ed5883c89e869acd5ac1fb9e12730f4a42b29c4", + "is_secret": false, + "is_verified": false, + "line_number": 915, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6818e944c28f358430e50279f8552ba70d43b1c", + "is_secret": false, + "is_verified": false, + "line_number": 921, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3062e8c5ec47afaf7ba2ce1532e8e56c0af6ea8f", + "is_secret": false, + "is_verified": false, + "line_number": 927, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29aae00ffb8818a8acfa28442eb304f3862cbaf5", + "is_secret": false, + "is_verified": false, + "line_number": 938, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3f43ff08f493a219d47746a5e566a00929107d92", + "is_secret": false, + "is_verified": false, + "line_number": 948, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", + "is_secret": false, + "is_verified": false, + "line_number": 964, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "61098053a09b0d7751e1a1c50a3c6208309c5b0c", + "is_secret": false, + "is_verified": false, + "line_number": 976, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7f471e64dc9e4d9e288dd5f95604e359310dd19d", + "is_secret": false, + "is_verified": false, + "line_number": 985, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7a3f11072e339bc675d446b98fb026bdd111d679", + "is_secret": false, + "is_verified": false, + "line_number": 991, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8ff217a235ef34ef9bbdc8de3ba9d64919c5f3ad", + "is_secret": false, + "is_verified": false, + "line_number": 1001, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", + "is_secret": false, + "is_verified": false, + "line_number": 1007, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93408d219072bd897710a546d04acbdf8f518992", + "is_secret": false, + "is_verified": false, + "line_number": 1013, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "190d967672500a817f10cf8c5f8ae7f1f73c006a", + "is_secret": false, + "is_verified": false, + "line_number": 1023, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8977d964704890333a861cc91fb4738b73ca2c65", + "is_secret": false, + "is_verified": false, + "line_number": 1029, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29cc4d113d2b819fd175fde15139a9047b4714ae", + "is_secret": false, + "is_verified": false, + "line_number": 1035, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0e41bc284bfc2877d6684a4ecc1ac5095172bb24", + "is_secret": false, + "is_verified": false, + "line_number": 1041, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d3dfbf42f79749cb066b45b4baa929fb891809a", + "is_secret": false, + "is_verified": false, + "line_number": 1047, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "36b97c530b1f4c96e9033800c80908a6cfa4b761", + "is_secret": false, + "is_verified": false, + "line_number": 1053, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 1062, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7db53b4da996a7c3f03e516ecfb7b6663ad3a67", + "is_secret": false, + "is_verified": false, + "line_number": 1068, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "551358ac7f3ecd5113292ebdd3a797bc72f72f08", + "is_secret": false, + "is_verified": false, + "line_number": 1077, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 1083, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b855f1f95b14579ef94fd09bab1c34327526c1e", + "is_secret": false, + "is_verified": false, + "line_number": 1089, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "22c495789b158bf96a04f9bd11015ad54eace5c6", + "is_secret": false, + "is_verified": false, + "line_number": 1095, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1c467bf7b5d8839eb1e74702a5f267741ec101c2", + "is_secret": false, + "is_verified": false, + "line_number": 1106, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc2e94f24b05f113bf345bb2afbcb6e26645cd5c", + "is_secret": false, + "is_verified": false, + "line_number": 1123, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eeefac5557cd6eaf258414064c8b29f8afc34c65", + "is_secret": false, + "is_verified": false, + "line_number": 1132, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", + "is_secret": false, + "is_verified": false, + "line_number": 1146, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3eb645bfb98952d218d44f82f285b49ff2e34dde", + "is_secret": false, + "is_verified": false, + "line_number": 1156, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0a549d859d0064d99bd64aa5226d0588e42e1f32", + "is_secret": false, + "is_verified": false, + "line_number": 1165, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", + "is_secret": false, + "is_verified": false, + "line_number": 1171, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "311b714970e6d0063373ae0f8669e447214d8626", + "is_secret": false, + "is_verified": false, + "line_number": 1180, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "74dec2a35b9068a13cd960b157b962611bf31365", + "is_secret": false, + "is_verified": false, + "line_number": 1191, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 1202, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3558448508502aa5a344f39c803ec2665ee9e81b", + "is_secret": false, + "is_verified": false, + "line_number": 1211, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a71d7ae63f77e488a44fc92784434919791f0c3f", + "is_secret": false, + "is_verified": false, + "line_number": 1217, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e591abf3379f4a9791ed9fe0134efe5eeb70d9ee", + "is_secret": false, + "is_verified": false, + "line_number": 1223, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "069b2d0ee6a81123a6f841920f52bab96e24cd15", + "is_secret": false, + "is_verified": false, + "line_number": 1238, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8d059a6ae441b561e2f1c076d396fae696e5a25a", + "is_secret": false, + "is_verified": false, + "line_number": 1249, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32daac6899f5795631ba20f4716dc2b264fc32f2", + "is_secret": false, + "is_verified": false, + "line_number": 1255, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "57a3c2bd3253c61856df4bf13198109b0d51486d", + "is_secret": false, + "is_verified": false, + "line_number": 1267, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "802fb7ee4a23f1061a4a099e6518b448f5dea8d3", + "is_secret": false, + "is_verified": false, + "line_number": 1277, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a4cf867673699f5dc3d18038b5a87c2a7bf4dfd3", + "is_secret": false, + "is_verified": false, + "line_number": 1290, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a02ff67f8e504e59af8eff72afb26fda27037a42", + "is_secret": false, + "is_verified": false, + "line_number": 1296, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d978e33d84309bf97aa5af7e47486be164c0787e", + "is_secret": false, + "is_verified": false, + "line_number": 1302, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2ceefa876785b2d7376d2af71e760c71ec0109e", + "is_secret": false, + "is_verified": false, + "line_number": 1308, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ea76a6819e6c7b642a58ff2639e061e2303fc28d", + "is_secret": false, + "is_verified": false, + "line_number": 1314, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20b3b413826d61a82664d755aaaa4a180123d161", + "is_secret": false, + "is_verified": false, + "line_number": 1320, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", + "is_secret": false, + "is_verified": false, + "line_number": 1329, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 1335, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4167cd9e3def427dd3a89e8f434dd0799b3f1d1", + "is_secret": false, + "is_verified": false, + "line_number": 1344, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8cc69a0306a6b8f4c32428f44505f11eaebb3ebf", + "is_secret": false, + "is_verified": false, + "line_number": 1354, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 1364, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", + "is_secret": false, + "is_verified": false, + "line_number": 1373, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb82e6c6c8d3ed2486ef8249d7e59336b5c86610", + "is_secret": false, + "is_verified": false, + "line_number": 1382, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba44f293d24fbbcbe1ef98385355f7fed4f8419d", + "is_secret": false, + "is_verified": false, + "line_number": 1388, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfdcf12c00b303dde9a57ba3e08927a60a89c6b8", + "is_secret": false, + "is_verified": false, + "line_number": 1394, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8be0eab839d1133fc403dcc2790b84d4dfff3381", + "is_secret": false, + "is_verified": false, + "line_number": 1404, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "891ddfb5f57f136198961b98f8014e3c7bc9e602", + "is_secret": false, + "is_verified": false, + "line_number": 1414, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "19c50b4f711d39a10ac1890b58e609934e3e7ff6", + "is_secret": false, + "is_verified": false, + "line_number": 1423, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "74ac836ae646fd72c7c162ace0d10d50d81af86b", + "is_secret": false, + "is_verified": false, + "line_number": 1432, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "852251ba1e8919a04b1d4678fbf9ba2a73e82a19", + "is_secret": false, + "is_verified": false, + "line_number": 1441, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", + "is_secret": false, + "is_verified": false, + "line_number": 1452, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 1464, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f7a7461ae8d5e27458e899b4e84416483680a51", + "is_secret": false, + "is_verified": false, + "line_number": 1475, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5b35b10ce4ffd9e769dc5edeb91e3717ca35a110", + "is_secret": false, + "is_verified": false, + "line_number": 1481, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f66222a8ae1b071937f17107a8a7ff76f9e4fcd0", + "is_secret": false, + "is_verified": false, + "line_number": 1516, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "356f1e2390be5a96f7e81a7d5cc78eae496d3d6a", + "is_secret": false, + "is_verified": false, + "line_number": 1525, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5fc581d05017589594c7337c5773c29468817fb5", + "is_secret": false, + "is_verified": false, + "line_number": 1557, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f808ceeac2f8a46610fb15ef6ad978cbaa37a11d", + "is_secret": false, + "is_verified": false, + "line_number": 1570, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1ac59a9207d43c177051b356ba21af36e0c5e1c3", + "is_secret": false, + "is_verified": false, + "line_number": 1585, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b64689f9c223de81042e74dbcfbe5a73a2c1544c", + "is_secret": false, + "is_verified": false, + "line_number": 1598, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 1607, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60a673ff967b996194d288e551490d960a18d4e2", + "is_secret": false, + "is_verified": false, + "line_number": 1613, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", + "is_secret": false, + "is_verified": false, + "line_number": 1619, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8a1b53508b16a129f35039f353671356a8281e8b", + "is_secret": false, + "is_verified": false, + "line_number": 1628, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "58f0106d7117389d48944ab0421c44ca96dd7992", + "is_secret": false, + "is_verified": false, + "line_number": 1637, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bc37fdf97c85de38881099f997b799f0ce27c830", + "is_secret": false, + "is_verified": false, + "line_number": 1651, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "190341c4e045ee5d256b052fa97f59b1d066169f", + "is_secret": false, + "is_verified": false, + "line_number": 1663, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3632f3823bb444d1697daae3d3c00f8c1472fbac", + "is_secret": false, + "is_verified": false, + "line_number": 1669, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a3f550383fa80c876ecec52c42b21b375aec47a3", + "is_secret": false, + "is_verified": false, + "line_number": 1682, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba8ac4ac3810916dd75cdf9bb539b045d8f828f4", + "is_secret": false, + "is_verified": false, + "line_number": 1692, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 1698, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 1708, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 1717, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "044ff8fe1e6d9bb34b8e097fa053256f451e1d65", + "is_secret": false, + "is_verified": false, + "line_number": 1728, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 1739, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cd5a59f8105c99afb30595e52a11d73e855f2c9f", + "is_secret": false, + "is_verified": false, + "line_number": 1752, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f4fd806c07aaf73c1529b88212a826fadcae43ae", + "is_secret": false, + "is_verified": false, + "line_number": 1763, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dafd46fad0421f3f00574f5c736ec0847f53d212", + "is_secret": false, + "is_verified": false, + "line_number": 1775, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 1784, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "083e28bdae3cd5b3af135e50a5758bd732e076c4", + "is_secret": false, + "is_verified": false, + "line_number": 1790, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "630ac66c09261f06d21e712acac6287e3d573cc9", + "is_secret": false, + "is_verified": false, + "line_number": 1800, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1eeb415c50a8d2b04a705ebf09786adf00d8cf59", + "is_secret": false, + "is_verified": false, + "line_number": 1806, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "14b703e941e97ca4115fbfc7afc9d19920aa9c6c", + "is_secret": false, + "is_verified": false, + "line_number": 1812, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f711a3e8a220ceb3c9b360745772e4ed8659f46c", + "is_secret": false, + "is_verified": false, + "line_number": 1818, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ca0b633ac167cec25b04208a0e3caeec68ad6c15", + "is_secret": false, + "is_verified": false, + "line_number": 1828, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7d64118ef4ee08c6e431da22c00cc6db06fc8495", + "is_secret": false, + "is_verified": false, + "line_number": 1841, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fc643b8317813d4055f095a72f90dfc83ac98a52", + "is_secret": false, + "is_verified": false, + "line_number": 1847, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", + "is_secret": false, + "is_verified": false, + "line_number": 1853, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "33eb20252a41cba23b834a062ead51beccf29376", + "is_secret": false, + "is_verified": false, + "line_number": 1864, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "24c6c50199abdbdf01f5bfc41c06d323bb57ac6b", + "is_secret": false, + "is_verified": false, + "line_number": 1873, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "611820b81f8ac5cb3dca1a7fb85e67110bc551c5", + "is_secret": false, + "is_verified": false, + "line_number": 1884, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f57b63e67ed485c5ffe3dec0888657ac4c281ca5", + "is_secret": false, + "is_verified": false, + "line_number": 1897, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "824096ad190248d40cef63862048a64d18e73093", + "is_secret": false, + "is_verified": false, + "line_number": 1906, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "67eb96441e8f50509300c66e81b167f6e3f0f21d", + "is_secret": false, + "is_verified": false, + "line_number": 1917, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", + "is_secret": false, + "is_verified": false, + "line_number": 1926, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", + "is_secret": false, + "is_verified": false, + "line_number": 1941, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "de47997a6ccac36e55eafe4f8112bbe269455d65", + "is_secret": false, + "is_verified": false, + "line_number": 1947, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86efcec63d7f5e5c3cf34e1acfd29fc257f3c382", + "is_secret": false, + "is_verified": false, + "line_number": 1957, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8e11a5e472d1d4d98e2bdc00b90448cca073dd97", + "is_secret": false, + "is_verified": false, + "line_number": 1967, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5ea7e9c1ce564f30e9551f8200f29d90aa6ec5e", + "is_secret": false, + "is_verified": false, + "line_number": 1984, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7794fee4eaeafc705f8eeba3b4d69cba7869dab0", + "is_secret": false, + "is_verified": false, + "line_number": 1995, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5720b6d98058e32a6194a43416caa780707a3de", + "is_secret": false, + "is_verified": false, + "line_number": 2005, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dcb719d0fd8853d6851ce72bfe162430bd5541c1", + "is_secret": false, + "is_verified": false, + "line_number": 2016, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5a9e3d91c47e5f9099917f07fd7130195338b4ca", + "is_secret": false, + "is_verified": false, + "line_number": 2027, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "79a0a8be10240450c72322f433eb92948903500f", + "is_secret": false, + "is_verified": false, + "line_number": 2040, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "102dfadad7f84fbd0da59ec7a4360651e8018702", + "is_secret": false, + "is_verified": false, + "line_number": 2056, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bb2fe1e57f60f9972d8dc8aafecc14ea140b262", + "is_secret": false, + "is_verified": false, + "line_number": 2074, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d93f2cd8895569df797eb6a57011aa1489604dee", + "is_secret": false, + "is_verified": false, + "line_number": 2080, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3f85aa33de16e014a62133be00e2fae3fee16a15", + "is_secret": false, + "is_verified": false, + "line_number": 2086, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "319d3f52ed81b3c7c6a69e0ddb313dba40f94795", + "is_secret": false, + "is_verified": false, + "line_number": 2098, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "99bce2688418d3adf96547726401effde2101407", + "is_secret": false, + "is_verified": false, + "line_number": 2109, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "611ee95376df586616103d908ee6f0e50de5ce6f", + "is_secret": false, + "is_verified": false, + "line_number": 2119, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8792035d236f541da7fcdacf04647f5050fd4f37", + "is_secret": false, + "is_verified": false, + "line_number": 2130, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bba312da1074a195e616dd95b0d9970dcbf623b", + "is_secret": false, + "is_verified": false, + "line_number": 2148, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3723256ef4a259c5ffb74f1064cd3af866f10e67", + "is_secret": false, + "is_verified": false, + "line_number": 2154, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "356ed61809a90d30af6045b6733d7bd893616efd", + "is_secret": false, + "is_verified": false, + "line_number": 2160, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6ff92b40723a4d4d939cd2a59bb13f9f0291a78f", + "is_secret": false, + "is_verified": false, + "line_number": 2173, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 2184, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "370f2dab232e01715bb1463fe9a85a8a0e3b41ed", + "is_secret": false, + "is_verified": false, + "line_number": 2190, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f1d314d800de9172c39e761f105816ae4af3e8", + "is_secret": false, + "is_verified": false, + "line_number": 2196, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0ccf26d3e5e73d1fea4cbd7e882f8a4269b51e6", + "is_secret": false, + "is_verified": false, + "line_number": 2208, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "83719d2d8284b30dee2823349c2d7f600e237d8c", + "is_secret": false, + "is_verified": false, + "line_number": 2214, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "04a1a3194c674cd1244ae336e0fe7054fb9bc64f", + "is_secret": false, + "is_verified": false, + "line_number": 2220, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "788b34ba07c35e639f6e3e82f608189791e3239f", + "is_secret": false, + "is_verified": false, + "line_number": 2231, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a2de2067076eb603a022b1b629bba6167194fcaa", + "is_secret": false, + "is_verified": false, + "line_number": 2237, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cbd62b2fef0566cbd4adcae3c005b9fb1d23170d", + "is_secret": false, + "is_verified": false, + "line_number": 2243, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", + "is_secret": false, + "is_verified": false, + "line_number": 2249, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "831b1f0f0af506c6b1b5c2de459b9b4b4f3ac633", + "is_secret": false, + "is_verified": false, + "line_number": 2259, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 2268, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "040278ead73fc50f601174bf24cfe3552915a67e", + "is_secret": false, + "is_verified": false, + "line_number": 2274, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b85b391225b20c3137322bcc23c7e2c31320a83e", + "is_secret": false, + "is_verified": false, + "line_number": 2283, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "604edf3bd2202bebf89e23895a6ef68088f57e42", + "is_secret": false, + "is_verified": false, + "line_number": 2292, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a98f930ed9e869e7534be3e4b8ca121b2f46b3cc", + "is_secret": false, + "is_verified": false, + "line_number": 2305, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7167df607c246fe7c20de1a7b7abc394c7026cd0", + "is_secret": false, + "is_verified": false, + "line_number": 2319, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f0f817643483baa005cf31ad44d972f65508675e", + "is_secret": false, + "is_verified": false, + "line_number": 2329, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "64c9975a7ab1b5bcd2439c334f2370a65d4aae82", + "is_secret": false, + "is_verified": false, + "line_number": 2342, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d3858567b9054a3163ab6dfd94a79713a72f7cec", + "is_secret": false, + "is_verified": false, + "line_number": 2351, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "042d13670968f7c52be4bc75a67035bdc4128e45", + "is_secret": false, + "is_verified": false, + "line_number": 2361, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "35f86be9fc56fed00caa9d04d07259deee6e5713", + "is_secret": false, + "is_verified": false, + "line_number": 2373, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7493d3c7ad45735197216f5195a3a4b2f0dc05f8", + "is_secret": false, + "is_verified": false, + "line_number": 2385, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", + "is_secret": false, + "is_verified": false, + "line_number": 2395, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 2404, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 2417, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 2428, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 2439, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 2445, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 2454, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 2463, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0253824dccde843d47fa65b99bb29912e5ec3a0a", + "is_secret": false, + "is_verified": false, + "line_number": 2472, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8a8d970a479e89ac4678dabd4216dfa8b22e040", + "is_secret": false, + "is_verified": false, + "line_number": 2481, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4e3e4ca451b86ca4ea86a0b2db6ec3ff7c01c22", + "is_secret": false, + "is_verified": false, + "line_number": 2492, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84469e279d411898bc4109bd5c351e99cec1a050", + "is_secret": false, + "is_verified": false, + "line_number": 2508, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f9c265c3866a77dcb45fd46fa0b83dc78acf82d", + "is_secret": false, + "is_verified": false, + "line_number": 2523, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4eee70986dc22664f0597495a6d0dd22fc5422c4", + "is_secret": false, + "is_verified": false, + "line_number": 2542, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "54f3ab20cd8669d07e74b7b8767b7c2d2be98e84", + "is_secret": false, + "is_verified": false, + "line_number": 2560, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dfd0762d8aa9fbdd90ebad7aa8fee494eb5849a5", + "is_secret": false, + "is_verified": false, + "line_number": 2566, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ed1ba03fabc77d3aa81f08b87029efbd7d9a1340", + "is_secret": false, + "is_verified": false, + "line_number": 2572, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3a49d16dc29026d169224f8bc14e6828a62128c2", + "is_secret": false, + "is_verified": false, + "line_number": 2583, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2031cef7184ff2655c2795f8f53c0451d4ea648", + "is_secret": false, + "is_verified": false, + "line_number": 2595, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb3ffd7b8e0ef97a3b404c2db1b91868d28b0298", + "is_secret": false, + "is_verified": false, + "line_number": 2604, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a58d51dc68f673a049f4d82bdf01e61cf73b93b2", + "is_secret": false, + "is_verified": false, + "line_number": 2615, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86abb8da6326f0620dc9f0951186d370cad910b9", + "is_secret": false, + "is_verified": false, + "line_number": 2624, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3b7aac6c5358eda96f36b1d1a7df21dd571dec15", + "is_secret": false, + "is_verified": false, + "line_number": 2636, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fa35aa28d81cf737ac8af26aae31b0b195eef3af", + "is_secret": false, + "is_verified": false, + "line_number": 2642, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6274c331e3520248957d3a2497e2edab2c3aaee0", + "is_secret": false, + "is_verified": false, + "line_number": 2653, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "27ab5e55f6ba7afa0e99492446d43050c7b719fa", + "is_secret": false, + "is_verified": false, + "line_number": 2664, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 2675, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/admin.py": [ + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 4240, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "559b05f1b2863e725b76e216ac3dadecbf92e244", + "is_secret": false, + "is_verified": false, + "line_number": 4841, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a8af4759392d4f7496d613174f33afe2074a4b8d", + "is_secret": false, + "is_verified": false, + "line_number": 4843, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "85b60d811d16ff56b3654587d4487f713bfa33b7", + "is_secret": false, + "is_verified": false, + "line_number": 15169, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/alembic.ini": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 87, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/04cda6733305_add_admin_types_to_email_users.py": [ + { + "hashed_secret": "c052f9f7b5b94886b423384e4938ed8388cd77b4", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/0f81d4a5efe0_new_table_email_team_member_history_for_.py": [ + { + "hashed_secret": "aeaf4ea9e7c81ad714da7db03735fd1d053414c7", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/14ac971cee42_add_user_context_to_oauth_tokens.py": [ + { + "hashed_secret": "8e70fb96660fbce85c4be348188c03c3d98a5e95", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/191a2def08d7_resource_rename_template_to_uri_template.py": [ + { + "hashed_secret": "36b0556065adc2fdd8a15b7ffac028a043c34595", + "is_secret": false, + "is_verified": false, + "line_number": 17, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c1c30eba610778ef5e68a58883a052733a22bd4", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/1fc1795f6983_merge_a2a_and_custom_name_changes.py": [ + { + "hashed_secret": "b6d082a6cc1261d009b34cddd19dca4828f1cb7d", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/34492f99a0c4_add_comprehensive_metadata_to_all_.py": [ + { + "hashed_secret": "9743f9059c52643b7cc917663462e853fb36f69d", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/356a2d4eed6f_uuid_change_for_prompt_and_resources.py": [ + { + "hashed_secret": "c81482140a7bf22e957d89f358479e90adef80dc", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c561aac847538846232699cfaed7fc7fabd1d134", + "is_secret": false, + "is_verified": false, + "line_number": 21, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/3b17fdc40a8d_add_passthrough_headers_to_gateways_and_.py": [ + { + "hashed_secret": "044c1c4f5cc1f89969f46018b2bacbe8918aaf1a", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/3c89a45f32e5_add_grpc_services_table.py": [ + { + "hashed_secret": "83af00f2e79329f549c1438dec118e0cba4ad111", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/43c07ed25a24_add_oauth_fields_to_servers.py": [ + { + "hashed_secret": "48ffbad96aa9c2b33f9486f5a3c2108198acb518", + "is_secret": false, + "is_verified": false, + "line_number": 21, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/4e6273136e56_normalize_registered_oauth_client_issuer.py": [ + { + "hashed_secret": "2d40811ded1703d949aca3c40d77175a5c568c05", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/5f3c681b05e1_add_index_for_team_name.py": [ + { + "hashed_secret": "e6ec1410341b496819aeb85882509889c33017af", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/61ee11c482d6_add_code_verifier_to_oauth_states_for_.py": [ + { + "hashed_secret": "aeaf4ea9e7c81ad714da7db03735fd1d053414c7", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/64acf94cb7f2_cleanup_inactive_duplicate_user_roles.py": [ + { + "hashed_secret": "dc7c15edd98c7c7ce4cd107fb4ccb17329510002", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52294c20155b397fbf140baa0cfb6d9400c82c25", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/733159a4fa74_add_display_name_to_tools.py": [ + { + "hashed_secret": "b6d082a6cc1261d009b34cddd19dca4828f1cb7d", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/77243f5bfce5_add_tool_id_to_a2a_agents.py": [ + { + "hashed_secret": "21562fcd9707470b4fa7cec05458e86caeb25fda", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/8a16a77260f0_adding_original_description_column_to_.py": [ + { + "hashed_secret": "10b36c8089b5791d82f0700828fd23a9c782101f", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/8a2934be50c0_rest_pass_api_fld_tools.py": [ + { + "hashed_secret": "c84583fef8c1325676bd098d09cfc64f185792f7", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/9e028ecf59c4_tag_records_changes_list_str_to_list_.py": [ + { + "hashed_secret": "c561aac847538846232699cfaed7fc7fabd1d134", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/9f5d93ced2b3_add_llm_permissions_to_default_roles.py": [ + { + "hashed_secret": "99927e177522cd7b4b713ac9fe99968d2f71b829", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/a23a08d61eb0_add_observability_tables.py": [ + { + "hashed_secret": "9d88d7eece452a76b2955ecfbb251f23cf7b7905", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/a3c38b6c2437_fix_a2a_agents_auth_value.py": [ + { + "hashed_secret": "52294c20155b397fbf140baa0cfb6d9400c82c25", + "is_secret": false, + "is_verified": false, + "line_number": 31, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9b094435d625c9385a1bb083604f87fa7c225da0", + "is_secret": false, + "is_verified": false, + "line_number": 32, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/a4f1c7d8e9b0_add_app_user_email_to_oauth_states.py": [ + { + "hashed_secret": "5ebf53ef06815a59e9fd0378d3a19dff8b0ac28a", + "is_secret": false, + "is_verified": false, + "line_number": 17, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "99927e177522cd7b4b713ac9fe99968d2f71b829", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/a7f3c9e1b2d4_add_title_to_tools_resources_prompts.py": [ + { + "hashed_secret": "2e6b7b27cad43ed0908be745231a98936aad5293", + "is_secret": false, + "is_verified": false, + "line_number": 17, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/a8f3b2c1d4e5_add_gateway_refresh_fields.py": [ + { + "hashed_secret": "19c9ebc4037f02acb15d950b258d51e9eb249966", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "21562fcd9707470b4fa7cec05458e86caeb25fda", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/aac21d6f9522_merge_ca_cert_and_observability_heads.py": [ + { + "hashed_secret": "74cf584eb4fffdfa472c808000adb71841786f3e", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/abf8ac3b6008_add_admin_overview_and_servers_use_to_.py": [ + { + "hashed_secret": "dc7c15edd98c7c7ce4cd107fb4ccb17329510002", + "is_secret": false, + "is_verified": false, + "line_number": 32, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/add_oauth_tokens_table.py": [ + { + "hashed_secret": "3333a8285ac54459f46f2ef561184275586dd1a7", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/b1c2d3e4f5a6_add_tool_plugin_bindings_table.py": [ + { + "hashed_secret": "67e71f59c479818d8d271427edeaee49eae77ffe", + "is_secret": false, + "is_verified": false, + "line_number": 15, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f89c8b868b1f89c02134b0cae17608852b6ec609", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/b2d9c6e4f1a7_add_explicit_team_and_token_permissions.py": [ + { + "hashed_secret": "c4770f062e9bfa8ec054475f98315913da1d16fd", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ebf53ef06815a59e9fd0378d3a19dff8b0ac28a", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/b9e496e91e71_merge_gateway_refresh_and_sso_provider_.py": [ + { + "hashed_secret": "19c9ebc4037f02acb15d950b258d51e9eb249966", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/ba202ac1665f_migrate_user_roles_to_configurable_.py": [ + { + "hashed_secret": "10b36c8089b5791d82f0700828fd23a9c782101f", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/c2d3e4f5a6b7_add_manage_plugins_to_team_admin.py": [ + { + "hashed_secret": "a25d3ab3a62142e06a5940fb9eac04c77bec7919", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "67e71f59c479818d8d271427edeaee49eae77ffe", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/c96c11c111b4_create_index_on_user_name.py": [ + { + "hashed_secret": "21562fcd9707470b4fa7cec05458e86caeb25fda", + "is_secret": false, + "is_verified": false, + "line_number": 29, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/cbedf4e580e0_add_tools_execute_to_viewer_role.py": [ + { + "hashed_secret": "f89c8b868b1f89c02134b0cae17608852b6ec609", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2e6b7b27cad43ed0908be745231a98936aad5293", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/cfc3d6aa0fb2_consolidated_multiuser_team_rbac_.py": [ + { + "hashed_secret": "f216ad54219955ae0c4c306010eee4c60b0ec6e1", + "is_secret": false, + "is_verified": false, + "line_number": 30, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/d9e0f1a2b3c4_change_token_uniqueness_to_per_team.py": [ + { + "hashed_secret": "45fc9ab5f41816c6979df8bc85ffdc160a0e696a", + "is_secret": false, + "is_verified": false, + "line_number": 29, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c4770f062e9bfa8ec054475f98315913da1d16fd", + "is_secret": false, + "is_verified": false, + "line_number": 30, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/e182847d89e6_unique_constraints_changes_for_gateways_.py": [ + { + "hashed_secret": "8e70fb96660fbce85c4be348188c03c3d98a5e95", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f216ad54219955ae0c4c306010eee4c60b0ec6e1", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/e1f2a3b4c5d6_add_grant_source_to_user_roles.py": [ + { + "hashed_secret": "9b094435d625c9385a1bb083604f87fa7c225da0", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "45fc9ab5f41816c6979df8bc85ffdc160a0e696a", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/e5a59c16e041_unique_const_changes_for_prompt_and_.py": [ + { + "hashed_secret": "81d89c741bbf0978e92cb9852870242cc88c7db2", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c84583fef8c1325676bd098d09cfc64f185792f7", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/eb17fd368f9d_merge_passthrough_headers_and_tags_.py": [ + { + "hashed_secret": "9743f9059c52643b7cc917663462e853fb36f69d", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "044c1c4f5cc1f89969f46018b2bacbe8918aaf1a", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/ee288b094280_add_auth_query_params_to_gateways.py": [ + { + "hashed_secret": "48ffbad96aa9c2b33f9486f5a3c2108198acb518", + "is_secret": false, + "is_verified": false, + "line_number": 21, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/f1a2b3c4d5e6_add_auth_query_params_to_a2a_agents.py": [ + { + "hashed_secret": "2d40811ded1703d949aca3c40d77175a5c568c05", + "is_secret": false, + "is_verified": false, + "line_number": 20, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/f3a3a3d901b8_remove_gateway_url_unique_constraint.py": [ + { + "hashed_secret": "0c1c30eba610778ef5e68a58883a052733a22bd4", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "74cf584eb4fffdfa472c808000adb71841786f3e", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/f8c9d3e2a1b4_add_oauth_config_to_gateways.py": [ + { + "hashed_secret": "3333a8285ac54459f46f2ef561184275586dd1a7", + "is_secret": false, + "is_verified": false, + "line_number": 22, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/g1a2b3c4d5e6_add_pagination_indexes.py": [ + { + "hashed_secret": "81d89c741bbf0978e92cb9852870242cc88c7db2", + "is_secret": false, + "is_verified": false, + "line_number": 19, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/h2b3c4d5e6f7_add_oauth_config_to_a2a_agents.py": [ + { + "hashed_secret": "83af00f2e79329f549c1438dec118e0cba4ad111", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/i3c4d5e6f7g8_add_observability_performance_indexes.py": [ + { + "hashed_secret": "9d88d7eece452a76b2955ecfbb251f23cf7b7905", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/k5e6f7g8h9i0_add_structured_logging_tables.py": [ + { + "hashed_secret": "c81482140a7bf22e957d89f358479e90adef80dc", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/u5f6g7h8i9j0_add_provider_metadata_to_sso_providers.py": [ + { + "hashed_secret": "e6ec1410341b496819aeb85882509889c33017af", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/v1a2b3c4d5e6_assign_default_viewer_role_to_existing_users.py": [ + { + "hashed_secret": "c052f9f7b5b94886b423384e4938ed8388cd77b4", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/alembic/versions/z1a2b3c4d5e6_add_password_change_required.py": [ + { + "hashed_secret": "36b0556065adc2fdd8a15b7ffac028a043c34595", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/cache/session_registry.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 152, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/common/validators.py": [ + { + "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "is_secret": false, + "is_verified": false, + "line_number": 700, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 1102, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/config.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 222, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "ff37a98a9963d347e9749a5c1b3936a4a245a6ff", + "is_secret": false, + "is_verified": false, + "line_number": 2225, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/db.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 80, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/llm_provider_configs.py": [ + { + "hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6", + "is_secret": false, + "is_verified": false, + "line_number": 308, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "d70eab08607a4d05faa2d0d6647206599e9abc65", + "is_secret": false, + "is_verified": false, + "line_number": 316, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcpgateway/middleware/request_logging_middleware.py": [ + { + "hashed_secret": "e9fe51f94eadabf54dbf2fbbd57188b9abee436e", + "is_secret": false, + "is_verified": false, + "line_number": 40, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 171, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1073ab6cda4b991cd29f9e83a307f34004ae9327", + "is_secret": false, + "is_verified": false, + "line_number": 177, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d4fe581561f18ee5006254a7e53f53cbed780bc2", + "is_secret": false, + "is_verified": false, + "line_number": 259, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/plugins/framework/external/grpc/tls_utils.py": [ + { + "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "is_secret": false, + "is_verified": false, + "line_number": 132, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/plugins/framework/hooks/policies.py": [ + { + "hashed_secret": "e812ba8d00b270ef3502bb53ceb31e8c5188f14e", + "is_secret": false, + "is_verified": false, + "line_number": 98, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/plugins/framework/validators.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 115, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/routers/auth.py": [ + { + "hashed_secret": "aa1a82fe15c74459f1261961b07ae924e2b94ab2", + "is_secret": false, + "is_verified": false, + "line_number": 150, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/routers/email_auth.py": [ + { + "hashed_secret": "6993a3fd94a012ab50fb6b9e97ec238310f0b177", + "is_secret": false, + "is_verified": false, + "line_number": 397, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "52dcc83ec1e54426ad58a64854d1eb8d5f5d9685", + "is_secret": false, + "is_verified": false, + "line_number": 398, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a616a64c0fbc30f12287d0f24f3b90dd2e6a206e", + "is_secret": false, + "is_verified": false, + "line_number": 680, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/routers/oauth_router.py": [ + { + "hashed_secret": "d3ecb0d890368d7659ee54010045b835dacb8efe", + "is_secret": false, + "is_verified": false, + "line_number": 610, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/schemas.py": [ + { + "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "is_secret": false, + "is_verified": false, + "line_number": 4111, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6367c48dd193d56ea7b0baad25b19455e529f5ee", + "is_secret": false, + "is_verified": false, + "line_number": 5224, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 5388, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f42a3fabe1e9bed059d727f47eb752e3aa61b977", + "is_secret": false, + "is_verified": false, + "line_number": 5445, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b85788b459aa4d67e1070930dae6d0827756aadb", + "is_secret": false, + "is_verified": false, + "line_number": 5483, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "52dcc83ec1e54426ad58a64854d1eb8d5f5d9685", + "is_secret": false, + "is_verified": false, + "line_number": 5484, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/scripts/validate_env.py": [ + { + "hashed_secret": "b0fb9e3dbf6beca57a1e203dddab80910598ec3d", + "is_secret": false, + "is_verified": false, + "line_number": 112, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcpgateway/services/argon2_service.py": [ + { + "hashed_secret": "f13733f6dd9f1ed3118e2da31428c71eab5ffd99", + "is_secret": false, + "is_verified": false, + "line_number": 50, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/services/email_auth_service.py": [ + { + "hashed_secret": "f42a3fabe1e9bed059d727f47eb752e3aa61b977", + "is_secret": false, + "is_verified": false, + "line_number": 573, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/services/mcp_client_chat_service.py": [ + { + "hashed_secret": "11fa7c37d697f30e6aee828b4426a10f83ab2380", + "is_secret": false, + "is_verified": false, + "line_number": 526, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "94b778a67d72bc0e8fa5838e7fa48b37739a9e30", + "is_secret": false, + "is_verified": false, + "line_number": 624, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6d9c68c603e465077bdd49c62347fe54717f83a3", + "is_secret": false, + "is_verified": false, + "line_number": 719, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c7a8c334eef5d1749fface7d42c66f9ae5e8cf36", + "is_secret": false, + "is_verified": false, + "line_number": 1157, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 1796, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "is_secret": false, + "is_verified": false, + "line_number": 1809, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/services/oauth_manager.py": [ + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 105, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "819ef87051ee2837fefbb462d846b8d282d3b756", + "is_secret": false, + "is_verified": false, + "line_number": 108, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/services/observability_service.py": [ + { + "hashed_secret": "0a24796d4c71ce722a92f450f69dc36c60b21de4", + "is_secret": false, + "is_verified": false, + "line_number": 185, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8750a512f22c55598175aee8790ae2470ec88d16", + "is_secret": false, + "is_verified": false, + "line_number": 185, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/services/resource_service.py": [ + { + "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "is_secret": false, + "is_verified": false, + "line_number": 346, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "is_secret": false, + "is_verified": false, + "line_number": 3422, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/services/sso_service.py": [ + { + "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "is_secret": false, + "is_verified": false, + "line_number": 780, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/services/support_bundle_service.py": [ + { + "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", + "is_secret": false, + "is_verified": false, + "line_number": 157, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/sri_hashes.json": [ + { + "hashed_secret": "9412580d859a192c1915cdc58de2e145d249ef6a", + "is_secret": false, + "is_verified": false, + "line_number": 3, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8797430a133d1bc558e4ef4ba7110b28b67abfc", + "is_secret": false, + "is_verified": false, + "line_number": 4, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6af61c57e8d8bcb6af6de09cfa7fb75c67785a48", + "is_secret": false, + "is_verified": false, + "line_number": 5, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d58b463fcf8838bc9fec1cd217fc96dd6b2c02e8", + "is_secret": false, + "is_verified": false, + "line_number": 6, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b5fc888b800befb7f0afd247b85cf1e00a1c617d", + "is_secret": false, + "is_verified": false, + "line_number": 7, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a322631affd826e32a9fe4c1edd155526253a368", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5936242a1ad0d29897b3d7d8ca1075298653775c", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f7d3016ba11801d588c442e1a09f00897ff182e3", + "is_secret": false, + "is_verified": false, + "line_number": 10, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "57004d905b477a36f855d6a639c52b11c8385d1d", + "is_secret": false, + "is_verified": false, + "line_number": 11, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d7abf8d576f5ea125ba6fd308f28d8654f523a8c", + "is_secret": false, + "is_verified": false, + "line_number": 12, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "724ed978fa8c0af12c9e23a521acda5f9c22fd74", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f8852355a4d22965e4c3640c9c3c6e4039a83fc2", + "is_secret": false, + "is_verified": false, + "line_number": 15, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e40ac0dfd74f63f996a157f0c79c9ee0b9fbc951", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "mcpgateway/templates/admin.html": [ + { + "hashed_secret": "b4e44716dbbf57be3dae2f819d96795a85d06652", + "is_secret": false, + "is_verified": false, + "line_number": 12498, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/templates/change-password-required.html": [ + { + "hashed_secret": "6947818ac409551f11fbaa78f0ea6391960aa5b8", + "is_secret": false, + "is_verified": false, + "line_number": 582, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/templates/mcp_registry_partial.html": [ + { + "hashed_secret": "d4c3d66fd0c38547a3c7a4c6bdc29c36911bc030", + "is_secret": false, + "is_verified": false, + "line_number": 667, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/toolops/toolops_altk_service.py": [ + { + "hashed_secret": "772fabfec4c6f068c046e516ab0b946909697d32", + "is_secret": false, + "is_verified": false, + "line_number": 283, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/toolops/utils/db_util.py": [ + { + "hashed_secret": "e2eea31cf61d791c922b110554ce1f0a6ed046e9", + "is_secret": false, + "is_verified": false, + "line_number": 178, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "mcpgateway/toolops/utils/llm_util.py": [ + { + "hashed_secret": "e6a51c968d41fd1d3437e6b7d9101e527ee1b83f", + "is_secret": false, + "is_verified": false, + "line_number": 67, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "9c4006403b5388cd34ccfe3ed1b1d3e53cf35700", + "is_secret": false, + "is_verified": false, + "line_number": 81, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d01e71e4c47a4022acd25c74bffedd2641a60c70", + "is_secret": false, + "is_verified": false, + "line_number": 96, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "39fc8e4accd6a3563c4be159e507195ad3d7274c", + "is_secret": false, + "is_verified": false, + "line_number": 106, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/tools/builder/common.py": [ + { + "hashed_secret": "2a1027e8abaef8567159c09ddca81604fb1ba8c0", + "is_secret": false, + "is_verified": false, + "line_number": 428, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "mcpgateway/tools/builder/templates/compose/docker-compose.yaml.j2": [ + { + "hashed_secret": "bd0160c2cf35d950843c88f3be2b9412ed71f485", + "is_secret": false, + "is_verified": false, + "line_number": 44, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4d4acd9b084d13f5fdb23807d857e1c48a1cfd0f", + "is_secret": false, + "is_verified": false, + "line_number": 164, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/translate_header_utils.py": [ + { + "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "is_secret": false, + "is_verified": false, + "line_number": 190, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 262, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "is_secret": false, + "is_verified": false, + "line_number": 317, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/utils/create_jwt_token.py": [ + { + "hashed_secret": "2fcd9b91b955db1627d18720cb7395ef2893a497", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/utils/generate_keys.py": [ + { + "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", + "is_secret": false, + "is_verified": false, + "line_number": 89, + "type": "Private Key", + "verified_result": null + } + ], + "mcpgateway/utils/services_auth.py": [ + { + "hashed_secret": "a2fe5a0cdcbf2e84dbf868a11c5f2ca79f2d7b8d", + "is_secret": false, + "is_verified": false, + "line_number": 218, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/utils/sso_bootstrap.py": [ + { + "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "is_secret": false, + "is_verified": false, + "line_number": 43, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b44bf05d644c15c4d84f78771de011e3cce924c0", + "is_secret": false, + "is_verified": false, + "line_number": 60, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "999a3419d9959d3c39b11dcc67d79c7888b4b765", + "is_secret": false, + "is_verified": false, + "line_number": 72, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "bacac952b5cb942687d38a9eda6531d570f88b22", + "is_secret": false, + "is_verified": false, + "line_number": 85, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cd1ecfcd67c8b85800a483d77e550d36727e8925", + "is_secret": false, + "is_verified": false, + "line_number": 99, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/utils/url_auth.py": [ + { + "hashed_secret": "6367c48dd193d56ea7b0baad25b19455e529f5ee", + "is_secret": false, + "is_verified": false, + "line_number": 68, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 130, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 136, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "b02dff0ec9d24823e77c27c281a852247896b86d", + "is_secret": false, + "is_verified": false, + "line_number": 138, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 203, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/utils/verify_credentials.py": [ + { + "hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c", + "is_secret": false, + "is_verified": false, + "line_number": 572, + "type": "Secret Keyword", + "verified_result": null + } + ], + "mcpgateway/version.py": [ + { + "hashed_secret": "9addbf544119efa4a64223b649750a510f0d463f", + "is_secret": false, + "is_verified": false, + "line_number": 518, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "9addbf544119efa4a64223b649750a510f0d463f", + "is_secret": false, + "is_verified": false, + "line_number": 580, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "package-lock.json": [ + { + "hashed_secret": "2b87f05e478d074a42f884d776ecd8e3a59fc916", + "is_secret": false, + "is_verified": false, + "line_number": 347, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "742de6619f5c8fb5832785c532cd482edf43dd21", + "is_secret": false, + "is_verified": false, + "line_number": 364, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5d930a18b90d39cbb5697c6c7221c736d4b9659c", + "is_secret": false, + "is_verified": false, + "line_number": 381, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1eeb88bfcd4773e681a35819cc24ea8074e97b35", + "is_secret": false, + "is_verified": false, + "line_number": 398, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "686e6e5dd8fe006fe03ceda788a6ecadf54486e4", + "is_secret": false, + "is_verified": false, + "line_number": 415, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8c11427c50f264dfe954885150592837e43deea6", + "is_secret": false, + "is_verified": false, + "line_number": 432, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "45db8c1a56ff7341ccd73b8f0834c5b0f1fcc006", + "is_secret": false, + "is_verified": false, + "line_number": 449, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1679d26697c0e20683a6e4f4fd68326aeb263daf", + "is_secret": false, + "is_verified": false, + "line_number": 683, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "88fabb822ea5729f32cb8354ab467dacc9345816", + "is_secret": false, + "is_verified": false, + "line_number": 695, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "83301cba4927a257dd23354ef8d909cff24e2f5f", + "is_secret": false, + "is_verified": false, + "line_number": 706, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f35bf8147001fc6193a0a9ede91c9d4573b2f0a1", + "is_secret": false, + "is_verified": false, + "line_number": 717, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6a5ac83559afbfa098b560f818a28346df6774be", + "is_secret": false, + "is_verified": false, + "line_number": 734, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b030d54e9370a942d9b9fe004ea8e6a06929f2f6", + "is_secret": false, + "is_verified": false, + "line_number": 751, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7e23528fb7227779fe54ef6f4c2878a2b51a52d4", + "is_secret": false, + "is_verified": false, + "line_number": 768, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "22a3812a6706bc7c25b5e0fc35b77f4b5cc32201", + "is_secret": false, + "is_verified": false, + "line_number": 800, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e56d155200bd6ca97644e7f6a5a5e19751c5b7f8", + "is_secret": false, + "is_verified": false, + "line_number": 817, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cf225cfb15a4a727eaa289b12a14274b28a57b6", + "is_secret": false, + "is_verified": false, + "line_number": 834, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c356996e485dd48551486eb8d6b7f508a5fe2adc", + "is_secret": false, + "is_verified": false, + "line_number": 851, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3f646982dfc1b94a56df142c65b5e42310af2cfb", + "is_secret": false, + "is_verified": false, + "line_number": 868, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cf4392afee047109a875106d97beeda455922133", + "is_secret": false, + "is_verified": false, + "line_number": 885, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ce0fe0c276e1f3d092207df7bb762760c2ae256", + "is_secret": false, + "is_verified": false, + "line_number": 902, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fc3980db71f45141b9fcce52f9e55cd7d10fe8cf", + "is_secret": false, + "is_verified": false, + "line_number": 919, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "00c3067176e0b98211b3f35d31a4ad90edb562fe", + "is_secret": false, + "is_verified": false, + "line_number": 936, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eef0dc96426e2a539ff5502f8cfa289a398339f2", + "is_secret": false, + "is_verified": false, + "line_number": 953, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9b50188cb6881c495f6f8888bd527cf2205c5cbc", + "is_secret": false, + "is_verified": false, + "line_number": 970, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9d47f2726b6b18c5cb4f0dfdab50807936e57f7", + "is_secret": false, + "is_verified": false, + "line_number": 987, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e225ff67817c47deea63551b519f8b26550e90d4", + "is_secret": false, + "is_verified": false, + "line_number": 1004, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a7db4e548f575afe799a959208cd9852c71b6383", + "is_secret": false, + "is_verified": false, + "line_number": 1021, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6ab4d48f65090244c80c3881c55d32d30d662632", + "is_secret": false, + "is_verified": false, + "line_number": 1038, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52d8ecee444ef1e36c8cb29e2467959a7a14bc4b", + "is_secret": false, + "is_verified": false, + "line_number": 1055, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "089848680b59b63e2f120f7be31faf64c71c6f0e", + "is_secret": false, + "is_verified": false, + "line_number": 1072, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "80c74ec351708bcd0d3b4ae14c858ef1a99d7491", + "is_secret": false, + "is_verified": false, + "line_number": 1089, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "952285fd471fa016004b14b56de9659aa3b0a946", + "is_secret": false, + "is_verified": false, + "line_number": 1106, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ed7af19c29dd9db6507c068c7293f01a5719463e", + "is_secret": false, + "is_verified": false, + "line_number": 1123, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b994949a9cdd25b4f6421100c039607c82dc4c60", + "is_secret": false, + "is_verified": false, + "line_number": 1140, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebed4bcc0633208a30eb5a5dbfeaa7364612a05d", + "is_secret": false, + "is_verified": false, + "line_number": 1438, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5efdeb62f5deb21c3e895c37fb62e227d72f4739", + "is_secret": false, + "is_verified": false, + "line_number": 1507, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "15006bb4bd25f5ff4afa98a3b09ccd1f41145607", + "is_secret": false, + "is_verified": false, + "line_number": 1521, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e0dafe9c03d40d9bd99a78f884ae15f342fb3c3f", + "is_secret": false, + "is_verified": false, + "line_number": 1547, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8421c07eec3e4537f0af2ee6c54a7d6eae0b2144", + "is_secret": false, + "is_verified": false, + "line_number": 1561, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "02478d44748ded61acb01f3ba462b9189e7321db", + "is_secret": false, + "is_verified": false, + "line_number": 1575, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5595f612fd0654b8916b8df5a45811115f7b4584", + "is_secret": false, + "is_verified": false, + "line_number": 1589, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b3624899b7301373febabc8ef721eaf6dff8e42b", + "is_secret": false, + "is_verified": false, + "line_number": 1603, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6963a0c5b160f35456dce0288f5c9324bf040e5b", + "is_secret": false, + "is_verified": false, + "line_number": 1617, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a505dcd3148cc63769d8dfe1e29b94fb6db1b96b", + "is_secret": false, + "is_verified": false, + "line_number": 1631, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6141ea3c0f95af3fdbfb2db58e947be6ef3c6fe3", + "is_secret": false, + "is_verified": false, + "line_number": 1645, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5d299c051282a548a506479327823c46550c595b", + "is_secret": false, + "is_verified": false, + "line_number": 1659, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4fe488d341fa8144affe52f6e304e0aa36f8a9f8", + "is_secret": false, + "is_verified": false, + "line_number": 1673, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c1151b50cd219b0172d14c95f288ac3d7cfa2150", + "is_secret": false, + "is_verified": false, + "line_number": 1687, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0eeb7bfad521af10b788a439cc933f0bda371ba", + "is_secret": false, + "is_verified": false, + "line_number": 1701, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a1d804dfe746503bb093c9dc592fa777ea765834", + "is_secret": false, + "is_verified": false, + "line_number": 1715, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc2de6e0bf4bf26ef1106f21fc610710ce1307ea", + "is_secret": false, + "is_verified": false, + "line_number": 1729, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4e14d37b266a1a93ce78cc6b45b19b89272ca9d9", + "is_secret": false, + "is_verified": false, + "line_number": 1743, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b03e09a5adb3a427cbf4a7191c097006ec7a0ca5", + "is_secret": false, + "is_verified": false, + "line_number": 1757, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7db8c3388925567c445d3dceccbdf72415fe68b0", + "is_secret": false, + "is_verified": false, + "line_number": 1771, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f37a841eb33127f6c207426714d351111ee0d302", + "is_secret": false, + "is_verified": false, + "line_number": 1785, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b14917ec33219ab2fa1ee732a25ea7663c7441fe", + "is_secret": false, + "is_verified": false, + "line_number": 1799, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "627d819537e481faabe8d0229b4999de5d9694f5", + "is_secret": false, + "is_verified": false, + "line_number": 1813, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e60999270bd6b6ace311ff9dcc917ca4d4ba008b", + "is_secret": false, + "is_verified": false, + "line_number": 1827, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "989ef118248bcf8a59993ae5a60dc36e3e8fe788", + "is_secret": false, + "is_verified": false, + "line_number": 1841, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "23980ce90dce595369dff677108c4861655709ec", + "is_secret": false, + "is_verified": false, + "line_number": 1946, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8842ad0c2b8591c188d31740af8c97f7497952f5", + "is_secret": false, + "is_verified": false, + "line_number": 2222, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "843f6adc83e5bab548b2c1780b57d389041c7960", + "is_secret": false, + "is_verified": false, + "line_number": 2236, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "24a26fde2915eb83aeb5b58047c67633448aadcc", + "is_secret": false, + "is_verified": false, + "line_number": 2262, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "14bbf3e2247b687a2073aeedfe1a1bb199c7cd5f", + "is_secret": false, + "is_verified": false, + "line_number": 2276, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ba3151c71df586ac67f0e20bb86af1f1841c695d", + "is_secret": false, + "is_verified": false, + "line_number": 2290, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5a01aaedf6ce0250d934af8db3d9c5d37b3cfa6f", + "is_secret": false, + "is_verified": false, + "line_number": 2304, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6f2cdb3f3bb55a86fc6718198490e5de840d6cc3", + "is_secret": false, + "is_verified": false, + "line_number": 2318, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4bb77220eb431a8e23d0448d352aa6798396f49", + "is_secret": false, + "is_verified": false, + "line_number": 2332, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b907cff5099cbd0c2dc3b29fc93b875d267d846", + "is_secret": false, + "is_verified": false, + "line_number": 2346, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fdad62357203dd309d14a7656ef638dddfc6a4f4", + "is_secret": false, + "is_verified": false, + "line_number": 2360, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dce5179f9c57f3995ad68bc6f7cdb0f402344020", + "is_secret": false, + "is_verified": false, + "line_number": 2374, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e431f461f14ae4aa92ca9a304256467d315385d6", + "is_secret": false, + "is_verified": false, + "line_number": 2388, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5a5c88a7b7a3cbb7d79e3c4eb272e2a49fc4f99f", + "is_secret": false, + "is_verified": false, + "line_number": 2402, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8ad402d1afd4eebda4d52652a5b1285a787d171", + "is_secret": false, + "is_verified": false, + "line_number": 2416, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9b4737273b58c6b6b505f753a93507043228b137", + "is_secret": false, + "is_verified": false, + "line_number": 2430, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29338d4886dd68d07f58cdc0371a13c35922a199", + "is_secret": false, + "is_verified": false, + "line_number": 2447, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6c2ddf97f92d4d8afee3ab85e40c99943258b41", + "is_secret": false, + "is_verified": false, + "line_number": 2461, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3880ca9edb15902cf3bdbc88e95723f18a879154", + "is_secret": false, + "is_verified": false, + "line_number": 2475, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e0ed71a4c2836a6a251bef5e00b00401cfac286d", + "is_secret": false, + "is_verified": false, + "line_number": 2935, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5389eb7ce46c53e5d6adc57d5bafb1180870b814", + "is_secret": false, + "is_verified": false, + "line_number": 2969, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6469b5be81ddc9f74fdb35bb646526db702e0f3d", + "is_secret": false, + "is_verified": false, + "line_number": 4420, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "762170c1418d8fc0e5d24ecdd9fbd0677f7ff0b0", + "is_secret": false, + "is_verified": false, + "line_number": 5597, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "31d6671bbf40210dfde8e313a9c03ab41489691d", + "is_secret": false, + "is_verified": false, + "line_number": 5791, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1eebb60ad4a928dec45e462097dfe811213191f9", + "is_secret": false, + "is_verified": false, + "line_number": 7755, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "plugin_templates/external/{{cookiecutter.plugin_slug}}/.env.template": [ + { + "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "is_secret": false, + "is_verified": false, + "line_number": 118, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/content_moderation/README.md": [ + { + "hashed_secret": "c586890f1a2e6a43c2611ec983782d53141333de", + "is_secret": false, + "is_verified": false, + "line_number": 168, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1d3b1295c282649864a65fe3bd1631bcf7499ef5", + "is_secret": false, + "is_verified": false, + "line_number": 174, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "83542070ee8238c5ad6484b7824016bd2d2fb32e", + "is_secret": false, + "is_verified": false, + "line_number": 186, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/content_moderation/TESTING.md": [ + { + "hashed_secret": "11fa7c37d697f30e6aee828b4426a10f83ab2380", + "is_secret": false, + "is_verified": false, + "line_number": 204, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1d3b1295c282649864a65fe3bd1631bcf7499ef5", + "is_secret": false, + "is_verified": false, + "line_number": 240, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3bee216ebc256d692260fc3adc765050508fef5e", + "is_secret": false, + "is_verified": false, + "line_number": 428, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/encoded_exfil_detection/README.md": [ + { + "hashed_secret": "f7f877c24a4ebef314009a2e79314797bae91bb6", + "is_secret": false, + "is_verified": false, + "line_number": 149, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "5f2fe4f03b2314fa3a217f1e1f0ab2e3f5b1b49f", + "is_secret": false, + "is_verified": false, + "line_number": 178, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/examples/custom_auth_example/README.md": [ + { + "hashed_secret": "423529858c0ba74fbbe141bce50b20f3c0d3b9f6", + "is_secret": false, + "is_verified": false, + "line_number": 70, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "31b38ab9a06eec4e1a194a5e23c83fbc6643c20a", + "is_secret": false, + "is_verified": false, + "line_number": 104, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e94104ce07e03bb7892c943c21235d8f91793c73", + "is_secret": false, + "is_verified": false, + "line_number": 196, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2bbebb59c0430ebfe54c81f73e3bb99c9e704341", + "is_secret": false, + "is_verified": false, + "line_number": 295, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ed65c049bb2f78ee4f703b2158ba9cc6ea31fb7e", + "is_secret": false, + "is_verified": false, + "line_number": 295, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/examples/custom_auth_example/custom_auth.py": [ + { + "hashed_secret": "79acc7201378a3d075db4c3b716187b65d4369ba", + "is_secret": false, + "is_verified": false, + "line_number": 260, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/examples/simple_token_auth/simple_token_auth.py": [ + { + "hashed_secret": "8a9e9e42f8e154a255c1455267654ab4ec13528b", + "is_secret": false, + "is_verified": false, + "line_number": 157, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3d75cbdb604907851e109e4ced7161c178648532", + "is_secret": false, + "is_verified": false, + "line_number": 166, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/external/cedar/resources/runtime/config.yaml": [ + { + "hashed_secret": "ddb2c93ebcf6098f6ccb08807ed66e02934248a5", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/external/llmguard/README.md": [ + { + "hashed_secret": "50c8af90ac5a0b327517a411650008199a358c96", + "is_secret": false, + "is_verified": false, + "line_number": 308, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins/external/llmguard/resources/plugins/config.yaml": [ + { + "hashed_secret": "50c8af90ac5a0b327517a411650008199a358c96", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins/external/llmguard/resources/runtime/config.yaml": [ + { + "hashed_secret": "ddb2c93ebcf6098f6ccb08807ed66e02934248a5", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/external/opa/README.md": [ + { + "hashed_secret": "a5d80863d8ca51c72e6cb7799ac9657eaddb3b1d", + "is_secret": false, + "is_verified": false, + "line_number": 235, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "plugins/external/opa/resources/runtime/config.yaml": [ + { + "hashed_secret": "ddb2c93ebcf6098f6ccb08807ed66e02934248a5", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/pii_filter/README.md": [ + { + "hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6", + "is_secret": false, + "is_verified": false, + "line_number": 344, + "type": "AWS Access Key", + "verified_result": null + } + ], + "plugins/resource_filter/README.md": [ + { + "hashed_secret": "048fe8f760ed90d8058cacc2da41ed7a7eb76669", + "is_secret": false, + "is_verified": false, + "line_number": 153, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "48574e7efc2af452e5187ab0f9381560f17577be", + "is_secret": false, + "is_verified": false, + "line_number": 156, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/vault/README.md": [ + { + "hashed_secret": "b60d121b438a380c343d5ec3c2037564b82ffef3", + "is_secret": false, + "is_verified": false, + "line_number": 181, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "83722c5a3bcef30aa1c6014bedd0ddd5b4107514", + "is_secret": false, + "is_verified": false, + "line_number": 194, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins/webhook_notification/TESTING.md": [ + { + "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "is_secret": false, + "is_verified": false, + "line_number": 61, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins_rust/encoded_exfil_detection/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4eb0d22814fd1612e292742063af598468d65ea", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b660bfa30c205b9b6687cd7c0fec21dd718dd211", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0b32b6f12e419acbd7b54d25cfcb35ea7d88b39", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f31c8be2a83d8786ff5ea96f532898a2d296dd95", + "is_secret": false, + "is_verified": false, + "line_number": 48, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b25a21f1a0e2fc65dc90424e07d7210587e8b296", + "is_secret": false, + "is_verified": false, + "line_number": 60, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "024de6406eb14fab83f73c7aba00b007b6369930", + "is_secret": false, + "is_verified": false, + "line_number": 66, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b72376f39b229e9e6b4be8fe9c459fe555929ea", + "is_secret": false, + "is_verified": false, + "line_number": 72, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f1914a4edf604fca63fe9c60cb62601b7c701c", + "is_secret": false, + "is_verified": false, + "line_number": 78, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 88, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4292dceca17415f83418a3909507b7c29737d284", + "is_secret": false, + "is_verified": false, + "line_number": 94, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ac8b8c7acbe0e66015ad3a9344c3cead1643ae19", + "is_secret": false, + "is_verified": false, + "line_number": 107, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2a5dd330cc6af22e5e259877e4a6342ed6395f2f", + "is_secret": false, + "is_verified": false, + "line_number": 118, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84a7dcddd87e289faa3d086dc9a6ac50292f8ee2", + "is_secret": false, + "is_verified": false, + "line_number": 124, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b0571ccc0a2237bc0fc35d60e94a9503d51b36dd", + "is_secret": false, + "is_verified": false, + "line_number": 134, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bc6e2ea457c17caef176812bc1d770066c3b8028", + "is_secret": false, + "is_verified": false, + "line_number": 143, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "710066c385eadd0091f067e0a8e2573ac53d5f4b", + "is_secret": false, + "is_verified": false, + "line_number": 153, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 159, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "43cc136a251b358a7a64968300d250877dbf86bd", + "is_secret": false, + "is_verified": false, + "line_number": 165, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9feb0877f4bbf6117f628b1362db082168af749c", + "is_secret": false, + "is_verified": false, + "line_number": 190, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "68a15e87a6b9806b9214862840726ef1acc2e5dd", + "is_secret": false, + "is_verified": false, + "line_number": 200, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37296779892fa772bc497cc53fa15fb2ced95b84", + "is_secret": false, + "is_verified": false, + "line_number": 210, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", + "is_secret": false, + "is_verified": false, + "line_number": 219, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "562e55d49724eaac4cff1b62be4137d8f5292a72", + "is_secret": false, + "is_verified": false, + "line_number": 225, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8cb759d32a886afc6561de73e3102dcdc2cba219", + "is_secret": false, + "is_verified": false, + "line_number": 231, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", + "is_secret": false, + "is_verified": false, + "line_number": 240, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 258, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 264, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "762fc498e829264bd84320c53f9bd6c8eb445b8e", + "is_secret": false, + "is_verified": false, + "line_number": 270, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", + "is_secret": false, + "is_verified": false, + "line_number": 279, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8c73d56ba41f0eeb296413affaa812431de0bd07", + "is_secret": false, + "is_verified": false, + "line_number": 290, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", + "is_secret": false, + "is_verified": false, + "line_number": 301, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 307, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 313, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 328, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", + "is_secret": false, + "is_verified": false, + "line_number": 337, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2518cc4854c30b1401b7bef0dc542237d5acce4c", + "is_secret": false, + "is_verified": false, + "line_number": 347, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b2104d534fcbba7dd524595af7e52e29da1eca68", + "is_secret": false, + "is_verified": false, + "line_number": 356, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aadc0453d2d3fdc05093cc42f8950f5445782e13", + "is_secret": false, + "is_verified": false, + "line_number": 368, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2e033fe193c9a2aa937c12c6b496692a3bfd0f3", + "is_secret": false, + "is_verified": false, + "line_number": 377, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4c35f1105fef7dd05206e5c580220cae7fb0d31b", + "is_secret": false, + "is_verified": false, + "line_number": 386, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", + "is_secret": false, + "is_verified": false, + "line_number": 395, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f07469cb2b99055bd011f347860438b0957c4b5b", + "is_secret": false, + "is_verified": false, + "line_number": 401, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ff83af8f867301e963f7ad167917125f83e8b40", + "is_secret": false, + "is_verified": false, + "line_number": 411, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1a5c1aafe91ad50de9b57d58c892732234dd2618", + "is_secret": false, + "is_verified": false, + "line_number": 417, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 423, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a32cf693a7717063dad28f208cc038d14a3e847c", + "is_secret": false, + "is_verified": false, + "line_number": 429, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db0c5903c40f2dcf6cc3179aa01c0026d18b3061", + "is_secret": false, + "is_verified": false, + "line_number": 435, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 445, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e936de0f0fb5cb3b98a0a1fd5f06d47d714a948b", + "is_secret": false, + "is_verified": false, + "line_number": 451, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", + "is_secret": false, + "is_verified": false, + "line_number": 466, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3eb645bfb98952d218d44f82f285b49ff2e34dde", + "is_secret": false, + "is_verified": false, + "line_number": 476, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0a549d859d0064d99bd64aa5226d0588e42e1f32", + "is_secret": false, + "is_verified": false, + "line_number": 485, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", + "is_secret": false, + "is_verified": false, + "line_number": 491, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 500, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1da2731a9796fcb269eb9b244d1e98e23618af6e", + "is_secret": false, + "is_verified": false, + "line_number": 509, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3558448508502aa5a344f39c803ec2665ee9e81b", + "is_secret": false, + "is_verified": false, + "line_number": 525, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "51d39c0f11bd886e295a5a60dbec0332b6900c4c", + "is_secret": false, + "is_verified": false, + "line_number": 531, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d13f6ae109bf8e970b5d7d6a5c160a09f0642448", + "is_secret": false, + "is_verified": false, + "line_number": 537, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6f33d498bbbe78966c6d4cc9e02eff57dccd290", + "is_secret": false, + "is_verified": false, + "line_number": 546, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9fbf26ca6c2385c79c99e7cfc059be4768610da9", + "is_secret": false, + "is_verified": false, + "line_number": 556, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1db3bfc3973b7b1848de6d62826146ea6ba8b79b", + "is_secret": false, + "is_verified": false, + "line_number": 565, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a83eec6a7f047ef3b54c6471da4fee13861fbc74", + "is_secret": false, + "is_verified": false, + "line_number": 575, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09bd80f5c95312a3d6aef8957b831a6679e729ac", + "is_secret": false, + "is_verified": false, + "line_number": 585, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7e21427077e475ce5749e288815b8c8e9fda21c8", + "is_secret": false, + "is_verified": false, + "line_number": 594, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "072ff15e3bdf3b38a4b02d9e3e0ef4d937e18e15", + "is_secret": false, + "is_verified": false, + "line_number": 607, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7d9cbf27e5b10a62ae9848be4b6fbbbe93491e1", + "is_secret": false, + "is_verified": false, + "line_number": 613, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32cad93d535d24a043ec493dcb579e8744a33d5b", + "is_secret": false, + "is_verified": false, + "line_number": 622, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "125cc8a1a532f3c912919ef250bb42eee5a94e07", + "is_secret": false, + "is_verified": false, + "line_number": 628, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", + "is_secret": false, + "is_verified": false, + "line_number": 637, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 643, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 652, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50feffdb4b1d1ce1f1432a2628ae3cbe1dca5849", + "is_secret": false, + "is_verified": false, + "line_number": 661, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "397e6f1ae7f26850afeb84f8fc86d442a23a5d39", + "is_secret": false, + "is_verified": false, + "line_number": 675, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "13095d536a4a53c8d1e3461be1259680963bb20c", + "is_secret": false, + "is_verified": false, + "line_number": 684, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5477445d0fbadc7dffdaed724591de709ef47edf", + "is_secret": false, + "is_verified": false, + "line_number": 694, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db5edc57fbb1b32f713e854ade035e9e48c39a09", + "is_secret": false, + "is_verified": false, + "line_number": 706, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e84cc493fd67427b615b414feca76a450c7840c3", + "is_secret": false, + "is_verified": false, + "line_number": 719, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60dcabffca2924f2c9777b16acdcdd113632d1dd", + "is_secret": false, + "is_verified": false, + "line_number": 745, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9a2cdf6585922eea3346605d503aa1370139e781", + "is_secret": false, + "is_verified": false, + "line_number": 759, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", + "is_secret": false, + "is_verified": false, + "line_number": 768, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", + "is_secret": false, + "is_verified": false, + "line_number": 779, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", + "is_secret": false, + "is_verified": false, + "line_number": 789, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a12225190f4c63e09c71dac208d1979b10e19e55", + "is_secret": false, + "is_verified": false, + "line_number": 798, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6db2ba51720f54d6b7336f1eb4d8032d96c76ed", + "is_secret": false, + "is_verified": false, + "line_number": 804, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f23b8e5e11045f82a31210713d308de8c1a83e", + "is_secret": false, + "is_verified": false, + "line_number": 814, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", + "is_secret": false, + "is_verified": false, + "line_number": 824, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 836, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c6e3a84ec63c609153315d01f022e862468c93d", + "is_secret": false, + "is_verified": false, + "line_number": 847, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7595306f5da32ddff19f11930cfd7e021bca6a62", + "is_secret": false, + "is_verified": false, + "line_number": 853, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2aacc8c22ee3e26d7a6f5d24bf528c87202c5f0", + "is_secret": false, + "is_verified": false, + "line_number": 859, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bbe494c4c6d883d257069617aadba814a0b7af42", + "is_secret": false, + "is_verified": false, + "line_number": 865, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e045cb9f89b83706ea83457e157baa07f4da23d1", + "is_secret": false, + "is_verified": false, + "line_number": 877, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b334846415d5595c15bebc8efe4ccd59c4a6668", + "is_secret": false, + "is_verified": false, + "line_number": 901, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5eb894a4ae8142b70b7384d9ab7648abd1cc138", + "is_secret": false, + "is_verified": false, + "line_number": 912, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 922, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", + "is_secret": false, + "is_verified": false, + "line_number": 928, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 937, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 947, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 956, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 967, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6d252f2c2f14196d2164788e909d288b535a7730", + "is_secret": false, + "is_verified": false, + "line_number": 980, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 989, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", + "is_secret": false, + "is_verified": false, + "line_number": 995, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3cf7abf6e2a5256f811356be0f4b4f6911091224", + "is_secret": false, + "is_verified": false, + "line_number": 1001, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4da8447e2ac1a122131506f348248adb6384a3cf", + "is_secret": false, + "is_verified": false, + "line_number": 1007, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d713c28bb4df4f085fe5021c9369a8f72c7bfaba", + "is_secret": false, + "is_verified": false, + "line_number": 1018, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", + "is_secret": false, + "is_verified": false, + "line_number": 1024, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", + "is_secret": false, + "is_verified": false, + "line_number": 1037, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7cf071642e1fbafa4f4139211d77123b9d5186f5", + "is_secret": false, + "is_verified": false, + "line_number": 1043, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2409e70c2d1016521b66c38545b57d9d558bd817", + "is_secret": false, + "is_verified": false, + "line_number": 1052, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bd9c7b2b6c7454d73e7adde21fb63bd376791445", + "is_secret": false, + "is_verified": false, + "line_number": 1062, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "548024f4442052f17fa80873dcdb06c8be34b7aa", + "is_secret": false, + "is_verified": false, + "line_number": 1077, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e9932a2f581ce1c412466aba20ce5938f4ce4b6f", + "is_secret": false, + "is_verified": false, + "line_number": 1086, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "544a059b6156aa5094965cbf44cacd5232cdc84f", + "is_secret": false, + "is_verified": false, + "line_number": 1095, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93696deb086eae01f6ade3bad646ad47f2569baf", + "is_secret": false, + "is_verified": false, + "line_number": 1101, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89d71d034c88d9fca865976bdee1e29923b47431", + "is_secret": false, + "is_verified": false, + "line_number": 1110, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89012c955a5b955d1bde634f9d5c1b6676a9ba5b", + "is_secret": false, + "is_verified": false, + "line_number": 1116, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2a4445a1ffb12565fcf36d3b7782c9c76220f68", + "is_secret": false, + "is_verified": false, + "line_number": 1122, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b26271bc5d1417e978b9b8eeea1363781d72a6b", + "is_secret": false, + "is_verified": false, + "line_number": 1133, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56374b43ea51a40841a831e9c8c603f5463c18e6", + "is_secret": false, + "is_verified": false, + "line_number": 1144, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 1153, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d520ee751c4e698d412228eb52c7be60d9cc467", + "is_secret": false, + "is_verified": false, + "line_number": 1159, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "da6d928ee5aec0d6f03233e69f560c629e94627c", + "is_secret": false, + "is_verified": false, + "line_number": 1165, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d90f1e7c44d076236dd0aefdf9d808e98e7099e0", + "is_secret": false, + "is_verified": false, + "line_number": 1175, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", + "is_secret": false, + "is_verified": false, + "line_number": 1187, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 1197, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "808905688514585ccff789bd66dcc97ca8205bf4", + "is_secret": false, + "is_verified": false, + "line_number": 1203, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "06be809fff59940d36f06f8ebc746d2db102f91f", + "is_secret": false, + "is_verified": false, + "line_number": 1216, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aa82ea49bab0380d31a6bd815081bcc00fb627b6", + "is_secret": false, + "is_verified": false, + "line_number": 1226, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "465af5b50e950d5cd94c411a1c48a87ae8c1742e", + "is_secret": false, + "is_verified": false, + "line_number": 1239, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a87970b12f487a7b4b2dde69c4553fc759412a7c", + "is_secret": false, + "is_verified": false, + "line_number": 1248, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c210cc626902bf389b3d925d7e92a8d4664cb3ff", + "is_secret": false, + "is_verified": false, + "line_number": 1258, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32e3bd24faa462bf1a7d222314a8db909821dfcb", + "is_secret": false, + "is_verified": false, + "line_number": 1268, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", + "is_secret": false, + "is_verified": false, + "line_number": 1274, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb6c73d1cf78d39e7b71760b572559736d27ad42", + "is_secret": false, + "is_verified": false, + "line_number": 1283, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 1289, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 1302, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 1313, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 1324, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 1330, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 1339, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 1348, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "41d9bb6a8fee6ba11182b2f7973302854a4d2247", + "is_secret": false, + "is_verified": false, + "line_number": 1357, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "958222524529407d497c8c5bbbe8281b7c381e3c", + "is_secret": false, + "is_verified": false, + "line_number": 1363, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f1ff85189f1c0a5f11f0c0b11f33d9852075f0d4", + "is_secret": false, + "is_verified": false, + "line_number": 1372, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 1383, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins_rust/encoded_exfil_detection/benches/encoded_exfil_detection.rs": [ + { + "hashed_secret": "9e53fffcf6d106f85fff53416e2ae687e1346aea", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "67844048772af8b97258a5f1fe00b0043216f739", + "is_secret": false, + "is_verified": false, + "line_number": 49, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "648b3cbf65960d678821b2ae53740d890e1be100", + "is_secret": false, + "is_verified": false, + "line_number": 128, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins_rust/encoded_exfil_detection/src/lib.rs": [ + { + "hashed_secret": "1d278d3c888d1a2fa7eed622bfc02927ce4049af", + "is_secret": false, + "is_verified": false, + "line_number": 573, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d7da4707f9793b357da965eb04f06ceae7d7bfa6", + "is_secret": false, + "is_verified": false, + "line_number": 574, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0962e90797cdf7ff77c8a0a9477a7ca4f493465f", + "is_secret": false, + "is_verified": false, + "line_number": 892, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ca3f3092640b07c051f03e52690fda1bcee3f60d", + "is_secret": false, + "is_verified": false, + "line_number": 913, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "532fdeccb155dce5b528ba039b9a5d201b817e3b", + "is_secret": false, + "is_verified": false, + "line_number": 932, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cf743b3a58a4d0f91c1d7f5825c0b1b5f7758174", + "is_secret": false, + "is_verified": false, + "line_number": 969, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ff1a7ebc241b8eefe9e75e13f20cc22c365ab626", + "is_secret": false, + "is_verified": false, + "line_number": 969, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins_rust/pii_filter/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4eb0d22814fd1612e292742063af598468d65ea", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b660bfa30c205b9b6687cd7c0fec21dd718dd211", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0b32b6f12e419acbd7b54d25cfcb35ea7d88b39", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f31c8be2a83d8786ff5ea96f532898a2d296dd95", + "is_secret": false, + "is_verified": false, + "line_number": 48, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "31584e466c43e3e97cd45c38e554e2273016a1aa", + "is_secret": false, + "is_verified": false, + "line_number": 60, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7b7f80d71c414ee28e24ec7699ce3db9bf4a698b", + "is_secret": false, + "is_verified": false, + "line_number": 69, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b72376f39b229e9e6b4be8fe9c459fe555929ea", + "is_secret": false, + "is_verified": false, + "line_number": 75, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f1914a4edf604fca63fe9c60cb62601b7c701c", + "is_secret": false, + "is_verified": false, + "line_number": 81, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 91, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4292dceca17415f83418a3909507b7c29737d284", + "is_secret": false, + "is_verified": false, + "line_number": 97, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ac8b8c7acbe0e66015ad3a9344c3cead1643ae19", + "is_secret": false, + "is_verified": false, + "line_number": 110, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2a5dd330cc6af22e5e259877e4a6342ed6395f2f", + "is_secret": false, + "is_verified": false, + "line_number": 121, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84a7dcddd87e289faa3d086dc9a6ac50292f8ee2", + "is_secret": false, + "is_verified": false, + "line_number": 127, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b8f5c1c55ac08a64fa7e5a59c160f7f8218c85b5", + "is_secret": false, + "is_verified": false, + "line_number": 137, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ac839a751934212ae0f2b7625a79fecfbf86878", + "is_secret": false, + "is_verified": false, + "line_number": 146, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "710066c385eadd0091f067e0a8e2573ac53d5f4b", + "is_secret": false, + "is_verified": false, + "line_number": 156, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 162, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e863b03571e186ffa7385bf8fdef7786a21a0a1a", + "is_secret": false, + "is_verified": false, + "line_number": 168, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "43cc136a251b358a7a64968300d250877dbf86bd", + "is_secret": false, + "is_verified": false, + "line_number": 177, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9feb0877f4bbf6117f628b1362db082168af749c", + "is_secret": false, + "is_verified": false, + "line_number": 202, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "68a15e87a6b9806b9214862840726ef1acc2e5dd", + "is_secret": false, + "is_verified": false, + "line_number": 212, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37296779892fa772bc497cc53fa15fb2ced95b84", + "is_secret": false, + "is_verified": false, + "line_number": 222, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", + "is_secret": false, + "is_verified": false, + "line_number": 231, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "562e55d49724eaac4cff1b62be4137d8f5292a72", + "is_secret": false, + "is_verified": false, + "line_number": 237, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "088b03c54e39344f385c72c0d648cb5b98a63a02", + "is_secret": false, + "is_verified": false, + "line_number": 243, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8cb759d32a886afc6561de73e3102dcdc2cba219", + "is_secret": false, + "is_verified": false, + "line_number": 253, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cc99ccaf83a5c3347fd6560d1fb362b09a92ae83", + "is_secret": false, + "is_verified": false, + "line_number": 262, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", + "is_secret": false, + "is_verified": false, + "line_number": 272, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 278, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 284, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef842ccf084ffcac3b8030a3ac4c93c4be04860b", + "is_secret": false, + "is_verified": false, + "line_number": 290, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "762fc498e829264bd84320c53f9bd6c8eb445b8e", + "is_secret": false, + "is_verified": false, + "line_number": 300, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", + "is_secret": false, + "is_verified": false, + "line_number": 309, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb98da5b813e3ae31d0e430526334ae9f010a546", + "is_secret": false, + "is_verified": false, + "line_number": 320, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8c73d56ba41f0eeb296413affaa812431de0bd07", + "is_secret": false, + "is_verified": false, + "line_number": 332, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", + "is_secret": false, + "is_verified": false, + "line_number": 343, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 349, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 355, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 370, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", + "is_secret": false, + "is_verified": false, + "line_number": 379, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2518cc4854c30b1401b7bef0dc542237d5acce4c", + "is_secret": false, + "is_verified": false, + "line_number": 389, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b2104d534fcbba7dd524595af7e52e29da1eca68", + "is_secret": false, + "is_verified": false, + "line_number": 398, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aadc0453d2d3fdc05093cc42f8950f5445782e13", + "is_secret": false, + "is_verified": false, + "line_number": 410, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2e033fe193c9a2aa937c12c6b496692a3bfd0f3", + "is_secret": false, + "is_verified": false, + "line_number": 419, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4c35f1105fef7dd05206e5c580220cae7fb0d31b", + "is_secret": false, + "is_verified": false, + "line_number": 428, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", + "is_secret": false, + "is_verified": false, + "line_number": 437, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f07469cb2b99055bd011f347860438b0957c4b5b", + "is_secret": false, + "is_verified": false, + "line_number": 443, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ff83af8f867301e963f7ad167917125f83e8b40", + "is_secret": false, + "is_verified": false, + "line_number": 453, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1a5c1aafe91ad50de9b57d58c892732234dd2618", + "is_secret": false, + "is_verified": false, + "line_number": 459, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 465, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a32cf693a7717063dad28f208cc038d14a3e847c", + "is_secret": false, + "is_verified": false, + "line_number": 471, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db0c5903c40f2dcf6cc3179aa01c0026d18b3061", + "is_secret": false, + "is_verified": false, + "line_number": 477, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 487, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e936de0f0fb5cb3b98a0a1fd5f06d47d714a948b", + "is_secret": false, + "is_verified": false, + "line_number": 493, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", + "is_secret": false, + "is_verified": false, + "line_number": 508, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3eb645bfb98952d218d44f82f285b49ff2e34dde", + "is_secret": false, + "is_verified": false, + "line_number": 518, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0a549d859d0064d99bd64aa5226d0588e42e1f32", + "is_secret": false, + "is_verified": false, + "line_number": 527, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", + "is_secret": false, + "is_verified": false, + "line_number": 533, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 542, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1da2731a9796fcb269eb9b244d1e98e23618af6e", + "is_secret": false, + "is_verified": false, + "line_number": 551, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3558448508502aa5a344f39c803ec2665ee9e81b", + "is_secret": false, + "is_verified": false, + "line_number": 567, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "51d39c0f11bd886e295a5a60dbec0332b6900c4c", + "is_secret": false, + "is_verified": false, + "line_number": 573, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d13f6ae109bf8e970b5d7d6a5c160a09f0642448", + "is_secret": false, + "is_verified": false, + "line_number": 579, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6f33d498bbbe78966c6d4cc9e02eff57dccd290", + "is_secret": false, + "is_verified": false, + "line_number": 588, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9fbf26ca6c2385c79c99e7cfc059be4768610da9", + "is_secret": false, + "is_verified": false, + "line_number": 598, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1db3bfc3973b7b1848de6d62826146ea6ba8b79b", + "is_secret": false, + "is_verified": false, + "line_number": 607, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a83eec6a7f047ef3b54c6471da4fee13861fbc74", + "is_secret": false, + "is_verified": false, + "line_number": 617, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09bd80f5c95312a3d6aef8957b831a6679e729ac", + "is_secret": false, + "is_verified": false, + "line_number": 627, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7e21427077e475ce5749e288815b8c8e9fda21c8", + "is_secret": false, + "is_verified": false, + "line_number": 652, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "072ff15e3bdf3b38a4b02d9e3e0ef4d937e18e15", + "is_secret": false, + "is_verified": false, + "line_number": 665, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7d9cbf27e5b10a62ae9848be4b6fbbbe93491e1", + "is_secret": false, + "is_verified": false, + "line_number": 671, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32cad93d535d24a043ec493dcb579e8744a33d5b", + "is_secret": false, + "is_verified": false, + "line_number": 680, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "125cc8a1a532f3c912919ef250bb42eee5a94e07", + "is_secret": false, + "is_verified": false, + "line_number": 686, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", + "is_secret": false, + "is_verified": false, + "line_number": 695, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 701, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 710, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50feffdb4b1d1ce1f1432a2628ae3cbe1dca5849", + "is_secret": false, + "is_verified": false, + "line_number": 719, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "397e6f1ae7f26850afeb84f8fc86d442a23a5d39", + "is_secret": false, + "is_verified": false, + "line_number": 733, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "13095d536a4a53c8d1e3461be1259680963bb20c", + "is_secret": false, + "is_verified": false, + "line_number": 742, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5477445d0fbadc7dffdaed724591de709ef47edf", + "is_secret": false, + "is_verified": false, + "line_number": 752, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db5edc57fbb1b32f713e854ade035e9e48c39a09", + "is_secret": false, + "is_verified": false, + "line_number": 764, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e84cc493fd67427b615b414feca76a450c7840c3", + "is_secret": false, + "is_verified": false, + "line_number": 777, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60dcabffca2924f2c9777b16acdcdd113632d1dd", + "is_secret": false, + "is_verified": false, + "line_number": 803, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9a2cdf6585922eea3346605d503aa1370139e781", + "is_secret": false, + "is_verified": false, + "line_number": 817, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb82e6c6c8d3ed2486ef8249d7e59336b5c86610", + "is_secret": false, + "is_verified": false, + "line_number": 826, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", + "is_secret": false, + "is_verified": false, + "line_number": 832, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", + "is_secret": false, + "is_verified": false, + "line_number": 843, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", + "is_secret": false, + "is_verified": false, + "line_number": 853, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a12225190f4c63e09c71dac208d1979b10e19e55", + "is_secret": false, + "is_verified": false, + "line_number": 862, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6db2ba51720f54d6b7336f1eb4d8032d96c76ed", + "is_secret": false, + "is_verified": false, + "line_number": 868, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f23b8e5e11045f82a31210713d308de8c1a83e", + "is_secret": false, + "is_verified": false, + "line_number": 878, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", + "is_secret": false, + "is_verified": false, + "line_number": 888, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 900, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c6e3a84ec63c609153315d01f022e862468c93d", + "is_secret": false, + "is_verified": false, + "line_number": 911, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7595306f5da32ddff19f11930cfd7e021bca6a62", + "is_secret": false, + "is_verified": false, + "line_number": 917, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2aacc8c22ee3e26d7a6f5d24bf528c87202c5f0", + "is_secret": false, + "is_verified": false, + "line_number": 923, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bbe494c4c6d883d257069617aadba814a0b7af42", + "is_secret": false, + "is_verified": false, + "line_number": 929, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e045cb9f89b83706ea83457e157baa07f4da23d1", + "is_secret": false, + "is_verified": false, + "line_number": 941, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b334846415d5595c15bebc8efe4ccd59c4a6668", + "is_secret": false, + "is_verified": false, + "line_number": 965, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5eb894a4ae8142b70b7384d9ab7648abd1cc138", + "is_secret": false, + "is_verified": false, + "line_number": 976, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 986, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", + "is_secret": false, + "is_verified": false, + "line_number": 992, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 1001, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 1011, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 1020, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 1031, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6d252f2c2f14196d2164788e909d288b535a7730", + "is_secret": false, + "is_verified": false, + "line_number": 1044, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56e65ae2b96ac3a748f6ce0ec54a459188c6ba87", + "is_secret": false, + "is_verified": false, + "line_number": 1053, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 1064, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", + "is_secret": false, + "is_verified": false, + "line_number": 1070, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3cf7abf6e2a5256f811356be0f4b4f6911091224", + "is_secret": false, + "is_verified": false, + "line_number": 1076, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4da8447e2ac1a122131506f348248adb6384a3cf", + "is_secret": false, + "is_verified": false, + "line_number": 1082, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7ee5f550a5ea337809d0dc0330f8d5b0debcb764", + "is_secret": false, + "is_verified": false, + "line_number": 1093, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f57b63e67ed485c5ffe3dec0888657ac4c281ca5", + "is_secret": false, + "is_verified": false, + "line_number": 1099, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "824096ad190248d40cef63862048a64d18e73093", + "is_secret": false, + "is_verified": false, + "line_number": 1108, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", + "is_secret": false, + "is_verified": false, + "line_number": 1119, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", + "is_secret": false, + "is_verified": false, + "line_number": 1132, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7cf071642e1fbafa4f4139211d77123b9d5186f5", + "is_secret": false, + "is_verified": false, + "line_number": 1138, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2409e70c2d1016521b66c38545b57d9d558bd817", + "is_secret": false, + "is_verified": false, + "line_number": 1147, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bd9c7b2b6c7454d73e7adde21fb63bd376791445", + "is_secret": false, + "is_verified": false, + "line_number": 1157, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "548024f4442052f17fa80873dcdb06c8be34b7aa", + "is_secret": false, + "is_verified": false, + "line_number": 1172, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e9932a2f581ce1c412466aba20ce5938f4ce4b6f", + "is_secret": false, + "is_verified": false, + "line_number": 1181, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "544a059b6156aa5094965cbf44cacd5232cdc84f", + "is_secret": false, + "is_verified": false, + "line_number": 1190, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6f4db06cf473f26b17a37c45c8da55362dc8477", + "is_secret": false, + "is_verified": false, + "line_number": 1196, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93696deb086eae01f6ade3bad646ad47f2569baf", + "is_secret": false, + "is_verified": false, + "line_number": 1202, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89d71d034c88d9fca865976bdee1e29923b47431", + "is_secret": false, + "is_verified": false, + "line_number": 1211, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89012c955a5b955d1bde634f9d5c1b6676a9ba5b", + "is_secret": false, + "is_verified": false, + "line_number": 1217, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2a4445a1ffb12565fcf36d3b7782c9c76220f68", + "is_secret": false, + "is_verified": false, + "line_number": 1223, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b26271bc5d1417e978b9b8eeea1363781d72a6b", + "is_secret": false, + "is_verified": false, + "line_number": 1234, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56374b43ea51a40841a831e9c8c603f5463c18e6", + "is_secret": false, + "is_verified": false, + "line_number": 1245, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "25b36c9171ce850542b5d6177529684358941924", + "is_secret": false, + "is_verified": false, + "line_number": 1254, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d520ee751c4e698d412228eb52c7be60d9cc467", + "is_secret": false, + "is_verified": false, + "line_number": 1260, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "da6d928ee5aec0d6f03233e69f560c629e94627c", + "is_secret": false, + "is_verified": false, + "line_number": 1266, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d90f1e7c44d076236dd0aefdf9d808e98e7099e0", + "is_secret": false, + "is_verified": false, + "line_number": 1276, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "247410e3854ab062955b1178ea2c11c5d0fbab4f", + "is_secret": false, + "is_verified": false, + "line_number": 1288, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cbd62b2fef0566cbd4adcae3c005b9fb1d23170d", + "is_secret": false, + "is_verified": false, + "line_number": 1299, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", + "is_secret": false, + "is_verified": false, + "line_number": 1305, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 1315, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "040278ead73fc50f601174bf24cfe3552915a67e", + "is_secret": false, + "is_verified": false, + "line_number": 1321, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "808905688514585ccff789bd66dcc97ca8205bf4", + "is_secret": false, + "is_verified": false, + "line_number": 1330, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "06be809fff59940d36f06f8ebc746d2db102f91f", + "is_secret": false, + "is_verified": false, + "line_number": 1343, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aa82ea49bab0380d31a6bd815081bcc00fb627b6", + "is_secret": false, + "is_verified": false, + "line_number": 1353, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "465af5b50e950d5cd94c411a1c48a87ae8c1742e", + "is_secret": false, + "is_verified": false, + "line_number": 1366, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a87970b12f487a7b4b2dde69c4553fc759412a7c", + "is_secret": false, + "is_verified": false, + "line_number": 1375, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c210cc626902bf389b3d925d7e92a8d4664cb3ff", + "is_secret": false, + "is_verified": false, + "line_number": 1385, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32e3bd24faa462bf1a7d222314a8db909821dfcb", + "is_secret": false, + "is_verified": false, + "line_number": 1395, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", + "is_secret": false, + "is_verified": false, + "line_number": 1401, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb6c73d1cf78d39e7b71760b572559736d27ad42", + "is_secret": false, + "is_verified": false, + "line_number": 1410, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 1416, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 1429, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 1440, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 1451, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 1457, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 1466, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 1475, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "41d9bb6a8fee6ba11182b2f7973302854a4d2247", + "is_secret": false, + "is_verified": false, + "line_number": 1484, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0253824dccde843d47fa65b99bb29912e5ec3a0a", + "is_secret": false, + "is_verified": false, + "line_number": 1490, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "958222524529407d497c8c5bbbe8281b7c381e3c", + "is_secret": false, + "is_verified": false, + "line_number": 1496, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f1ff85189f1c0a5f11f0c0b11f33d9852075f0d4", + "is_secret": false, + "is_verified": false, + "line_number": 1505, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 1516, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins_rust/rate_limiter/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4eb0d22814fd1612e292742063af598468d65ea", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b660bfa30c205b9b6687cd7c0fec21dd718dd211", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c010dcc93cdc02fef1dae55077be682aa0cbe6c7", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "053152e6d6ec523a570bc615219d6c829a0d455b", + "is_secret": false, + "is_verified": false, + "line_number": 48, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b49da8f6f5252f3a2d11923d030cd29c0c704b28", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94da59c445b7bfedb03dfc1ee4ade601cee2c067", + "is_secret": false, + "is_verified": false, + "line_number": 63, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 74, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "457b24d26a9cd360a12b56f87c6f1daf3d30a895", + "is_secret": false, + "is_verified": false, + "line_number": 80, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", + "is_secret": false, + "is_verified": false, + "line_number": 86, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20af2a76b19cc7a1a93269f1e5f876f58bd266cc", + "is_secret": false, + "is_verified": false, + "line_number": 92, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b72376f39b229e9e6b4be8fe9c459fe555929ea", + "is_secret": false, + "is_verified": false, + "line_number": 98, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "435b5a83c55f72c24e5bd183795441de1a767dc2", + "is_secret": false, + "is_verified": false, + "line_number": 104, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 114, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a01b71d602bc5018e96db1a555a02018f474f151", + "is_secret": false, + "is_verified": false, + "line_number": 120, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ac8b8c7acbe0e66015ad3a9344c3cead1643ae19", + "is_secret": false, + "is_verified": false, + "line_number": 133, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2a5dd330cc6af22e5e259877e4a6342ed6395f2f", + "is_secret": false, + "is_verified": false, + "line_number": 144, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84a7dcddd87e289faa3d086dc9a6ac50292f8ee2", + "is_secret": false, + "is_verified": false, + "line_number": 150, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4dbf662832f75c34b38426ed080a4b801d00f3d", + "is_secret": false, + "is_verified": false, + "line_number": 160, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebccb6117556497e4da9b06f699ff6a27d45dd3f", + "is_secret": false, + "is_verified": false, + "line_number": 169, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f665662f68035bb677672e8a3b8b814f20f3d020", + "is_secret": false, + "is_verified": false, + "line_number": 179, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1fde732b623b2d93e8974cbefdda84ca0c32202", + "is_secret": false, + "is_verified": false, + "line_number": 185, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 199, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "43cc136a251b358a7a64968300d250877dbf86bd", + "is_secret": false, + "is_verified": false, + "line_number": 205, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9feb0877f4bbf6117f628b1362db082168af749c", + "is_secret": false, + "is_verified": false, + "line_number": 230, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "68a15e87a6b9806b9214862840726ef1acc2e5dd", + "is_secret": false, + "is_verified": false, + "line_number": 240, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37296779892fa772bc497cc53fa15fb2ced95b84", + "is_secret": false, + "is_verified": false, + "line_number": 250, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", + "is_secret": false, + "is_verified": false, + "line_number": 259, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "562e55d49724eaac4cff1b62be4137d8f5292a72", + "is_secret": false, + "is_verified": false, + "line_number": 265, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "11b0d546f276abc72c2c2b0afa721f73b9f02097", + "is_secret": false, + "is_verified": false, + "line_number": 271, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b80e3dbf214e8b5f42deaf56c671624fb8916a9", + "is_secret": false, + "is_verified": false, + "line_number": 280, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", + "is_secret": false, + "is_verified": false, + "line_number": 291, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 297, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 303, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5dd5a3b90a4aec184d6390d782a283adf53b87f9", + "is_secret": false, + "is_verified": false, + "line_number": 309, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89cf74f6e03a27de9d661324442e0b372ad9eefb", + "is_secret": false, + "is_verified": false, + "line_number": 318, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e72195ef7791709c24e8be4349842896a88bab07", + "is_secret": false, + "is_verified": false, + "line_number": 327, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2ebad4ca4792566abd1ba0d665249302119cb457", + "is_secret": false, + "is_verified": false, + "line_number": 333, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7f0ff8004a236b8bba117372cb42ca731446c4b6", + "is_secret": false, + "is_verified": false, + "line_number": 344, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c4bf225e39c6d664754ca87cb8751f8a2a093134", + "is_secret": false, + "is_verified": false, + "line_number": 350, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8ee82c36fc0af17f1fdeb940d2bca6424bf2e453", + "is_secret": false, + "is_verified": false, + "line_number": 356, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "762fc498e829264bd84320c53f9bd6c8eb445b8e", + "is_secret": false, + "is_verified": false, + "line_number": 370, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", + "is_secret": false, + "is_verified": false, + "line_number": 379, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8c73d56ba41f0eeb296413affaa812431de0bd07", + "is_secret": false, + "is_verified": false, + "line_number": 390, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", + "is_secret": false, + "is_verified": false, + "line_number": 401, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 407, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 413, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 428, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86b403165d79a78a2c4a595fe14902c5f4f47361", + "is_secret": false, + "is_verified": false, + "line_number": 437, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6c94d59722bce3906d347ed600e37e119a7837df", + "is_secret": false, + "is_verified": false, + "line_number": 450, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "23db86ff034d7e9f799f0226a1f1a7baae4c7de1", + "is_secret": false, + "is_verified": false, + "line_number": 463, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "49b46f344ecff2a2a1820536df0334ca68050940", + "is_secret": false, + "is_verified": false, + "line_number": 477, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50d2139960f135299c21e3cdaa6b6f076b1e2080", + "is_secret": false, + "is_verified": false, + "line_number": 483, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "08f998bf3af34432739a9ab2cddd2bb85654a4b2", + "is_secret": false, + "is_verified": false, + "line_number": 497, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "be61a53441932e4f82987dcaf2ef89fbcfaac0a5", + "is_secret": false, + "is_verified": false, + "line_number": 503, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3062e8c5ec47afaf7ba2ce1532e8e56c0af6ea8f", + "is_secret": false, + "is_verified": false, + "line_number": 518, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29aae00ffb8818a8acfa28442eb304f3862cbaf5", + "is_secret": false, + "is_verified": false, + "line_number": 529, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", + "is_secret": false, + "is_verified": false, + "line_number": 539, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "61098053a09b0d7751e1a1c50a3c6208309c5b0c", + "is_secret": false, + "is_verified": false, + "line_number": 549, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b2104d534fcbba7dd524595af7e52e29da1eca68", + "is_secret": false, + "is_verified": false, + "line_number": 558, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aadc0453d2d3fdc05093cc42f8950f5445782e13", + "is_secret": false, + "is_verified": false, + "line_number": 570, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2e033fe193c9a2aa937c12c6b496692a3bfd0f3", + "is_secret": false, + "is_verified": false, + "line_number": 579, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4c35f1105fef7dd05206e5c580220cae7fb0d31b", + "is_secret": false, + "is_verified": false, + "line_number": 588, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc02a9de5e15472f3ab7614b78d04a3f9c42aa61", + "is_secret": false, + "is_verified": false, + "line_number": 597, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93408d219072bd897710a546d04acbdf8f518992", + "is_secret": false, + "is_verified": false, + "line_number": 603, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ff83af8f867301e963f7ad167917125f83e8b40", + "is_secret": false, + "is_verified": false, + "line_number": 613, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29cc4d113d2b819fd175fde15139a9047b4714ae", + "is_secret": false, + "is_verified": false, + "line_number": 619, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d3dfbf42f79749cb066b45b4baa929fb891809a", + "is_secret": false, + "is_verified": false, + "line_number": 625, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "36b97c530b1f4c96e9033800c80908a6cfa4b761", + "is_secret": false, + "is_verified": false, + "line_number": 631, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 640, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a32cf693a7717063dad28f208cc038d14a3e847c", + "is_secret": false, + "is_verified": false, + "line_number": 646, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db0c5903c40f2dcf6cc3179aa01c0026d18b3061", + "is_secret": false, + "is_verified": false, + "line_number": 652, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 662, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "22c495789b158bf96a04f9bd11015ad54eace5c6", + "is_secret": false, + "is_verified": false, + "line_number": 668, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e936de0f0fb5cb3b98a0a1fd5f06d47d714a948b", + "is_secret": false, + "is_verified": false, + "line_number": 679, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", + "is_secret": false, + "is_verified": false, + "line_number": 694, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3eb645bfb98952d218d44f82f285b49ff2e34dde", + "is_secret": false, + "is_verified": false, + "line_number": 704, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0a549d859d0064d99bd64aa5226d0588e42e1f32", + "is_secret": false, + "is_verified": false, + "line_number": 713, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", + "is_secret": false, + "is_verified": false, + "line_number": 719, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 728, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1da2731a9796fcb269eb9b244d1e98e23618af6e", + "is_secret": false, + "is_verified": false, + "line_number": 737, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f45c3d9955af35039612741be99a94f2e719c26", + "is_secret": false, + "is_verified": false, + "line_number": 753, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "51d39c0f11bd886e295a5a60dbec0332b6900c4c", + "is_secret": false, + "is_verified": false, + "line_number": 759, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d13f6ae109bf8e970b5d7d6a5c160a09f0642448", + "is_secret": false, + "is_verified": false, + "line_number": 765, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6f33d498bbbe78966c6d4cc9e02eff57dccd290", + "is_secret": false, + "is_verified": false, + "line_number": 774, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "57a3c2bd3253c61856df4bf13198109b0d51486d", + "is_secret": false, + "is_verified": false, + "line_number": 784, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "802fb7ee4a23f1061a4a099e6518b448f5dea8d3", + "is_secret": false, + "is_verified": false, + "line_number": 794, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a02ff67f8e504e59af8eff72afb26fda27037a42", + "is_secret": false, + "is_verified": false, + "line_number": 807, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9fbf26ca6c2385c79c99e7cfc059be4768610da9", + "is_secret": false, + "is_verified": false, + "line_number": 813, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1db3bfc3973b7b1848de6d62826146ea6ba8b79b", + "is_secret": false, + "is_verified": false, + "line_number": 822, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a83eec6a7f047ef3b54c6471da4fee13861fbc74", + "is_secret": false, + "is_verified": false, + "line_number": 832, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09bd80f5c95312a3d6aef8957b831a6679e729ac", + "is_secret": false, + "is_verified": false, + "line_number": 842, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d978e33d84309bf97aa5af7e47486be164c0787e", + "is_secret": false, + "is_verified": false, + "line_number": 851, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7e21427077e475ce5749e288815b8c8e9fda21c8", + "is_secret": false, + "is_verified": false, + "line_number": 857, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "072ff15e3bdf3b38a4b02d9e3e0ef4d937e18e15", + "is_secret": false, + "is_verified": false, + "line_number": 870, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7d9cbf27e5b10a62ae9848be4b6fbbbe93491e1", + "is_secret": false, + "is_verified": false, + "line_number": 876, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32cad93d535d24a043ec493dcb579e8744a33d5b", + "is_secret": false, + "is_verified": false, + "line_number": 885, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4f2be6ef19a8d142a2b949275ede90051f493bec", + "is_secret": false, + "is_verified": false, + "line_number": 891, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20b3b413826d61a82664d755aaaa4a180123d161", + "is_secret": false, + "is_verified": false, + "line_number": 900, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", + "is_secret": false, + "is_verified": false, + "line_number": 909, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 915, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 924, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50feffdb4b1d1ce1f1432a2628ae3cbe1dca5849", + "is_secret": false, + "is_verified": false, + "line_number": 933, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "267d751a64cd0f4e7de7db7b2230a9cb0f19c109", + "is_secret": false, + "is_verified": false, + "line_number": 947, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "397e6f1ae7f26850afeb84f8fc86d442a23a5d39", + "is_secret": false, + "is_verified": false, + "line_number": 961, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "13095d536a4a53c8d1e3461be1259680963bb20c", + "is_secret": false, + "is_verified": false, + "line_number": 970, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c5e1ed2c3178270a610d4f296c453a23fe1f20c", + "is_secret": false, + "is_verified": false, + "line_number": 980, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5477445d0fbadc7dffdaed724591de709ef47edf", + "is_secret": false, + "is_verified": false, + "line_number": 991, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db5edc57fbb1b32f713e854ade035e9e48c39a09", + "is_secret": false, + "is_verified": false, + "line_number": 1003, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e84cc493fd67427b615b414feca76a450c7840c3", + "is_secret": false, + "is_verified": false, + "line_number": 1016, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60dcabffca2924f2c9777b16acdcdd113632d1dd", + "is_secret": false, + "is_verified": false, + "line_number": 1042, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", + "is_secret": false, + "is_verified": false, + "line_number": 1056, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", + "is_secret": false, + "is_verified": false, + "line_number": 1065, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", + "is_secret": false, + "is_verified": false, + "line_number": 1076, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", + "is_secret": false, + "is_verified": false, + "line_number": 1086, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a12225190f4c63e09c71dac208d1979b10e19e55", + "is_secret": false, + "is_verified": false, + "line_number": 1111, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6db2ba51720f54d6b7336f1eb4d8032d96c76ed", + "is_secret": false, + "is_verified": false, + "line_number": 1117, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f23b8e5e11045f82a31210713d308de8c1a83e", + "is_secret": false, + "is_verified": false, + "line_number": 1127, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5fc4e6f528824b6523894ff68de20267affbb9ff", + "is_secret": false, + "is_verified": false, + "line_number": 1137, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "19c50b4f711d39a10ac1890b58e609934e3e7ff6", + "is_secret": false, + "is_verified": false, + "line_number": 1161, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", + "is_secret": false, + "is_verified": false, + "line_number": 1170, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 1182, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f7a7461ae8d5e27458e899b4e84416483680a51", + "is_secret": false, + "is_verified": false, + "line_number": 1193, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7595306f5da32ddff19f11930cfd7e021bca6a62", + "is_secret": false, + "is_verified": false, + "line_number": 1199, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2aacc8c22ee3e26d7a6f5d24bf528c87202c5f0", + "is_secret": false, + "is_verified": false, + "line_number": 1205, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bbe494c4c6d883d257069617aadba814a0b7af42", + "is_secret": false, + "is_verified": false, + "line_number": 1211, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e045cb9f89b83706ea83457e157baa07f4da23d1", + "is_secret": false, + "is_verified": false, + "line_number": 1223, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b334846415d5595c15bebc8efe4ccd59c4a6668", + "is_secret": false, + "is_verified": false, + "line_number": 1247, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5eb894a4ae8142b70b7384d9ab7648abd1cc138", + "is_secret": false, + "is_verified": false, + "line_number": 1258, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 1268, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60a673ff967b996194d288e551490d960a18d4e2", + "is_secret": false, + "is_verified": false, + "line_number": 1274, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", + "is_secret": false, + "is_verified": false, + "line_number": 1280, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "190341c4e045ee5d256b052fa97f59b1d066169f", + "is_secret": false, + "is_verified": false, + "line_number": 1289, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 1295, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 1305, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 1314, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 1325, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6d252f2c2f14196d2164788e909d288b535a7730", + "is_secret": false, + "is_verified": false, + "line_number": 1338, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5d1a2c403a9003e050ea65ac8fbda2245a562535", + "is_secret": false, + "is_verified": false, + "line_number": 1347, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 1353, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", + "is_secret": false, + "is_verified": false, + "line_number": 1359, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1eeb415c50a8d2b04a705ebf09786adf00d8cf59", + "is_secret": false, + "is_verified": false, + "line_number": 1365, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "14b703e941e97ca4115fbfc7afc9d19920aa9c6c", + "is_secret": false, + "is_verified": false, + "line_number": 1371, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3110e31e0cf8e8d1d1a3a96df8e0b239e8c259b", + "is_secret": false, + "is_verified": false, + "line_number": 1377, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f711a3e8a220ceb3c9b360745772e4ed8659f46c", + "is_secret": false, + "is_verified": false, + "line_number": 1387, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7d64118ef4ee08c6e431da22c00cc6db06fc8495", + "is_secret": false, + "is_verified": false, + "line_number": 1397, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3cf7abf6e2a5256f811356be0f4b4f6911091224", + "is_secret": false, + "is_verified": false, + "line_number": 1403, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", + "is_secret": false, + "is_verified": false, + "line_number": 1409, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "24c6c50199abdbdf01f5bfc41c06d323bb57ac6b", + "is_secret": false, + "is_verified": false, + "line_number": 1420, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d713c28bb4df4f085fe5021c9369a8f72c7bfaba", + "is_secret": false, + "is_verified": false, + "line_number": 1431, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f57b63e67ed485c5ffe3dec0888657ac4c281ca5", + "is_secret": false, + "is_verified": false, + "line_number": 1437, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "824096ad190248d40cef63862048a64d18e73093", + "is_secret": false, + "is_verified": false, + "line_number": 1446, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", + "is_secret": false, + "is_verified": false, + "line_number": 1457, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", + "is_secret": false, + "is_verified": false, + "line_number": 1470, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7cf071642e1fbafa4f4139211d77123b9d5186f5", + "is_secret": false, + "is_verified": false, + "line_number": 1476, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86efcec63d7f5e5c3cf34e1acfd29fc257f3c382", + "is_secret": false, + "is_verified": false, + "line_number": 1485, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2409e70c2d1016521b66c38545b57d9d558bd817", + "is_secret": false, + "is_verified": false, + "line_number": 1495, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8e11a5e472d1d4d98e2bdc00b90448cca073dd97", + "is_secret": false, + "is_verified": false, + "line_number": 1505, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5a9e3d91c47e5f9099917f07fd7130195338b4ca", + "is_secret": false, + "is_verified": false, + "line_number": 1519, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ba7a919fd102b8f3fd2e5e12c811eb274a0b71c", + "is_secret": false, + "is_verified": false, + "line_number": 1532, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c25630b1f9105ebd7d623545b521209c3fd56a4a", + "is_secret": false, + "is_verified": false, + "line_number": 1547, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c9f77bc409c44b9915a7f997e1ad130bcd2eda2", + "is_secret": false, + "is_verified": false, + "line_number": 1556, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bbc8e9b63895cd0de90154491b95e6bc77c62e1e", + "is_secret": false, + "is_verified": false, + "line_number": 1565, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93696deb086eae01f6ade3bad646ad47f2569baf", + "is_secret": false, + "is_verified": false, + "line_number": 1571, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89d71d034c88d9fca865976bdee1e29923b47431", + "is_secret": false, + "is_verified": false, + "line_number": 1580, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89012c955a5b955d1bde634f9d5c1b6676a9ba5b", + "is_secret": false, + "is_verified": false, + "line_number": 1586, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2a4445a1ffb12565fcf36d3b7782c9c76220f68", + "is_secret": false, + "is_verified": false, + "line_number": 1592, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b26271bc5d1417e978b9b8eeea1363781d72a6b", + "is_secret": false, + "is_verified": false, + "line_number": 1603, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56374b43ea51a40841a831e9c8c603f5463c18e6", + "is_secret": false, + "is_verified": false, + "line_number": 1614, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 1623, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d520ee751c4e698d412228eb52c7be60d9cc467", + "is_secret": false, + "is_verified": false, + "line_number": 1629, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "da6d928ee5aec0d6f03233e69f560c629e94627c", + "is_secret": false, + "is_verified": false, + "line_number": 1635, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d90f1e7c44d076236dd0aefdf9d808e98e7099e0", + "is_secret": false, + "is_verified": false, + "line_number": 1645, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f1d314d800de9172c39e761f105816ae4af3e8", + "is_secret": false, + "is_verified": false, + "line_number": 1657, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0ccf26d3e5e73d1fea4cbd7e882f8a4269b51e6", + "is_secret": false, + "is_verified": false, + "line_number": 1669, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", + "is_secret": false, + "is_verified": false, + "line_number": 1675, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 1685, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "604edf3bd2202bebf89e23895a6ef68088f57e42", + "is_secret": false, + "is_verified": false, + "line_number": 1691, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7167df607c246fe7c20de1a7b7abc394c7026cd0", + "is_secret": false, + "is_verified": false, + "line_number": 1704, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f0f817643483baa005cf31ad44d972f65508675e", + "is_secret": false, + "is_verified": false, + "line_number": 1714, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "64c9975a7ab1b5bcd2439c334f2370a65d4aae82", + "is_secret": false, + "is_verified": false, + "line_number": 1727, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7493d3c7ad45735197216f5195a3a4b2f0dc05f8", + "is_secret": false, + "is_verified": false, + "line_number": 1736, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c210cc626902bf389b3d925d7e92a8d4664cb3ff", + "is_secret": false, + "is_verified": false, + "line_number": 1746, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32e3bd24faa462bf1a7d222314a8db909821dfcb", + "is_secret": false, + "is_verified": false, + "line_number": 1756, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", + "is_secret": false, + "is_verified": false, + "line_number": 1762, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb6c73d1cf78d39e7b71760b572559736d27ad42", + "is_secret": false, + "is_verified": false, + "line_number": 1771, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 1777, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 1790, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 1801, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 1812, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 1818, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 1827, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84195544d364bd618a1ff2934f7820b59206d21a", + "is_secret": false, + "is_verified": false, + "line_number": 1836, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 1845, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "822e00a0f89ac349cbf702531f4f033260828e21", + "is_secret": false, + "is_verified": false, + "line_number": 1854, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0fdd9df07d0f5a4b49a81d92bbb086763150fbc0", + "is_secret": false, + "is_verified": false, + "line_number": 1870, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "faa0ddbbe89ccdee24b39e7fb6cd924d84b9f95c", + "is_secret": false, + "is_verified": false, + "line_number": 1876, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "729601340d94890d89e69f03762589a8cbf89cec", + "is_secret": false, + "is_verified": false, + "line_number": 1882, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ea581e0c5da35c1c464cd32062801ed7632d833c", + "is_secret": false, + "is_verified": false, + "line_number": 1888, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a9df4b3b5d643994b2d1015d8de874ffe74eebd6", + "is_secret": false, + "is_verified": false, + "line_number": 1894, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "15b35fb3118b66a879fd0b785ea79a11a3b69040", + "is_secret": false, + "is_verified": false, + "line_number": 1900, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fbe26dbbaa1b01b1932e5a13b04b7ffb88ef2d21", + "is_secret": false, + "is_verified": false, + "line_number": 1906, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cf45dbb800154fd3ee6025a606eec2d87171f1ba", + "is_secret": false, + "is_verified": false, + "line_number": 1912, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "06df8ab661f9188a94174448a5fc6643fca246c4", + "is_secret": false, + "is_verified": false, + "line_number": 1918, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "54f3ab20cd8669d07e74b7b8767b7c2d2be98e84", + "is_secret": false, + "is_verified": false, + "line_number": 1924, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ed1ba03fabc77d3aa81f08b87029efbd7d9a1340", + "is_secret": false, + "is_verified": false, + "line_number": 1930, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3a49d16dc29026d169224f8bc14e6828a62128c2", + "is_secret": false, + "is_verified": false, + "line_number": 1941, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3b98f886da0f14b493bd4e915f301e538d33776e", + "is_secret": false, + "is_verified": false, + "line_number": 1953, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "958891bf3ce63f0001e6975b282f6d26461ca4bf", + "is_secret": false, + "is_verified": false, + "line_number": 1962, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a58d51dc68f673a049f4d82bdf01e61cf73b93b2", + "is_secret": false, + "is_verified": false, + "line_number": 1973, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86abb8da6326f0620dc9f0951186d370cad910b9", + "is_secret": false, + "is_verified": false, + "line_number": 1982, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fa35aa28d81cf737ac8af26aae31b0b195eef3af", + "is_secret": false, + "is_verified": false, + "line_number": 1994, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6274c331e3520248957d3a2497e2edab2c3aaee0", + "is_secret": false, + "is_verified": false, + "line_number": 2005, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "27ab5e55f6ba7afa0e99492446d43050c7b719fa", + "is_secret": false, + "is_verified": false, + "line_number": 2016, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 2027, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins_rust/retry_with_backoff/Cargo.lock": [ + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "053152e6d6ec523a570bc615219d6c829a0d455b", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b49da8f6f5252f3a2d11923d030cd29c0c704b28", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 33, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "435b5a83c55f72c24e5bd183795441de1a767dc2", + "is_secret": false, + "is_verified": false, + "line_number": 45, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 55, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a01b71d602bc5018e96db1a555a02018f474f151", + "is_secret": false, + "is_verified": false, + "line_number": 61, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 74, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "562e55d49724eaac4cff1b62be4137d8f5292a72", + "is_secret": false, + "is_verified": false, + "line_number": 80, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "11b0d546f276abc72c2c2b0afa721f73b9f02097", + "is_secret": false, + "is_verified": false, + "line_number": 86, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", + "is_secret": false, + "is_verified": false, + "line_number": 95, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 101, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 107, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "762fc498e829264bd84320c53f9bd6c8eb445b8e", + "is_secret": false, + "is_verified": false, + "line_number": 113, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", + "is_secret": false, + "is_verified": false, + "line_number": 122, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", + "is_secret": false, + "is_verified": false, + "line_number": 133, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 139, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 145, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 160, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", + "is_secret": false, + "is_verified": false, + "line_number": 169, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "61098053a09b0d7751e1a1c50a3c6208309c5b0c", + "is_secret": false, + "is_verified": false, + "line_number": 179, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b2104d534fcbba7dd524595af7e52e29da1eca68", + "is_secret": false, + "is_verified": false, + "line_number": 188, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aadc0453d2d3fdc05093cc42f8950f5445782e13", + "is_secret": false, + "is_verified": false, + "line_number": 200, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4c35f1105fef7dd05206e5c580220cae7fb0d31b", + "is_secret": false, + "is_verified": false, + "line_number": 209, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc02a9de5e15472f3ab7614b78d04a3f9c42aa61", + "is_secret": false, + "is_verified": false, + "line_number": 218, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93408d219072bd897710a546d04acbdf8f518992", + "is_secret": false, + "is_verified": false, + "line_number": 224, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ff83af8f867301e963f7ad167917125f83e8b40", + "is_secret": false, + "is_verified": false, + "line_number": 234, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29cc4d113d2b819fd175fde15139a9047b4714ae", + "is_secret": false, + "is_verified": false, + "line_number": 240, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 246, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a32cf693a7717063dad28f208cc038d14a3e847c", + "is_secret": false, + "is_verified": false, + "line_number": 252, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db0c5903c40f2dcf6cc3179aa01c0026d18b3061", + "is_secret": false, + "is_verified": false, + "line_number": 258, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 268, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e936de0f0fb5cb3b98a0a1fd5f06d47d714a948b", + "is_secret": false, + "is_verified": false, + "line_number": 274, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", + "is_secret": false, + "is_verified": false, + "line_number": 289, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3eb645bfb98952d218d44f82f285b49ff2e34dde", + "is_secret": false, + "is_verified": false, + "line_number": 299, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e213efa760058b8539bda18527fb7ed85aa954b9", + "is_secret": false, + "is_verified": false, + "line_number": 308, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", + "is_secret": false, + "is_verified": false, + "line_number": 314, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 323, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1da2731a9796fcb269eb9b244d1e98e23618af6e", + "is_secret": false, + "is_verified": false, + "line_number": 332, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f45c3d9955af35039612741be99a94f2e719c26", + "is_secret": false, + "is_verified": false, + "line_number": 348, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d13f6ae109bf8e970b5d7d6a5c160a09f0642448", + "is_secret": false, + "is_verified": false, + "line_number": 354, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9fbf26ca6c2385c79c99e7cfc059be4768610da9", + "is_secret": false, + "is_verified": false, + "line_number": 363, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1db3bfc3973b7b1848de6d62826146ea6ba8b79b", + "is_secret": false, + "is_verified": false, + "line_number": 372, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a83eec6a7f047ef3b54c6471da4fee13861fbc74", + "is_secret": false, + "is_verified": false, + "line_number": 382, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09bd80f5c95312a3d6aef8957b831a6679e729ac", + "is_secret": false, + "is_verified": false, + "line_number": 392, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32cad93d535d24a043ec493dcb579e8744a33d5b", + "is_secret": false, + "is_verified": false, + "line_number": 401, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4f2be6ef19a8d142a2b949275ede90051f493bec", + "is_secret": false, + "is_verified": false, + "line_number": 407, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", + "is_secret": false, + "is_verified": false, + "line_number": 416, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 422, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 431, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50feffdb4b1d1ce1f1432a2628ae3cbe1dca5849", + "is_secret": false, + "is_verified": false, + "line_number": 440, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "397e6f1ae7f26850afeb84f8fc86d442a23a5d39", + "is_secret": false, + "is_verified": false, + "line_number": 454, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "13095d536a4a53c8d1e3461be1259680963bb20c", + "is_secret": false, + "is_verified": false, + "line_number": 463, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c5e1ed2c3178270a610d4f296c453a23fe1f20c", + "is_secret": false, + "is_verified": false, + "line_number": 473, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5477445d0fbadc7dffdaed724591de709ef47edf", + "is_secret": false, + "is_verified": false, + "line_number": 484, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db5edc57fbb1b32f713e854ade035e9e48c39a09", + "is_secret": false, + "is_verified": false, + "line_number": 496, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e84cc493fd67427b615b414feca76a450c7840c3", + "is_secret": false, + "is_verified": false, + "line_number": 509, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60dcabffca2924f2c9777b16acdcdd113632d1dd", + "is_secret": false, + "is_verified": false, + "line_number": 535, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", + "is_secret": false, + "is_verified": false, + "line_number": 549, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", + "is_secret": false, + "is_verified": false, + "line_number": 558, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", + "is_secret": false, + "is_verified": false, + "line_number": 569, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", + "is_secret": false, + "is_verified": false, + "line_number": 579, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a12225190f4c63e09c71dac208d1979b10e19e55", + "is_secret": false, + "is_verified": false, + "line_number": 588, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7595306f5da32ddff19f11930cfd7e021bca6a62", + "is_secret": false, + "is_verified": false, + "line_number": 605, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2aacc8c22ee3e26d7a6f5d24bf528c87202c5f0", + "is_secret": false, + "is_verified": false, + "line_number": 611, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bbe494c4c6d883d257069617aadba814a0b7af42", + "is_secret": false, + "is_verified": false, + "line_number": 617, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e045cb9f89b83706ea83457e157baa07f4da23d1", + "is_secret": false, + "is_verified": false, + "line_number": 629, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b334846415d5595c15bebc8efe4ccd59c4a6668", + "is_secret": false, + "is_verified": false, + "line_number": 653, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5eb894a4ae8142b70b7384d9ab7648abd1cc138", + "is_secret": false, + "is_verified": false, + "line_number": 664, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 674, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 680, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 690, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 699, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 710, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e897339bce75e73161156f7f77f749c33210a6c4", + "is_secret": false, + "is_verified": false, + "line_number": 723, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 732, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", + "is_secret": false, + "is_verified": false, + "line_number": 738, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3cf7abf6e2a5256f811356be0f4b4f6911091224", + "is_secret": false, + "is_verified": false, + "line_number": 744, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", + "is_secret": false, + "is_verified": false, + "line_number": 750, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d713c28bb4df4f085fe5021c9369a8f72c7bfaba", + "is_secret": false, + "is_verified": false, + "line_number": 761, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", + "is_secret": false, + "is_verified": false, + "line_number": 767, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", + "is_secret": false, + "is_verified": false, + "line_number": 780, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7cf071642e1fbafa4f4139211d77123b9d5186f5", + "is_secret": false, + "is_verified": false, + "line_number": 786, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4bf343940338760d4db799219a72121298a7279e", + "is_secret": false, + "is_verified": false, + "line_number": 795, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "470c9288d98e825e05f5a332001fa763d37a45e5", + "is_secret": false, + "is_verified": false, + "line_number": 810, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dc34d7cc096190da266ed434c8ebe76f502016af", + "is_secret": false, + "is_verified": false, + "line_number": 819, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2f37058f3d31cd1953e41b3fe49df36338c014be", + "is_secret": false, + "is_verified": false, + "line_number": 828, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93696deb086eae01f6ade3bad646ad47f2569baf", + "is_secret": false, + "is_verified": false, + "line_number": 834, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89d71d034c88d9fca865976bdee1e29923b47431", + "is_secret": false, + "is_verified": false, + "line_number": 843, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89012c955a5b955d1bde634f9d5c1b6676a9ba5b", + "is_secret": false, + "is_verified": false, + "line_number": 849, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2a4445a1ffb12565fcf36d3b7782c9c76220f68", + "is_secret": false, + "is_verified": false, + "line_number": 855, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b26271bc5d1417e978b9b8eeea1363781d72a6b", + "is_secret": false, + "is_verified": false, + "line_number": 866, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56374b43ea51a40841a831e9c8c603f5463c18e6", + "is_secret": false, + "is_verified": false, + "line_number": 877, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 886, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d520ee751c4e698d412228eb52c7be60d9cc467", + "is_secret": false, + "is_verified": false, + "line_number": 892, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "da6d928ee5aec0d6f03233e69f560c629e94627c", + "is_secret": false, + "is_verified": false, + "line_number": 898, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d90f1e7c44d076236dd0aefdf9d808e98e7099e0", + "is_secret": false, + "is_verified": false, + "line_number": 908, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 920, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "604edf3bd2202bebf89e23895a6ef68088f57e42", + "is_secret": false, + "is_verified": false, + "line_number": 926, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7167df607c246fe7c20de1a7b7abc394c7026cd0", + "is_secret": false, + "is_verified": false, + "line_number": 939, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f0f817643483baa005cf31ad44d972f65508675e", + "is_secret": false, + "is_verified": false, + "line_number": 949, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "64c9975a7ab1b5bcd2439c334f2370a65d4aae82", + "is_secret": false, + "is_verified": false, + "line_number": 962, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 971, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 984, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 995, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 1006, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 1012, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 1021, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "06df8ab661f9188a94174448a5fc6643fca246c4", + "is_secret": false, + "is_verified": false, + "line_number": 1030, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3b98f886da0f14b493bd4e915f301e538d33776e", + "is_secret": false, + "is_verified": false, + "line_number": 1036, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "958891bf3ce63f0001e6975b282f6d26461ca4bf", + "is_secret": false, + "is_verified": false, + "line_number": 1045, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 1056, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins_rust/secrets_detection/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4eb0d22814fd1612e292742063af598468d65ea", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b660bfa30c205b9b6687cd7c0fec21dd718dd211", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0b32b6f12e419acbd7b54d25cfcb35ea7d88b39", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f31c8be2a83d8786ff5ea96f532898a2d296dd95", + "is_secret": false, + "is_verified": false, + "line_number": 48, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d9ea801e3f4d913d0b6721b819f2b90c35f2303b", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 63, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7b7f80d71c414ee28e24ec7699ce3db9bf4a698b", + "is_secret": false, + "is_verified": false, + "line_number": 69, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b72376f39b229e9e6b4be8fe9c459fe555929ea", + "is_secret": false, + "is_verified": false, + "line_number": 75, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f1914a4edf604fca63fe9c60cb62601b7c701c", + "is_secret": false, + "is_verified": false, + "line_number": 81, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 91, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4292dceca17415f83418a3909507b7c29737d284", + "is_secret": false, + "is_verified": false, + "line_number": 97, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ac8b8c7acbe0e66015ad3a9344c3cead1643ae19", + "is_secret": false, + "is_verified": false, + "line_number": 110, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2a5dd330cc6af22e5e259877e4a6342ed6395f2f", + "is_secret": false, + "is_verified": false, + "line_number": 121, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84a7dcddd87e289faa3d086dc9a6ac50292f8ee2", + "is_secret": false, + "is_verified": false, + "line_number": 127, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b8f5c1c55ac08a64fa7e5a59c160f7f8218c85b5", + "is_secret": false, + "is_verified": false, + "line_number": 137, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ac839a751934212ae0f2b7625a79fecfbf86878", + "is_secret": false, + "is_verified": false, + "line_number": 146, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "710066c385eadd0091f067e0a8e2573ac53d5f4b", + "is_secret": false, + "is_verified": false, + "line_number": 156, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", + "is_secret": false, + "is_verified": false, + "line_number": 162, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "43cc136a251b358a7a64968300d250877dbf86bd", + "is_secret": false, + "is_verified": false, + "line_number": 168, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9feb0877f4bbf6117f628b1362db082168af749c", + "is_secret": false, + "is_verified": false, + "line_number": 193, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "68a15e87a6b9806b9214862840726ef1acc2e5dd", + "is_secret": false, + "is_verified": false, + "line_number": 203, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37296779892fa772bc497cc53fa15fb2ced95b84", + "is_secret": false, + "is_verified": false, + "line_number": 213, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", + "is_secret": false, + "is_verified": false, + "line_number": 222, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "562e55d49724eaac4cff1b62be4137d8f5292a72", + "is_secret": false, + "is_verified": false, + "line_number": 228, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8cb759d32a886afc6561de73e3102dcdc2cba219", + "is_secret": false, + "is_verified": false, + "line_number": 234, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", + "is_secret": false, + "is_verified": false, + "line_number": 243, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", + "is_secret": false, + "is_verified": false, + "line_number": 249, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 255, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "762fc498e829264bd84320c53f9bd6c8eb445b8e", + "is_secret": false, + "is_verified": false, + "line_number": 261, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", + "is_secret": false, + "is_verified": false, + "line_number": 270, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8c73d56ba41f0eeb296413affaa812431de0bd07", + "is_secret": false, + "is_verified": false, + "line_number": 281, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", + "is_secret": false, + "is_verified": false, + "line_number": 292, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 298, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", + "is_secret": false, + "is_verified": false, + "line_number": 304, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", + "is_secret": false, + "is_verified": false, + "line_number": 319, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", + "is_secret": false, + "is_verified": false, + "line_number": 328, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2518cc4854c30b1401b7bef0dc542237d5acce4c", + "is_secret": false, + "is_verified": false, + "line_number": 338, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b2104d534fcbba7dd524595af7e52e29da1eca68", + "is_secret": false, + "is_verified": false, + "line_number": 347, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aadc0453d2d3fdc05093cc42f8950f5445782e13", + "is_secret": false, + "is_verified": false, + "line_number": 359, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2e033fe193c9a2aa937c12c6b496692a3bfd0f3", + "is_secret": false, + "is_verified": false, + "line_number": 368, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4c35f1105fef7dd05206e5c580220cae7fb0d31b", + "is_secret": false, + "is_verified": false, + "line_number": 377, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", + "is_secret": false, + "is_verified": false, + "line_number": 386, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f07469cb2b99055bd011f347860438b0957c4b5b", + "is_secret": false, + "is_verified": false, + "line_number": 392, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0ff83af8f867301e963f7ad167917125f83e8b40", + "is_secret": false, + "is_verified": false, + "line_number": 402, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1a5c1aafe91ad50de9b57d58c892732234dd2618", + "is_secret": false, + "is_verified": false, + "line_number": 408, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 414, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a32cf693a7717063dad28f208cc038d14a3e847c", + "is_secret": false, + "is_verified": false, + "line_number": 420, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db0c5903c40f2dcf6cc3179aa01c0026d18b3061", + "is_secret": false, + "is_verified": false, + "line_number": 426, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 436, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e936de0f0fb5cb3b98a0a1fd5f06d47d714a948b", + "is_secret": false, + "is_verified": false, + "line_number": 442, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", + "is_secret": false, + "is_verified": false, + "line_number": 457, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3eb645bfb98952d218d44f82f285b49ff2e34dde", + "is_secret": false, + "is_verified": false, + "line_number": 467, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0a549d859d0064d99bd64aa5226d0588e42e1f32", + "is_secret": false, + "is_verified": false, + "line_number": 476, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", + "is_secret": false, + "is_verified": false, + "line_number": 482, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 491, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1da2731a9796fcb269eb9b244d1e98e23618af6e", + "is_secret": false, + "is_verified": false, + "line_number": 500, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3558448508502aa5a344f39c803ec2665ee9e81b", + "is_secret": false, + "is_verified": false, + "line_number": 516, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "51d39c0f11bd886e295a5a60dbec0332b6900c4c", + "is_secret": false, + "is_verified": false, + "line_number": 522, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d13f6ae109bf8e970b5d7d6a5c160a09f0642448", + "is_secret": false, + "is_verified": false, + "line_number": 528, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6f33d498bbbe78966c6d4cc9e02eff57dccd290", + "is_secret": false, + "is_verified": false, + "line_number": 537, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9fbf26ca6c2385c79c99e7cfc059be4768610da9", + "is_secret": false, + "is_verified": false, + "line_number": 547, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1db3bfc3973b7b1848de6d62826146ea6ba8b79b", + "is_secret": false, + "is_verified": false, + "line_number": 556, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a83eec6a7f047ef3b54c6471da4fee13861fbc74", + "is_secret": false, + "is_verified": false, + "line_number": 566, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09bd80f5c95312a3d6aef8957b831a6679e729ac", + "is_secret": false, + "is_verified": false, + "line_number": 576, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7e21427077e475ce5749e288815b8c8e9fda21c8", + "is_secret": false, + "is_verified": false, + "line_number": 585, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "072ff15e3bdf3b38a4b02d9e3e0ef4d937e18e15", + "is_secret": false, + "is_verified": false, + "line_number": 598, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7d9cbf27e5b10a62ae9848be4b6fbbbe93491e1", + "is_secret": false, + "is_verified": false, + "line_number": 604, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32cad93d535d24a043ec493dcb579e8744a33d5b", + "is_secret": false, + "is_verified": false, + "line_number": 613, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "125cc8a1a532f3c912919ef250bb42eee5a94e07", + "is_secret": false, + "is_verified": false, + "line_number": 619, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", + "is_secret": false, + "is_verified": false, + "line_number": 628, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", + "is_secret": false, + "is_verified": false, + "line_number": 634, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 643, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50feffdb4b1d1ce1f1432a2628ae3cbe1dca5849", + "is_secret": false, + "is_verified": false, + "line_number": 652, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "397e6f1ae7f26850afeb84f8fc86d442a23a5d39", + "is_secret": false, + "is_verified": false, + "line_number": 666, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "13095d536a4a53c8d1e3461be1259680963bb20c", + "is_secret": false, + "is_verified": false, + "line_number": 675, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c5e1ed2c3178270a610d4f296c453a23fe1f20c", + "is_secret": false, + "is_verified": false, + "line_number": 685, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5477445d0fbadc7dffdaed724591de709ef47edf", + "is_secret": false, + "is_verified": false, + "line_number": 696, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db5edc57fbb1b32f713e854ade035e9e48c39a09", + "is_secret": false, + "is_verified": false, + "line_number": 708, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e84cc493fd67427b615b414feca76a450c7840c3", + "is_secret": false, + "is_verified": false, + "line_number": 721, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "60dcabffca2924f2c9777b16acdcdd113632d1dd", + "is_secret": false, + "is_verified": false, + "line_number": 747, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9a2cdf6585922eea3346605d503aa1370139e781", + "is_secret": false, + "is_verified": false, + "line_number": 761, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", + "is_secret": false, + "is_verified": false, + "line_number": 770, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", + "is_secret": false, + "is_verified": false, + "line_number": 781, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", + "is_secret": false, + "is_verified": false, + "line_number": 791, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a12225190f4c63e09c71dac208d1979b10e19e55", + "is_secret": false, + "is_verified": false, + "line_number": 800, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6db2ba51720f54d6b7336f1eb4d8032d96c76ed", + "is_secret": false, + "is_verified": false, + "line_number": 806, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f23b8e5e11045f82a31210713d308de8c1a83e", + "is_secret": false, + "is_verified": false, + "line_number": 816, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", + "is_secret": false, + "is_verified": false, + "line_number": 826, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 838, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0c6e3a84ec63c609153315d01f022e862468c93d", + "is_secret": false, + "is_verified": false, + "line_number": 849, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7595306f5da32ddff19f11930cfd7e021bca6a62", + "is_secret": false, + "is_verified": false, + "line_number": 855, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2aacc8c22ee3e26d7a6f5d24bf528c87202c5f0", + "is_secret": false, + "is_verified": false, + "line_number": 861, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bbe494c4c6d883d257069617aadba814a0b7af42", + "is_secret": false, + "is_verified": false, + "line_number": 867, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e045cb9f89b83706ea83457e157baa07f4da23d1", + "is_secret": false, + "is_verified": false, + "line_number": 879, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b334846415d5595c15bebc8efe4ccd59c4a6668", + "is_secret": false, + "is_verified": false, + "line_number": 903, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e5eb894a4ae8142b70b7384d9ab7648abd1cc138", + "is_secret": false, + "is_verified": false, + "line_number": 914, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 924, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", + "is_secret": false, + "is_verified": false, + "line_number": 930, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 951, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 961, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 970, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 981, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6d252f2c2f14196d2164788e909d288b535a7730", + "is_secret": false, + "is_verified": false, + "line_number": 994, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 1003, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", + "is_secret": false, + "is_verified": false, + "line_number": 1009, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3cf7abf6e2a5256f811356be0f4b4f6911091224", + "is_secret": false, + "is_verified": false, + "line_number": 1015, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4da8447e2ac1a122131506f348248adb6384a3cf", + "is_secret": false, + "is_verified": false, + "line_number": 1021, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d713c28bb4df4f085fe5021c9369a8f72c7bfaba", + "is_secret": false, + "is_verified": false, + "line_number": 1032, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", + "is_secret": false, + "is_verified": false, + "line_number": 1038, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", + "is_secret": false, + "is_verified": false, + "line_number": 1051, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7cf071642e1fbafa4f4139211d77123b9d5186f5", + "is_secret": false, + "is_verified": false, + "line_number": 1057, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2409e70c2d1016521b66c38545b57d9d558bd817", + "is_secret": false, + "is_verified": false, + "line_number": 1066, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bd9c7b2b6c7454d73e7adde21fb63bd376791445", + "is_secret": false, + "is_verified": false, + "line_number": 1076, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "548024f4442052f17fa80873dcdb06c8be34b7aa", + "is_secret": false, + "is_verified": false, + "line_number": 1091, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e9932a2f581ce1c412466aba20ce5938f4ce4b6f", + "is_secret": false, + "is_verified": false, + "line_number": 1100, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "544a059b6156aa5094965cbf44cacd5232cdc84f", + "is_secret": false, + "is_verified": false, + "line_number": 1109, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93696deb086eae01f6ade3bad646ad47f2569baf", + "is_secret": false, + "is_verified": false, + "line_number": 1115, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89d71d034c88d9fca865976bdee1e29923b47431", + "is_secret": false, + "is_verified": false, + "line_number": 1124, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "89012c955a5b955d1bde634f9d5c1b6676a9ba5b", + "is_secret": false, + "is_verified": false, + "line_number": 1130, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f2a4445a1ffb12565fcf36d3b7782c9c76220f68", + "is_secret": false, + "is_verified": false, + "line_number": 1136, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b26271bc5d1417e978b9b8eeea1363781d72a6b", + "is_secret": false, + "is_verified": false, + "line_number": 1147, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "56374b43ea51a40841a831e9c8c603f5463c18e6", + "is_secret": false, + "is_verified": false, + "line_number": 1158, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 1167, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d520ee751c4e698d412228eb52c7be60d9cc467", + "is_secret": false, + "is_verified": false, + "line_number": 1173, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "da6d928ee5aec0d6f03233e69f560c629e94627c", + "is_secret": false, + "is_verified": false, + "line_number": 1179, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d90f1e7c44d076236dd0aefdf9d808e98e7099e0", + "is_secret": false, + "is_verified": false, + "line_number": 1189, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", + "is_secret": false, + "is_verified": false, + "line_number": 1201, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", + "is_secret": false, + "is_verified": false, + "line_number": 1211, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "808905688514585ccff789bd66dcc97ca8205bf4", + "is_secret": false, + "is_verified": false, + "line_number": 1217, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "06be809fff59940d36f06f8ebc746d2db102f91f", + "is_secret": false, + "is_verified": false, + "line_number": 1230, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "aa82ea49bab0380d31a6bd815081bcc00fb627b6", + "is_secret": false, + "is_verified": false, + "line_number": 1240, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "465af5b50e950d5cd94c411a1c48a87ae8c1742e", + "is_secret": false, + "is_verified": false, + "line_number": 1253, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a87970b12f487a7b4b2dde69c4553fc759412a7c", + "is_secret": false, + "is_verified": false, + "line_number": 1262, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c210cc626902bf389b3d925d7e92a8d4664cb3ff", + "is_secret": false, + "is_verified": false, + "line_number": 1272, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32e3bd24faa462bf1a7d222314a8db909821dfcb", + "is_secret": false, + "is_verified": false, + "line_number": 1282, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", + "is_secret": false, + "is_verified": false, + "line_number": 1288, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb6c73d1cf78d39e7b71760b572559736d27ad42", + "is_secret": false, + "is_verified": false, + "line_number": 1297, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", + "is_secret": false, + "is_verified": false, + "line_number": 1303, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", + "is_secret": false, + "is_verified": false, + "line_number": 1316, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", + "is_secret": false, + "is_verified": false, + "line_number": 1327, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 1338, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", + "is_secret": false, + "is_verified": false, + "line_number": 1344, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", + "is_secret": false, + "is_verified": false, + "line_number": 1353, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 1362, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "41d9bb6a8fee6ba11182b2f7973302854a4d2247", + "is_secret": false, + "is_verified": false, + "line_number": 1371, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "958222524529407d497c8c5bbbe8281b7c381e3c", + "is_secret": false, + "is_verified": false, + "line_number": 1377, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f1ff85189f1c0a5f11f0c0b11f33d9852075f0d4", + "is_secret": false, + "is_verified": false, + "line_number": 1386, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 1397, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "plugins_rust/secrets_detection/benches/secrets_detection.rs": [ + { + "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", + "is_secret": false, + "is_verified": false, + "line_number": 53, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "5b8c02feb3811310ff452e9a812b9f98873f36bf", + "is_secret": false, + "is_verified": false, + "line_number": 69, + "type": "SoftLayer Credentials", + "verified_result": null + }, + { + "hashed_secret": "0fa6996ddd42e0f9db3f1c04d06453026d56da0f", + "is_secret": false, + "is_verified": false, + "line_number": 73, + "type": "SoftLayer Credentials", + "verified_result": null + }, + { + "hashed_secret": "de56e523c4cf688e56a7df48cf01e2a21db5b5a4", + "is_secret": false, + "is_verified": false, + "line_number": 77, + "type": "AWS Access Key", + "verified_result": null + } + ], + "plugins_rust/secrets_detection/compare_performance.py": [ + { + "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", + "is_secret": false, + "is_verified": false, + "line_number": 67, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "5b8c02feb3811310ff452e9a812b9f98873f36bf", + "is_secret": false, + "is_verified": false, + "line_number": 71, + "type": "SoftLayer Credentials", + "verified_result": null + }, + { + "hashed_secret": "0fa6996ddd42e0f9db3f1c04d06453026d56da0f", + "is_secret": false, + "is_verified": false, + "line_number": 72, + "type": "SoftLayer Credentials", + "verified_result": null + } + ], + "plugins_rust/secrets_detection/examples/heavy_workload.rs": [ + { + "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", + "is_secret": false, + "is_verified": false, + "line_number": 34, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "5b8c02feb3811310ff452e9a812b9f98873f36bf", + "is_secret": false, + "is_verified": false, + "line_number": 38, + "type": "SoftLayer Credentials", + "verified_result": null + }, + { + "hashed_secret": "0fa6996ddd42e0f9db3f1c04d06453026d56da0f", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "SoftLayer Credentials", + "verified_result": null + }, + { + "hashed_secret": "de56e523c4cf688e56a7df48cf01e2a21db5b5a4", + "is_secret": false, + "is_verified": false, + "line_number": 40, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Private Key", + "verified_result": null + } + ], + "plugins_rust/secrets_detection/src/patterns.rs": [ + { + "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", + "is_secret": false, + "is_verified": false, + "line_number": 94, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "de56e523c4cf688e56a7df48cf01e2a21db5b5a4", + "is_secret": false, + "is_verified": false, + "line_number": 98, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "a5f223264a7296f00627a4c5c00a9957c67f5479", + "is_secret": false, + "is_verified": false, + "line_number": 238, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b", + "is_secret": false, + "is_verified": false, + "line_number": 282, + "type": "Private Key", + "verified_result": null + }, + { + "hashed_secret": "daefe0b4345a654580dcad25c7c11ff4c944a8c0", + "is_secret": false, + "is_verified": false, + "line_number": 286, + "type": "Private Key", + "verified_result": null + }, + { + "hashed_secret": "f0778f3e140a61d5bbbed5430773e52af2f5fba4", + "is_secret": false, + "is_verified": false, + "line_number": 290, + "type": "Private Key", + "verified_result": null + }, + { + "hashed_secret": "27c6929aef41ae2bcadac15ca6abcaff72cda9cd", + "is_secret": false, + "is_verified": false, + "line_number": 294, + "type": "Private Key", + "verified_result": null + }, + { + "hashed_secret": "75f3be87351a63f1c2f677632838f9e2be066891", + "is_secret": false, + "is_verified": false, + "line_number": 336, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a19310f994b3a8974f03cddd1de4b862266947e8", + "is_secret": false, + "is_verified": false, + "line_number": 340, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b1775a785f09a6ebaf2dc33d6eaeb98974d9cdb8", + "is_secret": false, + "is_verified": false, + "line_number": 344, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7326d685c1328a4b748e7c239ba227c8a7afc988", + "is_secret": false, + "is_verified": false, + "line_number": 350, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e0eca9acea92cdf77e594f0d3367116b9adffeec", + "is_secret": false, + "is_verified": false, + "line_number": 354, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4d0f04f03d9183f843c9d764592ba5bcd17f356", + "is_secret": false, + "is_verified": false, + "line_number": 369, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b256e49b893f8b2eeb2384801910c70ed17a2191", + "is_secret": false, + "is_verified": false, + "line_number": 411, + "type": "Secret Keyword", + "verified_result": null + } + ], + "plugins_rust/secrets_detection/src/scanner.rs": [ + { + "hashed_secret": "50b68587c1c40248753c5e9190dcc3dd73aa142a", + "is_secret": false, + "is_verified": false, + "line_number": 243, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4e8dd640c77be10809ea27a4a6e668d9cba82014", + "is_secret": false, + "is_verified": false, + "line_number": 248, + "type": "SoftLayer Credentials", + "verified_result": null + }, + { + "hashed_secret": "721b09413c9b91bf3278f966b62c7a03ae2ef9a0", + "is_secret": false, + "is_verified": false, + "line_number": 248, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b", + "is_secret": false, + "is_verified": false, + "line_number": 292, + "type": "Private Key", + "verified_result": null + }, + { + "hashed_secret": "de56e523c4cf688e56a7df48cf01e2a21db5b5a4", + "is_secret": false, + "is_verified": false, + "line_number": 726, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "2e3810897e838a5edcfd57b5fb117927fdc922da", + "is_secret": false, + "is_verified": false, + "line_number": 740, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7f1d81c1d9cf850d6a1dbd32d5f110b6732fe60e", + "is_secret": false, + "is_verified": false, + "line_number": 740, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", + "is_secret": false, + "is_verified": false, + "line_number": 799, + "type": "AWS Access Key", + "verified_result": null + } + ], + "plugins_rust/url_reputation/Cargo.lock": [ + { + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "e4eb0d22814fd1612e292742063af598468d65ea", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b660bfa30c205b9b6687cd7c0fec21dd718dd211", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c010dcc93cdc02fef1dae55077be682aa0cbe6c7", + "is_secret": false, + "is_verified": false, + "line_number": 33, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d9ea801e3f4d913d0b6721b819f2b90c35f2303b", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", + "is_secret": false, + "is_verified": false, + "line_number": 48, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6b72376f39b229e9e6b4be8fe9c459fe555929ea", + "is_secret": false, + "is_verified": false, + "line_number": 60, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "435b5a83c55f72c24e5bd183795441de1a767dc2", + "is_secret": false, + "is_verified": false, + "line_number": 66, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", + "is_secret": false, + "is_verified": false, + "line_number": 76, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ac8b8c7acbe0e66015ad3a9344c3cead1643ae19", + "is_secret": false, + "is_verified": false, + "line_number": 82, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2a5dd330cc6af22e5e259877e4a6342ed6395f2f", + "is_secret": false, + "is_verified": false, + "line_number": 93, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "84a7dcddd87e289faa3d086dc9a6ac50292f8ee2", + "is_secret": false, + "is_verified": false, + "line_number": 99, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4dbf662832f75c34b38426ed080a4b801d00f3d", + "is_secret": false, + "is_verified": false, + "line_number": 109, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebccb6117556497e4da9b06f699ff6a27d45dd3f", + "is_secret": false, + "is_verified": false, + "line_number": 118, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f665662f68035bb677672e8a3b8b814f20f3d020", + "is_secret": false, + "is_verified": false, + "line_number": 128, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "43cc136a251b358a7a64968300d250877dbf86bd", + "is_secret": false, + "is_verified": false, + "line_number": 134, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9feb0877f4bbf6117f628b1362db082168af749c", + "is_secret": false, + "is_verified": false, + "line_number": 159, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "68a15e87a6b9806b9214862840726ef1acc2e5dd", + "is_secret": false, + "is_verified": false, + "line_number": 169, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "37296779892fa772bc497cc53fa15fb2ced95b84", + "is_secret": false, + "is_verified": false, + "line_number": 179, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", + "is_secret": false, + "is_verified": false, + "line_number": 188, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "562e55d49724eaac4cff1b62be4137d8f5292a72", + "is_secret": false, + "is_verified": false, + "line_number": 194, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8b80e3dbf214e8b5f42deaf56c671624fb8916a9", + "is_secret": false, + "is_verified": false, + "line_number": 200, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", + "is_secret": false, + "is_verified": false, + "line_number": 211, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2e2d13eb72c2d2c46e0c94dd2259343b0933dda9", + "is_secret": false, + "is_verified": false, + "line_number": 217, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", + "is_secret": false, + "is_verified": false, + "line_number": 223, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5dd5a3b90a4aec184d6390d782a283adf53b87f9", + "is_secret": false, + "is_verified": false, + "line_number": 229, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8c73d56ba41f0eeb296413affaa812431de0bd07", + "is_secret": false, + "is_verified": false, + "line_number": 238, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", + "is_secret": false, + "is_verified": false, + "line_number": 249, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86b403165d79a78a2c4a595fe14902c5f4f47361", + "is_secret": false, + "is_verified": false, + "line_number": 255, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6c94d59722bce3906d347ed600e37e119a7837df", + "is_secret": false, + "is_verified": false, + "line_number": 268, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "23db86ff034d7e9f799f0226a1f1a7baae4c7de1", + "is_secret": false, + "is_verified": false, + "line_number": 281, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "49b46f344ecff2a2a1820536df0334ca68050940", + "is_secret": false, + "is_verified": false, + "line_number": 295, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50d2139960f135299c21e3cdaa6b6f076b1e2080", + "is_secret": false, + "is_verified": false, + "line_number": 301, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "08f998bf3af34432739a9ab2cddd2bb85654a4b2", + "is_secret": false, + "is_verified": false, + "line_number": 315, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "be61a53441932e4f82987dcaf2ef89fbcfaac0a5", + "is_secret": false, + "is_verified": false, + "line_number": 321, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3062e8c5ec47afaf7ba2ce1532e8e56c0af6ea8f", + "is_secret": false, + "is_verified": false, + "line_number": 336, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29aae00ffb8818a8acfa28442eb304f3862cbaf5", + "is_secret": false, + "is_verified": false, + "line_number": 347, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d2e033fe193c9a2aa937c12c6b496692a3bfd0f3", + "is_secret": false, + "is_verified": false, + "line_number": 357, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", + "is_secret": false, + "is_verified": false, + "line_number": 366, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93408d219072bd897710a546d04acbdf8f518992", + "is_secret": false, + "is_verified": false, + "line_number": 372, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "29cc4d113d2b819fd175fde15139a9047b4714ae", + "is_secret": false, + "is_verified": false, + "line_number": 382, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4d3dfbf42f79749cb066b45b4baa929fb891809a", + "is_secret": false, + "is_verified": false, + "line_number": 388, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", + "is_secret": false, + "is_verified": false, + "line_number": 394, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", + "is_secret": false, + "is_verified": false, + "line_number": 400, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", + "is_secret": false, + "is_verified": false, + "line_number": 406, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f45c3d9955af35039612741be99a94f2e719c26", + "is_secret": false, + "is_verified": false, + "line_number": 415, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "51d39c0f11bd886e295a5a60dbec0332b6900c4c", + "is_secret": false, + "is_verified": false, + "line_number": 421, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f6f33d498bbbe78966c6d4cc9e02eff57dccd290", + "is_secret": false, + "is_verified": false, + "line_number": 427, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a02ff67f8e504e59af8eff72afb26fda27037a42", + "is_secret": false, + "is_verified": false, + "line_number": 437, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7d554479a29539a4aac0c4838c6295fabc6c798e", + "is_secret": false, + "is_verified": false, + "line_number": 443, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7b5b0e7936c7b3d920c9fdb1a7a3c618522e44bc", + "is_secret": false, + "is_verified": false, + "line_number": 454, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5eca3f3bea5336ccef83fa88cd907152802dc63a", + "is_secret": false, + "is_verified": false, + "line_number": 464, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "cb3b81942ccfd8c332b82d08e97a26b0741000fd", + "is_secret": false, + "is_verified": false, + "line_number": 477, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7e21427077e475ce5749e288815b8c8e9fda21c8", + "is_secret": false, + "is_verified": false, + "line_number": 486, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "072ff15e3bdf3b38a4b02d9e3e0ef4d937e18e15", + "is_secret": false, + "is_verified": false, + "line_number": 499, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b7d9cbf27e5b10a62ae9848be4b6fbbbe93491e1", + "is_secret": false, + "is_verified": false, + "line_number": 505, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32cad93d535d24a043ec493dcb579e8744a33d5b", + "is_secret": false, + "is_verified": false, + "line_number": 514, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "20b3b413826d61a82664d755aaaa4a180123d161", + "is_secret": false, + "is_verified": false, + "line_number": 520, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", + "is_secret": false, + "is_verified": false, + "line_number": 529, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "50feffdb4b1d1ce1f1432a2628ae3cbe1dca5849", + "is_secret": false, + "is_verified": false, + "line_number": 538, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "397e6f1ae7f26850afeb84f8fc86d442a23a5d39", + "is_secret": false, + "is_verified": false, + "line_number": 552, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "13095d536a4a53c8d1e3461be1259680963bb20c", + "is_secret": false, + "is_verified": false, + "line_number": 561, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9c5e1ed2c3178270a610d4f296c453a23fe1f20c", + "is_secret": false, + "is_verified": false, + "line_number": 571, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5477445d0fbadc7dffdaed724591de709ef47edf", + "is_secret": false, + "is_verified": false, + "line_number": 582, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "db5edc57fbb1b32f713e854ade035e9e48c39a09", + "is_secret": false, + "is_verified": false, + "line_number": 594, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", + "is_secret": false, + "is_verified": false, + "line_number": 607, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c6db2ba51720f54d6b7336f1eb4d8032d96c76ed", + "is_secret": false, + "is_verified": false, + "line_number": 616, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f23b8e5e11045f82a31210713d308de8c1a83e", + "is_secret": false, + "is_verified": false, + "line_number": 626, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", + "is_secret": false, + "is_verified": false, + "line_number": 636, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", + "is_secret": false, + "is_verified": false, + "line_number": 648, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9f7a7461ae8d5e27458e899b4e84416483680a51", + "is_secret": false, + "is_verified": false, + "line_number": 659, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", + "is_secret": false, + "is_verified": false, + "line_number": 665, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", + "is_secret": false, + "is_verified": false, + "line_number": 671, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", + "is_secret": false, + "is_verified": false, + "line_number": 680, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", + "is_secret": false, + "is_verified": false, + "line_number": 690, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", + "is_secret": false, + "is_verified": false, + "line_number": 699, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", + "is_secret": false, + "is_verified": false, + "line_number": 710, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", + "is_secret": false, + "is_verified": false, + "line_number": 723, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", + "is_secret": false, + "is_verified": false, + "line_number": 729, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "14b703e941e97ca4115fbfc7afc9d19920aa9c6c", + "is_secret": false, + "is_verified": false, + "line_number": 735, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7d64118ef4ee08c6e431da22c00cc6db06fc8495", + "is_secret": false, + "is_verified": false, + "line_number": 741, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", + "is_secret": false, + "is_verified": false, + "line_number": 747, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "24c6c50199abdbdf01f5bfc41c06d323bb57ac6b", + "is_secret": false, + "is_verified": false, + "line_number": 758, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d713c28bb4df4f085fe5021c9369a8f72c7bfaba", + "is_secret": false, + "is_verified": false, + "line_number": 769, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86efcec63d7f5e5c3cf34e1acfd29fc257f3c382", + "is_secret": false, + "is_verified": false, + "line_number": 775, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2409e70c2d1016521b66c38545b57d9d558bd817", + "is_secret": false, + "is_verified": false, + "line_number": 785, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2822217bb14c0223fb86ef16fccaeebb3dd90119", + "is_secret": false, + "is_verified": false, + "line_number": 795, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "1e5be28ee09da48b8c2233118719dfc81d717f98", + "is_secret": false, + "is_verified": false, + "line_number": 804, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", + "is_secret": false, + "is_verified": false, + "line_number": 810, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d3921a77cbcdfd88b9f31e8434d163d7c20738b2", + "is_secret": false, + "is_verified": false, + "line_number": 816, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "b6d0d1d511230bd02469e718d01be6374651925d", + "is_secret": false, + "is_verified": false, + "line_number": 825, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "97edd35e73708bd2f6a1bdb0b0fa3e06105b6c54", + "is_secret": false, + "is_verified": false, + "line_number": 831, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "d8f1d314d800de9172c39e761f105816ae4af3e8", + "is_secret": false, + "is_verified": false, + "line_number": 841, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a0ccf26d3e5e73d1fea4cbd7e882f8a4269b51e6", + "is_secret": false, + "is_verified": false, + "line_number": 869, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", + "is_secret": false, + "is_verified": false, + "line_number": 875, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "604edf3bd2202bebf89e23895a6ef68088f57e42", + "is_secret": false, + "is_verified": false, + "line_number": 885, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7167df607c246fe7c20de1a7b7abc394c7026cd0", + "is_secret": false, + "is_verified": false, + "line_number": 898, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f0f817643483baa005cf31ad44d972f65508675e", + "is_secret": false, + "is_verified": false, + "line_number": 908, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "64c9975a7ab1b5bcd2439c334f2370a65d4aae82", + "is_secret": false, + "is_verified": false, + "line_number": 921, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "7493d3c7ad45735197216f5195a3a4b2f0dc05f8", + "is_secret": false, + "is_verified": false, + "line_number": 930, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c210cc626902bf389b3d925d7e92a8d4664cb3ff", + "is_secret": false, + "is_verified": false, + "line_number": 940, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "32e3bd24faa462bf1a7d222314a8db909821dfcb", + "is_secret": false, + "is_verified": false, + "line_number": 950, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", + "is_secret": false, + "is_verified": false, + "line_number": 956, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fb6c73d1cf78d39e7b71760b572559736d27ad42", + "is_secret": false, + "is_verified": false, + "line_number": 965, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", + "is_secret": false, + "is_verified": false, + "line_number": 971, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", + "is_secret": false, + "is_verified": false, + "line_number": 977, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "54f3ab20cd8669d07e74b7b8767b7c2d2be98e84", + "is_secret": false, + "is_verified": false, + "line_number": 986, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ed1ba03fabc77d3aa81f08b87029efbd7d9a1340", + "is_secret": false, + "is_verified": false, + "line_number": 992, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3a49d16dc29026d169224f8bc14e6828a62128c2", + "is_secret": false, + "is_verified": false, + "line_number": 1003, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2384307a6cae139f038230b889458d239e9ff53b", + "is_secret": false, + "is_verified": false, + "line_number": 1015, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "76513044803a500e17fc0ad98fb266b139572891", + "is_secret": false, + "is_verified": false, + "line_number": 1024, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a58d51dc68f673a049f4d82bdf01e61cf73b93b2", + "is_secret": false, + "is_verified": false, + "line_number": 1035, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "86abb8da6326f0620dc9f0951186d370cad910b9", + "is_secret": false, + "is_verified": false, + "line_number": 1044, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fa35aa28d81cf737ac8af26aae31b0b195eef3af", + "is_secret": false, + "is_verified": false, + "line_number": 1056, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6274c331e3520248957d3a2497e2edab2c3aaee0", + "is_secret": false, + "is_verified": false, + "line_number": 1067, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "27ab5e55f6ba7afa0e99492446d43050c7b719fa", + "is_secret": false, + "is_verified": false, + "line_number": 1078, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", + "is_secret": false, + "is_verified": false, + "line_number": 1089, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "podman-compose-sonarqube.yaml": [ + { + "hashed_secret": "345e9ea7c857e75dedd9edb24c232e1cab297c19", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Secret Keyword", + "verified_result": null + } + ], + "run-granian.sh": [ + { + "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", + "is_secret": false, + "is_verified": false, + "line_number": 291, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cff0d14e4337fa8bdb68dfa906f04b0df6fad72f", + "is_secret": false, + "is_verified": false, + "line_number": 406, + "type": "Secret Keyword", + "verified_result": null + } + ], + "run-gunicorn.sh": [ + { + "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", + "is_secret": false, + "is_verified": false, + "line_number": 296, + "type": "Secret Keyword", + "verified_result": null + } + ], + "run.sh": [ + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 115, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7b4455a56fbf1d198e45e04c437488514645a82c", + "is_secret": false, + "is_verified": false, + "line_number": 117, + "type": "Secret Keyword", + "verified_result": null + } + ], + "scripts/ci/run_upgrade_validation.sh": [ + { + "hashed_secret": "1d193899f802762003a56b1cbcfeb55f2b04d61b", + "is_secret": false, + "is_verified": false, + "line_number": 448, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dcdf24a1d4440d5ebe319bf804f96c81e08350f9", + "is_secret": false, + "is_verified": false, + "line_number": 455, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "scripts/demo_a2a_agent_auth.py": [ + { + "hashed_secret": "e415dfafffe0c1859396cee8659521eaeb789ced", + "is_secret": false, + "is_verified": false, + "line_number": 45, + "type": "Secret Keyword", + "verified_result": null + } + ], + "scripts/lib/common.sh": [ + { + "hashed_secret": "cff0d14e4337fa8bdb68dfa906f04b0df6fad72f", + "is_secret": false, + "is_verified": false, + "line_number": 176, + "type": "Secret Keyword", + "verified_result": null + } + ], + "scripts/test-sso-flow.sh": [ + { + "hashed_secret": "174c2b8209d705f3db2cd2f6f84b79e6e27ca793", + "is_secret": false, + "is_verified": false, + "line_number": 82, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d86a48c00ab62d2631c5cd5735471e7b5e34b7dc", + "is_secret": false, + "is_verified": false, + "line_number": 84, + "type": "Secret Keyword", + "verified_result": null + } + ], + "scripts/test_email_auth_api.py": [ + { + "hashed_secret": "55ae024ac61278627948dc9375b31bbbbfd7b442", + "is_secret": false, + "is_verified": false, + "line_number": 304, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "364d84ed2a75ef4c9a3cba031109db88e504511b", + "is_secret": false, + "is_verified": false, + "line_number": 329, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0378e32875a5f7f922d2cce11b0741096d61c5f2", + "is_secret": false, + "is_verified": false, + "line_number": 483, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8b5f2dff4edd3be66dd04ef8f9b6da4f6a4d0463", + "is_secret": false, + "is_verified": false, + "line_number": 506, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1c5d7338a53cbdce0a6d26c4572e9725eb94ffc0", + "is_secret": false, + "is_verified": false, + "line_number": 519, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "673563640ec0c172e8d6f1316ae097269e3986c4", + "is_secret": false, + "is_verified": false, + "line_number": 527, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0269ac00d06201bd7bcf234fed607b713469d2d0", + "is_secret": false, + "is_verified": false, + "line_number": 551, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "42d7bc4801cb72f2559bd9f6c9af9a2707ca321e", + "is_secret": false, + "is_verified": false, + "line_number": 742, + "type": "Secret Keyword", + "verified_result": null + } + ], + "scripts/test_mcp_client.py": [ + { + "hashed_secret": "1ee61ed8e67eecf5f1e97c4786b6728b478b8fae", + "is_secret": false, + "is_verified": false, + "line_number": 30, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "scripts/test_mcp_token_scoping.py": [ + { + "hashed_secret": "ae28b10c8c7ef67658ef1de7b29ee23556a32eef", + "is_secret": false, + "is_verified": false, + "line_number": 325, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2df14e4719f299249cd9a97cf68cc87232a27cbb", + "is_secret": false, + "is_verified": false, + "line_number": 348, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/conftest.py": [ + { + "hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", + "is_secret": false, + "is_verified": false, + "line_number": 115, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "206c80413b9a96c1312cc346b7d2517b84463edd", + "is_secret": false, + "is_verified": false, + "line_number": 164, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/mcp_test_helpers.py": [ + { + "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/test_admin_apis.py": [ + { + "hashed_secret": "ba9cdae9b74942b8ac45ec20dfc3803a07fe6de9", + "is_secret": false, + "is_verified": false, + "line_number": 61, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/test_admin_mcp_pool_metrics.py": [ + { + "hashed_secret": "a1f09a2e61748dd65f724a3e680c1895ecf4c2cd", + "is_secret": false, + "is_verified": false, + "line_number": 61, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/test_main_apis.py": [ + { + "hashed_secret": "ba9cdae9b74942b8ac45ec20dfc3803a07fe6de9", + "is_secret": false, + "is_verified": false, + "line_number": 79, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4dfad2d5130a5bcaf2716c495de92da13f4389e0", + "is_secret": false, + "is_verified": false, + "line_number": 764, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/test_mcp_rbac_transport.py": [ + { + "hashed_secret": "6e2e8a100b17f5c9083b5f8c6f2ed58ae6286e5b", + "is_secret": false, + "is_verified": false, + "line_number": 893, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/test_oauth_protected_resource.py": [ + { + "hashed_secret": "ba9cdae9b74942b8ac45ec20dfc3803a07fe6de9", + "is_secret": false, + "is_verified": false, + "line_number": 58, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/e2e/test_translate_dynamic_env_e2e.py": [ + { + "hashed_secret": "528ceffb33609fca3a5646ec64a032d4362d301b", + "is_secret": false, + "is_verified": false, + "line_number": 201, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d4f1a495029e6aec0aeb30aa3ce002dab645f08c", + "is_secret": false, + "is_verified": false, + "line_number": 290, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fb6c2cbb5141e95639121909fe1b5a7012d1041a", + "is_secret": false, + "is_verified": false, + "line_number": 338, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8590ea4c4485851eeb808692bf07b80640a3619e", + "is_secret": false, + "is_verified": false, + "line_number": 554, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/integration/test_concurrency_row_locking.py": [ + { + "hashed_secret": "03aca59f05abb8e7b8ceb737167b6cd48dfa0a3f", + "is_secret": false, + "is_verified": false, + "line_number": 62, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/integration/test_dcr_flow_integration.py": [ + { + "hashed_secret": "352b2a4120b46b2e0221e753a1272cd34a6aa0da", + "is_secret": false, + "is_verified": false, + "line_number": 144, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/integration/test_integration.py": [ + { + "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "is_secret": false, + "is_verified": false, + "line_number": 218, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/integration/test_translate_dynamic_env.py": [ + { + "hashed_secret": "528ceffb33609fca3a5646ec64a032d4362d301b", + "is_secret": false, + "is_verified": false, + "line_number": 211, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/js/admin-ui.test.js": [ + { + "hashed_secret": "1ded3053d0363079a4e681a3b700435d6d880290", + "is_secret": false, + "is_verified": false, + "line_number": 157, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0e5ce87ec4f3ba937574c210b09d984dbc1f1ece", + "is_secret": false, + "is_verified": false, + "line_number": 172, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "9dbbba966fd8f1a21e6f0d38ffa4afc69cca66b6", + "is_secret": false, + "is_verified": false, + "line_number": 213, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/load/README.md": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 80, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/loadtest/locustfile.py": [ + { + "hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997", + "is_secret": false, + "is_verified": false, + "line_number": 3792, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d73bccb432c5c7b1b166cfa603b3b99af63fd580", + "is_secret": false, + "is_verified": false, + "line_number": 6635, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "20d22126242b5c7e253d84dd6ff0ed7a6d2662a2", + "is_secret": false, + "is_verified": false, + "line_number": 6991, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 7015, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/loadtest/locustfile_baseline.py": [ + { + "hashed_secret": "2df14e4719f299249cd9a97cf68cc87232a27cbb", + "is_secret": false, + "is_verified": false, + "line_number": 96, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/loadtest/locustfile_echo_delay.py": [ + { + "hashed_secret": "293324f6824bb3a6db5c4dc42a60ddd4a9851c99", + "is_secret": false, + "is_verified": false, + "line_number": 103, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/loadtest/locustfile_mcp_isolation.py": [ + { + "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "is_secret": false, + "is_verified": false, + "line_number": 34, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/manual/README.md": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 214, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 219, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/manual/concurrency/conc_01_gateways_results.md": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 126, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/manual/concurrency/conc_02_gateways_results.md": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 43, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 58, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/manual/concurrency/run_conc_01_gateways.sh": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/manual/concurrency/run_conc_02_gateways.sh": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 9, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/manual/testcases/api_a2a.yaml": [ + { + "hashed_secret": "69dba6dfc0be932d10cdbfaae770c300cd7e0e3c", + "is_secret": false, + "is_verified": false, + "line_number": 43, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fd9a45bc0b07706d849cf85021ecf9123fa83d82", + "is_secret": false, + "is_verified": false, + "line_number": 54, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/manual/testcases/api_authentication.yaml": [ + { + "hashed_secret": "5d14de7c2c81aaa796123494202ba7d1d27b207b", + "is_secret": false, + "is_verified": false, + "line_number": 31, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 47, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0d8343a9d687097938d7d9e630c5e37991949108", + "is_secret": false, + "is_verified": false, + "line_number": 110, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/manual/testcases/api_federation.yaml": [ + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 39, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/manual/testcases/database_tests.yaml": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 79, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/manual/testcases/migration_tests.yaml": [ + { + "hashed_secret": "5f8b73c6cddcd6dd3a2eb5747a25be2e71b6d202", + "is_secret": false, + "is_verified": false, + "line_number": 118, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6082663664461e9cbe453fe5325a381f10dcddda", + "is_secret": false, + "is_verified": false, + "line_number": 149, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/manual/testcases/security_tests.yaml": [ + { + "hashed_secret": "656ae8968017cd346560397f967a2c2dbfb70f6f", + "is_secret": false, + "is_verified": false, + "line_number": 122, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/manual/testcases/setup_instructions.yaml": [ + { + "hashed_secret": "46e6a38b6d25f56087891d1152d4d082b5767b3e", + "is_secret": false, + "is_verified": false, + "line_number": 84, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/migration/conftest.py": [ + { + "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "is_secret": false, + "is_verified": false, + "line_number": 273, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/migration/docker-compose.test.yml": [ + { + "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "is_secret": false, + "is_verified": false, + "line_number": 18, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "is_secret": false, + "is_verified": false, + "line_number": 35, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/migration/utils/container_manager.py": [ + { + "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "is_secret": false, + "is_verified": false, + "line_number": 384, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/performance/MANUAL_TESTING.md": [ + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 434, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/performance/PERFORMANCE_STRATEGY.md": [ + { + "hashed_secret": "b1d12a49a9da5edec445c6ea003be1456337bd3e", + "is_secret": false, + "is_verified": false, + "line_number": 1292, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "b1d12a49a9da5edec445c6ea003be1456337bd3e", + "is_secret": false, + "is_verified": false, + "line_number": 1305, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997", + "is_secret": false, + "is_verified": false, + "line_number": 1334, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/performance/scenarios/gateway-core-benchmark.sh": [ + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 196, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/performance/test_postgresql_percentile_performance.py": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 59, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/performance/utils/generate_docker_compose.py": [ + { + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "is_secret": false, + "is_verified": false, + "line_number": 71, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/playwright/README.md": [ + { + "hashed_secret": "0df7be1bea60575a7469f5e07e13124ce428d263", + "is_secret": false, + "is_verified": false, + "line_number": 138, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "is_secret": false, + "is_verified": false, + "line_number": 142, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "64438ee426438161da88554b3e2de796b0ca265e", + "is_secret": false, + "is_verified": false, + "line_number": 146, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/conftest.py": [ + { + "hashed_secret": "d6d6b8c66ab3ade1bfcf206e7df58e296827ef17", + "is_secret": false, + "is_verified": false, + "line_number": 520, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1c58bd92003bbaa0538e249fff6ee19a270dec5f", + "is_secret": false, + "is_verified": false, + "line_number": 585, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "03f5e2d670af3e9183f3fe790785b0d41291a17d", + "is_secret": false, + "is_verified": false, + "line_number": 629, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/operations/test_llm_config.py": [ + { + "hashed_secret": "2a3575e3c0abe9772b3f98c92e7d530d7f131514", + "is_secret": false, + "is_verified": false, + "line_number": 132, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/pytest.ini": [ + { + "hashed_secret": "176939638191d5a13935ccb90c0c8a70a5e30773", + "is_secret": false, + "is_verified": false, + "line_number": 8, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/security/conftest.py": [ + { + "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "is_secret": false, + "is_verified": false, + "line_number": 31, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/security/owasp/conftest.py": [ + { + "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "is_secret": false, + "is_verified": false, + "line_number": 24, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/security/owasp/test_a01_broken_access_control.py": [ + { + "hashed_secret": "8e45fe2388a6c4604ee0ccdba14ca0df092bc904", + "is_secret": false, + "is_verified": false, + "line_number": 238, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/security/test_playwright_security_e2e_top30.py": [ + { + "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "is_secret": false, + "is_verified": false, + "line_number": 35, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "42d7bc4801cb72f2559bd9f6c9af9a2707ca321e", + "is_secret": false, + "is_verified": false, + "line_number": 585, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/security/test_sso_management.py": [ + { + "hashed_secret": "03f5e2d670af3e9183f3fe790785b0d41291a17d", + "is_secret": false, + "is_verified": false, + "line_number": 36, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/security/test_team_selector_e2e.py": [ + { + "hashed_secret": "b4e44716dbbf57be3dae2f819d96795a85d06652", + "is_secret": false, + "is_verified": false, + "line_number": 290, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/teams/conftest.py": [ + { + "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/test_admin_menu_visibility.py": [ + { + "hashed_secret": "119ffab9fda36e29816a09097c441eb8bcd8b684", + "is_secret": false, + "is_verified": false, + "line_number": 45, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/test_agents.py": [ + { + "hashed_secret": "03f5e2d670af3e9183f3fe790785b0d41291a17d", + "is_secret": false, + "is_verified": false, + "line_number": 263, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/playwright/test_rbac_permissions.py": [ + { + "hashed_secret": "119ffab9fda36e29816a09097c441eb8bcd8b684", + "is_secret": false, + "is_verified": false, + "line_number": 46, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/populate/cleanup.py": [ + { + "hashed_secret": "c871a5b8b2e511a525b09edea0b9a4d9f46401e5", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/populate/populators/users.py": [ + { + "hashed_secret": "c871a5b8b2e511a525b09edea0b9a4d9f46401e5", + "is_secret": false, + "is_verified": false, + "line_number": 14, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/populate/verify.py": [ + { + "hashed_secret": "c871a5b8b2e511a525b09edea0b9a4d9f46401e5", + "is_secret": false, + "is_verified": false, + "line_number": 120, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/security/test_input_validation.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 286, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "120340c3d011e9621b9bb88b5884221b25251b88", + "is_secret": false, + "is_verified": false, + "line_number": 2063, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/db/test_a2a_agents_auth_value_migration.py": [ + { + "hashed_secret": "52294c20155b397fbf140baa0cfb6d9400c82c25", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9b094435d625c9385a1bb083604f87fa7c225da0", + "is_secret": false, + "is_verified": false, + "line_number": 28, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/db/test_observability_migrations.py": [ + { + "hashed_secret": "9d88d7eece452a76b2955ecfbb251f23cf7b7905", + "is_secret": false, + "is_verified": false, + "line_number": 335, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/db/test_rbac_permission_backfill_migration.py": [ + { + "hashed_secret": "dc7c15edd98c7c7ce4cd107fb4ccb17329510002", + "is_secret": false, + "is_verified": false, + "line_number": 27, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/db/test_token_uniqueness_migration.py": [ + { + "hashed_secret": "45fc9ab5f41816c6979df8bc85ffdc160a0e696a", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "c4770f062e9bfa8ec054475f98315913da1d16fd", + "is_secret": false, + "is_verified": false, + "line_number": 26, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/middleware/test_auth_method_propagation.py": [ + { + "hashed_secret": "e7c4d1ba7ce017155823536efd57843fa15ef759", + "is_secret": false, + "is_verified": false, + "line_number": 52, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/middleware/test_http_auth_headers.py": [ + { + "hashed_secret": "65882b5e8dbab0e649474b2a626c1d24e1b317f5", + "is_secret": false, + "is_verified": false, + "line_number": 83, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "35e6ca489e73a8991165cdcfc2b79eb0d25ed0a3", + "is_secret": false, + "is_verified": false, + "line_number": 105, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "59df6723fb54fd8dde6dcf51034e51491bfbff24", + "is_secret": false, + "is_verified": false, + "line_number": 947, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "9b4cd28c8ecd18d533601bbb7d3345b9d007bd80", + "is_secret": false, + "is_verified": false, + "line_number": 955, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/middleware/test_http_auth_integration.py": [ + { + "hashed_secret": "6f865e7e20c773e3483eaa74a07d03cec02bde2e", + "is_secret": false, + "is_verified": false, + "line_number": 159, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d58f8c42247f1cf100bf63f196d93d7d302e8ca9", + "is_secret": false, + "is_verified": false, + "line_number": 180, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "is_secret": false, + "is_verified": false, + "line_number": 250, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "is_secret": false, + "is_verified": false, + "line_number": 262, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4155f3a6f21409ec6066b6c974b058d3ea4a2c5c", + "is_secret": false, + "is_verified": false, + "line_number": 450, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "84a36e47e8bfcca13318bca53cdcb1270e2c4b9e", + "is_secret": false, + "is_verified": false, + "line_number": 472, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c48ea9182291ca3f527914fd7d35a698830931d0", + "is_secret": false, + "is_verified": false, + "line_number": 512, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "534c8ebac109fde87e1eb0c6e35249fc8a38278a", + "is_secret": false, + "is_verified": false, + "line_number": 674, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/middleware/test_rbac.py": [ + { + "hashed_secret": "ab73a3eaca01a7059dcdff6f95556ec7fd83de96", + "is_secret": false, + "is_verified": false, + "line_number": 1387, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "92dd4a2de441b63e6ac51fdb81a05a416dffd182", + "is_secret": false, + "is_verified": false, + "line_number": 1474, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/middleware/test_request_logging_middleware.py": [ + { + "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "is_secret": false, + "is_verified": false, + "line_number": 98, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dbdab9be92cacdae6a97e8601332bfaa8545800f", + "is_secret": false, + "is_verified": false, + "line_number": 99, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "is_secret": false, + "is_verified": false, + "line_number": 151, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/external/grpc/test_grpc_models.py": [ + { + "hashed_secret": "81f344a7686a80b4c5293e8fdc0b0160c82c06a8", + "is_secret": false, + "is_verified": false, + "line_number": 106, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "is_secret": false, + "is_verified": false, + "line_number": 110, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "48a7b8889e1542650266c14a18c8708488fa1951", + "is_secret": false, + "is_verified": false, + "line_number": 132, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/external/grpc/test_tls_utils.py": [ + { + "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "is_secret": false, + "is_verified": false, + "line_number": 225, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "48a7b8889e1542650266c14a18c8708488fa1951", + "is_secret": false, + "is_verified": false, + "line_number": 248, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/external/mcp/test_tls_utils.py": [ + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 104, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", + "is_secret": false, + "is_verified": false, + "line_number": 230, + "type": "Private Key", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/hooks/test_http.py": [ + { + "hashed_secret": "5dc0dc43e8ac987476af951a9e5bed1b19b24028", + "is_secret": false, + "is_verified": false, + "line_number": 247, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7e7f74d2579ebec3b3f2c125e756269a29782497", + "is_secret": false, + "is_verified": false, + "line_number": 248, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7b20dc22a6cb086e0d990ccc74ec819b16dc68b8", + "is_secret": false, + "is_verified": false, + "line_number": 265, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "is_secret": false, + "is_verified": false, + "line_number": 311, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f9ac14b63a75faf57d8db6f919bfabb2502d273c", + "is_secret": false, + "is_verified": false, + "line_number": 325, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/test_plugin_models_coverage.py": [ + { + "hashed_secret": "48a7b8889e1542650266c14a18c8708488fa1951", + "is_secret": false, + "is_verified": false, + "line_number": 233, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "81f344a7686a80b4c5293e8fdc0b0160c82c06a8", + "is_secret": false, + "is_verified": false, + "line_number": 238, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/test_policies.py": [ + { + "hashed_secret": "37c6c57bedf4305ef41249c1794760b5cb8fad17", + "is_secret": false, + "is_verified": false, + "line_number": 121, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d73ef92426f2b11dfc4aed4d4bfc41c49ee1087c", + "is_secret": false, + "is_verified": false, + "line_number": 616, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e812ba8d00b270ef3502bb53ceb31e8c5188f14e", + "is_secret": false, + "is_verified": false, + "line_number": 801, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "bf31c52c32b0fcda1dc3e7c0c91803a7d1c9e891", + "is_secret": false, + "is_verified": false, + "line_number": 815, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/framework/test_validators.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 85, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/content_moderation/test_content_moderation.py": [ + { + "hashed_secret": "0bc02c6c973caffbda3e15adcb2f39c41634c728", + "is_secret": false, + "is_verified": false, + "line_number": 40, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "75ddfb45216fe09680dfe70eda4f559a910c832c", + "is_secret": false, + "is_verified": false, + "line_number": 247, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/content_moderation/test_content_moderation_integration.py": [ + { + "hashed_secret": "0bc02c6c973caffbda3e15adcb2f39c41634c728", + "is_secret": false, + "is_verified": false, + "line_number": 301, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8cdf8b16b80c4f3f6e6af135b3c72efd706723c0", + "is_secret": false, + "is_verified": false, + "line_number": 381, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/header_filter/test_header_filter_plugin.py": [ + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 417, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "83ff9f4e0d16d61727cbdf47d769fb707b652217", + "is_secret": false, + "is_verified": false, + "line_number": 462, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/pii_filter/test_pii_filter.py": [ + { + "hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6", + "is_secret": false, + "is_verified": false, + "line_number": 505, + "type": "AWS Access Key", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/tools_telemetry_exporter/test_tools_telemetry_exporter.py": [ + { + "hashed_secret": "e8af0e18ff4805f4efd84f58b0fa69e3780f35a4", + "is_secret": false, + "is_verified": false, + "line_number": 62, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cc84fa5a361f86a589169fde1e4e6d62bc786e6c", + "is_secret": false, + "is_verified": false, + "line_number": 143, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/virus_total_checker/test_virus_total_checker.py": [ + { + "hashed_secret": "829c3804401b0727f70f73d4415e162400cbe57b", + "is_secret": false, + "is_verified": false, + "line_number": 436, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/webhook_notification/test_webhook_integration.py": [ + { + "hashed_secret": "a8ae1520ce69381a9cf8dbd5082d8512fcace493", + "is_secret": false, + "is_verified": false, + "line_number": 216, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/plugins/plugins/webhook_notification/test_webhook_notification.py": [ + { + "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "is_secret": false, + "is_verified": false, + "line_number": 110, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2e7a7ee14caebf378fc32d6cf6f557f347c96773", + "is_secret": false, + "is_verified": false, + "line_number": 210, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_auth.py": [ + { + "hashed_secret": "6eb67d95dba1a614971e31e78146d44bd4a3ada3", + "is_secret": false, + "is_verified": false, + "line_number": 191, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "is_secret": false, + "is_verified": false, + "line_number": 271, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_email_auth_router.py": [ + { + "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "is_secret": false, + "is_verified": false, + "line_number": 165, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "de14fdc5a7f3843d8db79053625a2169a4eed921", + "is_secret": false, + "is_verified": false, + "line_number": 523, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f3e12d2b914fae6510cff60e40b097c0962654a1", + "is_secret": false, + "is_verified": false, + "line_number": 658, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e6b6afbd6d76bb5d2041542d7d2e3fac5bb05593", + "is_secret": false, + "is_verified": false, + "line_number": 1422, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "23ace7331ef30c45051de4e683719db7391b9980", + "is_secret": false, + "is_verified": false, + "line_number": 1491, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6aa6f10deee84f739ae8aca12a2755a2d0e103ac", + "is_secret": false, + "is_verified": false, + "line_number": 1595, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e577bc0464e5dd0052fc9ab532b0630e58173f92", + "is_secret": false, + "is_verified": false, + "line_number": 1626, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ef7d0dca079f43e7952971148dfaba10fbcce609", + "is_secret": false, + "is_verified": false, + "line_number": 1643, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "789b49606c321c8cf228d17942608eff0ccc4171", + "is_secret": false, + "is_verified": false, + "line_number": 1677, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dc8002865f92070749b264e76045b04fa3b8de71", + "is_secret": false, + "is_verified": false, + "line_number": 2136, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_llm_admin_router.py": [ + { + "hashed_secret": "f7a75342741955b2b9b66b55a78e5061f321ff44", + "is_secret": false, + "is_verified": false, + "line_number": 532, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "61ba747fe2f5b3d513c40550084c6284fbbc1094", + "is_secret": false, + "is_verified": false, + "line_number": 538, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_llmchat_router.py": [ + { + "hashed_secret": "baf4e5770bde2def49611ed9c852b518038db759", + "is_secret": false, + "is_verified": false, + "line_number": 126, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_oauth_router.py": [ + { + "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "is_secret": false, + "is_verified": false, + "line_number": 137, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_reverse_proxy.py": [ + { + "hashed_secret": "c56486f8b638f63e04251d0c8ab0b4fbfee8e06b", + "is_secret": false, + "is_verified": false, + "line_number": 796, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/routers/test_teams.py": [ + { + "hashed_secret": "1e418031f4ec8505cff3cde4f41efc0ee83ec2d1", + "is_secret": false, + "is_verified": false, + "line_number": 254, + "type": "Base64 High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_a2a_query_param_auth.py": [ + { + "hashed_secret": "99834bc4eff3f1e1c1e4692d2476b593b501d045", + "is_secret": false, + "is_verified": false, + "line_number": 277, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f4cbfd23b14432ac406aacc683f2a6485e52f356", + "is_secret": false, + "is_verified": false, + "line_number": 340, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f5e6c51ff9f3703a753cde41e4cc8f506bc809db", + "is_secret": false, + "is_verified": false, + "line_number": 341, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6108f529090a823e5cbaefba71604ccecc021ecc", + "is_secret": false, + "is_verified": false, + "line_number": 426, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e3de258032685ca3a157e704090921039ff7f0b3", + "is_secret": false, + "is_verified": false, + "line_number": 555, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_a2a_service.py": [ + { + "hashed_secret": "41db7c65f665e40b44178f95f5f86473ca17160e", + "is_secret": false, + "is_verified": false, + "line_number": 72, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "is_secret": false, + "is_verified": false, + "line_number": 190, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "is_secret": false, + "is_verified": false, + "line_number": 191, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "5ef3af6cd9b5aa907fa618fac829baaec6763b42", + "is_secret": false, + "is_verified": false, + "line_number": 385, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "94c9325c8ade4f6327d87e240713c2fd7fdbfc63", + "is_secret": false, + "is_verified": false, + "line_number": 386, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7bb0c6efd2edb1ae20dab6dd260895ad8895e07e", + "is_secret": false, + "is_verified": false, + "line_number": 422, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ddbeee31dc29b74fcede0bea4d3fc5276d9148c8", + "is_secret": false, + "is_verified": false, + "line_number": 448, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "122758dd535bc6d246f36a686b29c7c40fab1315", + "is_secret": false, + "is_verified": false, + "line_number": 799, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fa727f587e9f6115da6d4eb600dd8b6fe06cf69a", + "is_secret": false, + "is_verified": false, + "line_number": 801, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "250cdef3ce09000fa9a939a13e5f73433d96a852", + "is_secret": false, + "is_verified": false, + "line_number": 2354, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 2363, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1902e3d6fc4e78a0bcc50ba12b882769afbf4a8c", + "is_secret": false, + "is_verified": false, + "line_number": 2395, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d92342976d720ff38cf5dcb329be41959ab1ba6c", + "is_secret": false, + "is_verified": false, + "line_number": 2816, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a343c9b5b1abfcf385d5c6f6dc0282f4d88a416e", + "is_secret": false, + "is_verified": false, + "line_number": 2977, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c00dbbc9dadfbe1e232e93a729dd4752fade0abf", + "is_secret": false, + "is_verified": false, + "line_number": 3009, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_argon2_service.py": [ + { + "hashed_secret": "f13733f6dd9f1ed3118e2da31428c71eab5ffd99", + "is_secret": false, + "is_verified": false, + "line_number": 79, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b5bc013af872265e389b3abee36dd4932a206ab8", + "is_secret": false, + "is_verified": false, + "line_number": 152, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4be80aee9bf2223071eedfc002ba2546abd1f5ea", + "is_secret": false, + "is_verified": false, + "line_number": 230, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "9fb7fe1217aed442b04c0f5e43b5d5a7d3287097", + "is_secret": false, + "is_verified": false, + "line_number": 388, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "is_secret": false, + "is_verified": false, + "line_number": 487, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6d512cc3d1a73d1f0a7331746483447a60b9bd98", + "is_secret": false, + "is_verified": false, + "line_number": 538, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_async_crypto_wrappers.py": [ + { + "hashed_secret": "5a0aee0f3af308cd6d74d617fde6592c2bc94fa3", + "is_secret": false, + "is_verified": false, + "line_number": 44, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b5bc013af872265e389b3abee36dd4932a206ab8", + "is_secret": false, + "is_verified": false, + "line_number": 74, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d4bb297c014026ace455b1ad5926033d795bf016", + "is_secret": false, + "is_verified": false, + "line_number": 98, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6d512cc3d1a73d1f0a7331746483447a60b9bd98", + "is_secret": false, + "is_verified": false, + "line_number": 112, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_catalog_service.py": [ + { + "hashed_secret": "816cc20437d859538736e1ef46558b7bda486c06", + "is_secret": false, + "is_verified": false, + "line_number": 563, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_correlation_id_json_formatter.py": [ + { + "hashed_secret": "125fbc14773f228e72f16d55be21bad750d30b19", + "is_secret": false, + "is_verified": false, + "line_number": 129, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "ff998abc1ce6d8f01a675fa197368e44c8916e9c", + "is_secret": false, + "is_verified": false, + "line_number": 130, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_dcr_service.py": [ + { + "hashed_secret": "352b2a4120b46b2e0221e753a1272cd34a6aa0da", + "is_secret": false, + "is_verified": false, + "line_number": 404, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "290180f809e70dd1bc99a4c65bd669f43dde426d", + "is_secret": false, + "is_verified": false, + "line_number": 650, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "945db841c03e42eef2f3d0a4ff310e2f3b3e59ec", + "is_secret": false, + "is_verified": false, + "line_number": 785, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_email_auth_basic.py": [ + { + "hashed_secret": "5a0aee0f3af308cd6d74d617fde6592c2bc94fa3", + "is_secret": false, + "is_verified": false, + "line_number": 283, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1816851d10187b57a93235b52495e615629f906d", + "is_secret": false, + "is_verified": false, + "line_number": 701, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "454f9bfcc5f7523c755896f9d2c7281f83aec668", + "is_secret": false, + "is_verified": false, + "line_number": 727, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "aafdc23870ecbcd3d557b6423a8982134e17927e", + "is_secret": false, + "is_verified": false, + "line_number": 754, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e8662cfb96bd9c7fe84c31d76819ec3a92c80e63", + "is_secret": false, + "is_verified": false, + "line_number": 959, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b5bc013af872265e389b3abee36dd4932a206ab8", + "is_secret": false, + "is_verified": false, + "line_number": 991, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "be57d8e1a2a7a4e5c034e7790659309f5e5539c0", + "is_secret": false, + "is_verified": false, + "line_number": 1066, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b4edd1d6f455752e0b214407e561d8d3823204fe", + "is_secret": false, + "is_verified": false, + "line_number": 1280, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "562c20a72724744e2529d163c304a3ec32d09c0a", + "is_secret": false, + "is_verified": false, + "line_number": 1504, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "addbd3aa5619f2932733104eb8ceef08f6fd2693", + "is_secret": false, + "is_verified": false, + "line_number": 1516, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e9e4a6d29515c8e53e4df7bc6646a23237b8f862", + "is_secret": false, + "is_verified": false, + "line_number": 1579, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6aa10d711ca6f233cc7d7e9c36a980cbbd6b1ed1", + "is_secret": false, + "is_verified": false, + "line_number": 1601, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "bdb6e328018a96636bca051255228c0d2a3543b5", + "is_secret": false, + "is_verified": false, + "line_number": 1643, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "36abac195cd57009a1013913a7ec5b2677faf5fd", + "is_secret": false, + "is_verified": false, + "line_number": 1660, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4015d13806dacd6cf5436ce218b7f755ab9ddab3", + "is_secret": false, + "is_verified": false, + "line_number": 2176, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dc8002865f92070749b264e76045b04fa3b8de71", + "is_secret": false, + "is_verified": false, + "line_number": 2261, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_email_auth_service.py": [ + { + "hashed_secret": "862511dc4b5b31885dd85a83c2af1a4adc685f19", + "is_secret": false, + "is_verified": false, + "line_number": 389, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_email_auth_service_admin_role_sync.py": [ + { + "hashed_secret": "759521118cabf4f8bbc46e6d6344d0e700aa4be5", + "is_secret": false, + "is_verified": false, + "line_number": 50, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6c55803d6f1d7a177a0db3eb4b343b0d50f9c111", + "is_secret": false, + "is_verified": false, + "line_number": 321, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6fa5edecdc44e7209e0678c5dea72a95d63bf554", + "is_secret": false, + "is_verified": false, + "line_number": 365, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_email_notification_service.py": [ + { + "hashed_secret": "584db8632ab5718672aab8670add109a862fff0c", + "is_secret": false, + "is_verified": false, + "line_number": 154, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_encryption_service.py": [ + { + "hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134", + "is_secret": false, + "is_verified": false, + "line_number": 376, + "type": "JSON Web Token", + "verified_result": null + }, + { + "hashed_secret": "c6c580101c1bdaaad4e360d0679d7a8cac514e4f", + "is_secret": false, + "is_verified": false, + "line_number": 378, + "type": "JSON Web Token", + "verified_result": null + }, + { + "hashed_secret": "755f997eb6296e47fd6d145e1b541b9e98a4fab1", + "is_secret": false, + "is_verified": false, + "line_number": 416, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "2538fa47a21f3a58be26e62c63b6dd0a6e87dae5", + "is_secret": false, + "is_verified": false, + "line_number": 417, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6", + "is_secret": false, + "is_verified": false, + "line_number": 418, + "type": "AWS Access Key", + "verified_result": null + }, + { + "hashed_secret": "e8af0e18ff4805f4efd84f58b0fa69e3780f35a4", + "is_secret": false, + "is_verified": false, + "line_number": 718, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "is_secret": false, + "is_verified": false, + "line_number": 719, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "290180f809e70dd1bc99a4c65bd669f43dde426d", + "is_secret": false, + "is_verified": false, + "line_number": 781, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "eea0d9a29d51f43612c303ff2f64b57f56dad885", + "is_secret": false, + "is_verified": false, + "line_number": 782, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2cee75752f97573ff8cae445096cc30e992b55c7", + "is_secret": false, + "is_verified": false, + "line_number": 803, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_export_service.py": [ + { + "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "is_secret": false, + "is_verified": false, + "line_number": 1162, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6578fca8b62f49457e4cd7e66554a310a1a64be8", + "is_secret": false, + "is_verified": false, + "line_number": 1753, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_gateway_query_param_auth.py": [ + { + "hashed_secret": "67ece584ee3884563e532a35b1616e5aefc2c121", + "is_secret": false, + "is_verified": false, + "line_number": 205, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 229, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_gateway_service.py": [ + { + "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "is_secret": false, + "is_verified": false, + "line_number": 634, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "57b2ad99044d337197c0c39fd3823568ff81e48a", + "is_secret": false, + "is_verified": false, + "line_number": 635, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "104c9bb58d7eb1aa5ab82080cd06f1134ac6040b", + "is_secret": false, + "is_verified": false, + "line_number": 1470, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "99834bc4eff3f1e1c1e4692d2476b593b501d045", + "is_secret": false, + "is_verified": false, + "line_number": 5045, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 5050, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "is_secret": false, + "is_verified": false, + "line_number": 6587, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2a23dd4f2e8b50315e601a2867ea7b7bf5a43b8c", + "is_secret": false, + "is_verified": false, + "line_number": 7184, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ed3e0017cb8e4b06a59af1a441f62cbe58d2ef59", + "is_secret": false, + "is_verified": false, + "line_number": 7203, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b55c6dc4705dba8b151c59566175ad845d5a9104", + "is_secret": false, + "is_verified": false, + "line_number": 7409, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3654bd5ef523a79741766b7c3f22228fd43c3836", + "is_secret": false, + "is_verified": false, + "line_number": 7428, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_gateway_service_extended.py": [ + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 183, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_gateway_service_health_oauth.py": [ + { + "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "is_secret": false, + "is_verified": false, + "line_number": 571, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_gateway_service_oauth_comprehensive.py": [ + { + "hashed_secret": "ee131046fbfad0f5fac08926f9b928539da950cd", + "is_secret": false, + "is_verified": false, + "line_number": 102, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "is_secret": false, + "is_verified": false, + "line_number": 615, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "752cb354d4d101b52581dc820d6fa3f29e87a776", + "is_secret": false, + "is_verified": false, + "line_number": 637, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_import_service.py": [ + { + "hashed_secret": "9b4cd28c8ecd18d533601bbb7d3345b9d007bd80", + "is_secret": false, + "is_verified": false, + "line_number": 308, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8d974e916edd2f663f202c91a1d775f32f7c8d62", + "is_secret": false, + "is_verified": false, + "line_number": 517, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4b0873b633484d5de20b2d8f852a8c07b43336bc", + "is_secret": false, + "is_verified": false, + "line_number": 1449, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2d6e80602a17e8309ee0317358582a1207e2fd44", + "is_secret": false, + "is_verified": false, + "line_number": 1602, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "bfbb13b4405a850385a367a1cb668c0fa8b00f3c", + "is_secret": false, + "is_verified": false, + "line_number": 1613, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dff6d4ff5dc357cf451d1855ab9cbda562645c9f", + "is_secret": false, + "is_verified": false, + "line_number": 2504, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1073ab6cda4b991cd29f9e83a307f34004ae9327", + "is_secret": false, + "is_verified": false, + "line_number": 2521, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "is_secret": false, + "is_verified": false, + "line_number": 2670, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_llm_provider_service.py": [ + { + "hashed_secret": "51af665d1afaf4f399863df27521b41e6ac2484e", + "is_secret": false, + "is_verified": false, + "line_number": 112, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "133e3d6b775613651eaedbf7e609d244f2f852af", + "is_secret": false, + "is_verified": false, + "line_number": 269, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "83a5b8a7b2e181736b4cad2391e48691b4434fdb", + "is_secret": false, + "is_verified": false, + "line_number": 540, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "54ec81ecf625d2640f2d27dbb8343cb6ee1b7348", + "is_secret": false, + "is_verified": false, + "line_number": 551, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a5645bb67778c147a3b366da521477d254f5c4e8", + "is_secret": false, + "is_verified": false, + "line_number": 769, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "is_secret": false, + "is_verified": false, + "line_number": 775, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_llm_proxy_service.py": [ + { + "hashed_secret": "a5645bb67778c147a3b366da521477d254f5c4e8", + "is_secret": false, + "is_verified": false, + "line_number": 434, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "is_secret": false, + "is_verified": false, + "line_number": 447, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "is_secret": false, + "is_verified": false, + "line_number": 460, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_mcp_client_chat_service.py": [ + { + "hashed_secret": "fb0123cbab73d8a58896fbe39b8b7b5b6df15c5e", + "is_secret": false, + "is_verified": false, + "line_number": 69, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a022de4a00e7998ae897308ffaaf884fabb9ee1f", + "is_secret": false, + "is_verified": false, + "line_number": 100, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "766a6e8998aefe2117d62c2d48411e43161ffa11", + "is_secret": false, + "is_verified": false, + "line_number": 125, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "76ce15edd5a8548603b6fd281d185f323234758f", + "is_secret": false, + "is_verified": false, + "line_number": 148, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e2c786c60e8fb4620403ebbd4ec4fd8e8766370e", + "is_secret": false, + "is_verified": false, + "line_number": 167, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 187, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_mcp_client_chat_service_extended.py": [ + { + "hashed_secret": "0474aee45985f5ae829f53849df476200e876990", + "is_secret": false, + "is_verified": false, + "line_number": 256, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "is_secret": false, + "is_verified": false, + "line_number": 337, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a022de4a00e7998ae897308ffaaf884fabb9ee1f", + "is_secret": false, + "is_verified": false, + "line_number": 807, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "766a6e8998aefe2117d62c2d48411e43161ffa11", + "is_secret": false, + "is_verified": false, + "line_number": 1155, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "64bd05d89142566144bce27f4904a322d8d9e836", + "is_secret": false, + "is_verified": false, + "line_number": 1191, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 1289, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d576acab7ea77edc8aa4f9ebea6bd4c1cc0d1764", + "is_secret": false, + "is_verified": false, + "line_number": 1554, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_mcp_session_pool.py": [ + { + "hashed_secret": "90bd1b48e958257948487b90bee080ba5ed00caa", + "is_secret": false, + "is_verified": false, + "line_number": 1478, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_metrics.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 164, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_oauth_manager.py": [ + { + "hashed_secret": "34e587c8f9ba011db386d719d66ffe3cfaea5447", + "is_secret": false, + "is_verified": false, + "line_number": 399, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a0f4ea7d91495df92bbac2e2149dfb850fe81396", + "is_secret": false, + "is_verified": false, + "line_number": 419, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "is_secret": false, + "is_verified": false, + "line_number": 458, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 535, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "355e7ab792a8403301eb0732bab9d2b3950ac048", + "is_secret": false, + "is_verified": false, + "line_number": 538, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_oauth_manager_pkce.py": [ + { + "hashed_secret": "e582429052cdb908833560f6f7582d232de37c4d", + "is_secret": false, + "is_verified": false, + "line_number": 58, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "is_secret": false, + "is_verified": false, + "line_number": 352, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "is_secret": false, + "is_verified": false, + "line_number": 475, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_observability_service.py": [ + { + "hashed_secret": "0a24796d4c71ce722a92f450f69dc36c60b21de4", + "is_secret": false, + "is_verified": false, + "line_number": 405, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "8750a512f22c55598175aee8790ae2470ec88d16", + "is_secret": false, + "is_verified": false, + "line_number": 406, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_resource_service.py": [ + { + "hashed_secret": "b0beaa298b4c296ba29df08b919548d17e68d6c8", + "is_secret": false, + "is_verified": false, + "line_number": 4017, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 4032, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "is_secret": false, + "is_verified": false, + "line_number": 4724, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_server_service.py": [ + { + "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "is_secret": false, + "is_verified": false, + "line_number": 1406, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "is_secret": false, + "is_verified": false, + "line_number": 1494, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "57b2ad99044d337197c0c39fd3823568ff81e48a", + "is_secret": false, + "is_verified": false, + "line_number": 1495, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e8af0e18ff4805f4efd84f58b0fa69e3780f35a4", + "is_secret": false, + "is_verified": false, + "line_number": 1635, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "25ab86bed149ca6ca9c1c0d5db7c9a91388ddeab", + "is_secret": false, + "is_verified": false, + "line_number": 1636, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "498e738c70c40fb156a240d26f866f2d50e9cb51", + "is_secret": false, + "is_verified": false, + "line_number": 1848, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a6bf0a0e01efe836c52ef316f030bf50ac2f716c", + "is_secret": false, + "is_verified": false, + "line_number": 1866, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_sso_service.py": [ + { + "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "is_secret": false, + "is_verified": false, + "line_number": 176, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3340ad734a33028b9498d58dc8b49e9c02157b19", + "is_secret": false, + "is_verified": false, + "line_number": 197, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ec09a041656818107eb855453ffbf7327d3bbc9d", + "is_secret": false, + "is_verified": false, + "line_number": 334, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_support_bundle_service.py": [ + { + "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", + "is_secret": false, + "is_verified": false, + "line_number": 82, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 100, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134", + "is_secret": false, + "is_verified": false, + "line_number": 106, + "type": "JSON Web Token", + "verified_result": null + }, + { + "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", + "is_secret": false, + "is_verified": false, + "line_number": 196, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 210, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_token_storage_service.py": [ + { + "hashed_secret": "f7cfcf33b07a640de88cca1a41a681d98213a43c", + "is_secret": false, + "is_verified": false, + "line_number": 25, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "is_secret": false, + "is_verified": false, + "line_number": 255, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "48004e013423b89217e65eca07df9574fcd092a6", + "is_secret": false, + "is_verified": false, + "line_number": 322, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_tool_service.py": [ + { + "hashed_secret": "d63b39580934e062f89aae63426d2f2c77c3e258", + "is_secret": false, + "is_verified": false, + "line_number": 503, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "586a55a9b8b97f0cd88e24ce8279ebc955949688", + "is_secret": false, + "is_verified": false, + "line_number": 504, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "00cafd126182e8a9e7c01bb2f0dfd00496be724f", + "is_secret": false, + "is_verified": false, + "line_number": 520, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7b1552c7c7ffb8bd70b5666e5997c8e017630aab", + "is_secret": false, + "is_verified": false, + "line_number": 1935, + "type": "Base64 High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "9fb7fe1217aed442b04c0f5e43b5d5a7d3287097", + "is_secret": false, + "is_verified": false, + "line_number": 2871, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "is_secret": false, + "is_verified": false, + "line_number": 3499, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "is_secret": false, + "is_verified": false, + "line_number": 5792, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2e7745f43b0ef0e2c2faf61d6c6a28be2965750", + "is_secret": false, + "is_verified": false, + "line_number": 6284, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4a249743d4d2241bd2ae085b4fe654d089488295", + "is_secret": false, + "is_verified": false, + "line_number": 7494, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0c8d051d3c7eada5d31b53d9936fce6bcc232ae2", + "is_secret": false, + "is_verified": false, + "line_number": 7632, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 8008, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/services/test_tool_service_coverage.py": [ + { + "hashed_secret": "2dd2850bcc4ae4e74154aed99ee5f68292ecfec5", + "is_secret": false, + "is_verified": false, + "line_number": 2980, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d92342976d720ff38cf5dcb329be41959ab1ba6c", + "is_secret": false, + "is_verified": false, + "line_number": 3667, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f93640458964af294a485bc6d597694cf3308e1f", + "is_secret": false, + "is_verified": false, + "line_number": 3676, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0857abc2d90c5d9821229fc0a880f1c38ffb0e04", + "is_secret": false, + "is_verified": false, + "line_number": 4067, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "99834bc4eff3f1e1c1e4692d2476b593b501d045", + "is_secret": false, + "is_verified": false, + "line_number": 6995, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 7013, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "b8cec023ad982a1355abb9e7c7700e42d7e6fac3", + "is_secret": false, + "is_verified": false, + "line_number": 7037, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "0614eb27c6e0d2f4ed9a1cce2a5bcbbbc17aa556", + "is_secret": false, + "is_verified": false, + "line_number": 7101, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a38fea79a043f0c9a62f851659d459dc3b716ea9", + "is_secret": false, + "is_verified": false, + "line_number": 7112, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a50da1fb101595ac5158f2c9394a65a84061b56c", + "is_secret": false, + "is_verified": false, + "line_number": 7153, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ed3e0017cb8e4b06a59af1a441f62cbe58d2ef59", + "is_secret": false, + "is_verified": false, + "line_number": 7159, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "9bdc408babb4c5740aa9ee42e65b9308bd01f5f9", + "is_secret": false, + "is_verified": false, + "line_number": 8282, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_admin.py": [ + { + "hashed_secret": "206c80413b9a96c1312cc346b7d2517b84463edd", + "is_secret": false, + "is_verified": false, + "line_number": 1605, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "5cbd0bf2db07a8f50fa9bbcc5ac720b1911c6380", + "is_secret": false, + "is_verified": false, + "line_number": 1777, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "is_secret": false, + "is_verified": false, + "line_number": 2782, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "is_secret": false, + "is_verified": false, + "line_number": 5216, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "is_secret": false, + "is_verified": false, + "line_number": 5869, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2878cbdbbcfa6feafc04b8889f5ecc8c470ba32e", + "is_secret": false, + "is_verified": false, + "line_number": 5933, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a0281cd072cea8e80e7866b05dc124815760b6c9", + "is_secret": false, + "is_verified": false, + "line_number": 6185, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a0f4ea7d91495df92bbac2e2149dfb850fe81396", + "is_secret": false, + "is_verified": false, + "line_number": 9168, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a75a7c7b31474f3f04f3a395228ded8d61ee1ae3", + "is_secret": false, + "is_verified": false, + "line_number": 9217, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "02c593fd9af8254b859d426a76b6cd42847fbec1", + "is_secret": false, + "is_verified": false, + "line_number": 9256, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1ded3053d0363079a4e681a3b700435d6d880290", + "is_secret": false, + "is_verified": false, + "line_number": 9313, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c00dbbc9dadfbe1e232e93a729dd4752fade0abf", + "is_secret": false, + "is_verified": false, + "line_number": 14411, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 17168, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c", + "is_secret": false, + "is_verified": false, + "line_number": 17187, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dc8002865f92070749b264e76045b04fa3b8de71", + "is_secret": false, + "is_verified": false, + "line_number": 20845, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_admin_catalog_htmx.py": [ + { + "hashed_secret": "dff6d4ff5dc357cf451d1855ab9cbda562645c9f", + "is_secret": false, + "is_verified": false, + "line_number": 244, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_admin_module.py": [ + { + "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "is_secret": false, + "is_verified": false, + "line_number": 453, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "c00dbbc9dadfbe1e232e93a729dd4752fade0abf", + "is_secret": false, + "is_verified": false, + "line_number": 1106, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_auth.py": [ + { + "hashed_secret": "b5920aa41ccde1341077fdb2636afc16d6da0e1a", + "is_secret": false, + "is_verified": false, + "line_number": 180, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "467be688b21f5d43370f5dc983fe5ed58dea4b00", + "is_secret": false, + "is_verified": false, + "line_number": 206, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "d955debea8e960a293ecbb257048680898cc9d94", + "is_secret": false, + "is_verified": false, + "line_number": 221, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4ee9e7b8482f6e0282b0117eb81651c98b537589", + "is_secret": false, + "is_verified": false, + "line_number": 255, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "500886a66d19ebfe2d5c0ee86cf4612f9458ee4f", + "is_secret": false, + "is_verified": false, + "line_number": 328, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2169f1a808382eb7b521206debaef01c91f1b60", + "is_secret": false, + "is_verified": false, + "line_number": 367, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cd61d9f689e9992aec40aeec7210b45a681309f9", + "is_secret": false, + "is_verified": false, + "line_number": 401, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "ae97d9e9201a9bc1806069d80e5809ab745a91e8", + "is_secret": false, + "is_verified": false, + "line_number": 436, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "eb2344b0e2d6529ced74f8b09be362a460defa15", + "is_secret": false, + "is_verified": false, + "line_number": 473, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "89be7e8e88bc7b0cdb5ddaa01dab1cd1728541e2", + "is_secret": false, + "is_verified": false, + "line_number": 537, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "5a539b200edec3aaa5167e1cde5d8fd0e8cf4aee", + "is_secret": false, + "is_verified": false, + "line_number": 550, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8be6db326ca95f74590bd09c9c328fc9a3db3b6c", + "is_secret": false, + "is_verified": false, + "line_number": 688, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "2368055dc74fca43f2f9c849dbbaaa04616670cf", + "is_secret": false, + "is_verified": false, + "line_number": 737, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8ce647089e0614d3b924f4a0b8fb78268562ec7c", + "is_secret": false, + "is_verified": false, + "line_number": 1426, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dc6f6cc49f767ae38db110a9e6c1adf5c651ecbf", + "is_secret": false, + "is_verified": false, + "line_number": 1470, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "7939ea1cdfc6d73115b0d736fa04012be2b25b18", + "is_secret": false, + "is_verified": false, + "line_number": 1561, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "91014bcbf183cf77807b4bd24f2e8652f67b56a0", + "is_secret": false, + "is_verified": false, + "line_number": 2069, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "61ac75f7e6677b79c219ce819d954e05f61b5d2c", + "is_secret": false, + "is_verified": false, + "line_number": 2087, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8223fafd35f399e55c3cf611c3d6ebbf43d68d71", + "is_secret": false, + "is_verified": false, + "line_number": 2733, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "dfd99b5f25f839608a3c275c0f8ceb363f8f0bc0", + "is_secret": false, + "is_verified": false, + "line_number": 3510, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "5038e18712161fca54e52805726d3c70b296eff6", + "is_secret": false, + "is_verified": false, + "line_number": 3619, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f5cd573c18bf811f82a886ceb6866b05d5ef02cd", + "is_secret": false, + "is_verified": false, + "line_number": 3697, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "79bead8e6d65862a00cffaa12ccde1189ec34d29", + "is_secret": false, + "is_verified": false, + "line_number": 4080, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_cli_export_import_coverage.py": [ + { + "hashed_secret": "5ef3af6cd9b5aa907fa618fac829baaec6763b42", + "is_secret": false, + "is_verified": false, + "line_number": 685, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_config.py": [ + { + "hashed_secret": "7952d9e777d5fa3933a6132f35493b970e1c8828", + "is_secret": false, + "is_verified": false, + "line_number": 163, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "78466ed9a08daa9faf88434c1dd6bb8761e98a61", + "is_secret": false, + "is_verified": false, + "line_number": 460, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "51beb0ccb2d6f1365ed1278c636dabcd8797db95", + "is_secret": false, + "is_verified": false, + "line_number": 473, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "95bb8a28fc0d18320a4d8deae3bd9c043709a22f", + "is_secret": false, + "is_verified": false, + "line_number": 479, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "is_secret": false, + "is_verified": false, + "line_number": 548, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "0f0ab1d14970dea160a53133a1b2487ba464fda3", + "is_secret": false, + "is_verified": false, + "line_number": 608, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "516b9783fca517eecbd1d064da2d165310b19759", + "is_secret": false, + "is_verified": false, + "line_number": 973, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "ef4eb24299c517306652ffee61e05934f2224914", + "is_secret": false, + "is_verified": false, + "line_number": 1192, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_db.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 2421, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_db_isready.py": [ + { + "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", + "is_secret": false, + "is_verified": false, + "line_number": 72, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "is_secret": false, + "is_verified": false, + "line_number": 115, + "type": "Basic Auth Credentials", + "verified_result": null + }, + { + "hashed_secret": "516b9783fca517eecbd1d064da2d165310b19759", + "is_secret": false, + "is_verified": false, + "line_number": 224, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_display_name_uuid_features.py": [ + { + "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "is_secret": false, + "is_verified": false, + "line_number": 620, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "99c962e8c62296bdc9a17f5caf91ce9bb4c7e0e6", + "is_secret": false, + "is_verified": false, + "line_number": 621, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_final_coverage_push.py": [ + { + "hashed_secret": "5ef3af6cd9b5aa907fa618fac829baaec6763b42", + "is_secret": false, + "is_verified": false, + "line_number": 203, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_llm_schemas.py": [ + { + "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "is_secret": false, + "is_verified": false, + "line_number": 67, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_main.py": [ + { + "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "is_secret": false, + "is_verified": false, + "line_number": 55, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "is_secret": false, + "is_verified": false, + "line_number": 139, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "is_secret": false, + "is_verified": false, + "line_number": 152, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_main_error_handlers.py": [ + { + "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "is_secret": false, + "is_verified": false, + "line_number": 35, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_main_extended.py": [ + { + "hashed_secret": "6745fa570d36be08400efa1cbc2f057bb001290e", + "is_secret": false, + "is_verified": false, + "line_number": 2439, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "4f13f134744a2fadbbe2d624687246347d12fa63", + "is_secret": false, + "is_verified": false, + "line_number": 2727, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_multi_auth_headers.py": [ + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 298, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_oauth_manager.py": [ + { + "hashed_secret": "9fb7fe1217aed442b04c0f5e43b5d5a7d3287097", + "is_secret": false, + "is_verified": false, + "line_number": 71, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "00942f4668670f34c5943cf52c7ef3139fe2b8d6", + "is_secret": false, + "is_verified": false, + "line_number": 1225, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "233243ef95e736679cb1d5664a4c71ba89c10664", + "is_secret": false, + "is_verified": false, + "line_number": 1361, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "is_secret": false, + "is_verified": false, + "line_number": 1829, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_observability.py": [ + { + "hashed_secret": "8f1b63868b5d31deb06a0ff740b192aa490e8950", + "is_secret": false, + "is_verified": false, + "line_number": 327, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "1fb844731bf1e5928ae606915b54e21264da4768", + "is_secret": false, + "is_verified": false, + "line_number": 756, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_postgresql_schema_config.py": [ + { + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "is_secret": false, + "is_verified": false, + "line_number": 167, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_schemas.py": [ + { + "hashed_secret": "22fcf027f5caee316ca4f2963c475f62e87e9b76", + "is_secret": false, + "is_verified": false, + "line_number": 829, + "type": "Hex High Entropy String", + "verified_result": null + }, + { + "hashed_secret": "6af3c121ed4a752936c297cddfb7b00394eabf10", + "is_secret": false, + "is_verified": false, + "line_number": 1081, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_schemas_auth_validation.py": [ + { + "hashed_secret": "40461afdef055768f498c9f11ca7d42beaf667b6", "is_secret": false, "is_verified": false, - "line_number": 204, + "line_number": 333, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "c7a8c334eef5d1749fface7d42c66f9ae5e8cf36", + "hashed_secret": "364d84ed2a75ef4c9a3cba031109db88e504511b", "is_secret": false, "is_verified": false, - "line_number": 207, + "line_number": 352, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "6eae3a5b062c6d0d79f070c26e6d62486b40cb46", + "hashed_secret": "42d7bc4801cb72f2559bd9f6c9af9a2707ca321e", "is_secret": false, "is_verified": false, - "line_number": 210, + "line_number": 371, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "379b59bcc5d7088a11af63318381a83709402009", + "is_secret": false, + "is_verified": false, + "line_number": 382, "type": "Secret Keyword", "verified_result": null } ], - "mcp-servers/python/output_schema_test_server/CURL_TESTING.md": [ + "tests/unit/mcpgateway/test_schemas_validators_extra.py": [ { - "hashed_secret": "df82ebbbe5479d4e322f4c35f4740804751a53fa", + "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", "is_secret": false, "is_verified": false, - "line_number": 15, - "type": "JSON Web Token", + "line_number": 775, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "is_secret": false, + "is_verified": false, + "line_number": 956, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "57b2ad99044d337197c0c39fd3823568ff81e48a", + "is_secret": false, + "is_verified": false, + "line_number": 961, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "3d12349760de61e8070eea4704d2c471731bdd15", + "is_secret": false, + "is_verified": false, + "line_number": 987, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "640d87e741e6aa4c669a82a4cd304787960513ab", + "is_secret": false, + "is_verified": false, + "line_number": 1005, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 1218, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "8db15e8ba2f571ba5d630b4edf3a52d265668f0a", + "is_secret": false, + "is_verified": false, + "line_number": 1334, + "type": "Secret Keyword", "verified_result": null } ], - "mcp-servers/python/qr_code_server/tests/test_server.py": [ + "tests/unit/mcpgateway/test_team_governance_flags.py": [ { - "hashed_secret": "dc1042d44715986576545343da1b1b43e775db93", + "hashed_secret": "8ac21c6ecda35ffb18d58264aeb43ca800b3d758", "is_secret": false, "is_verified": false, - "line_number": 90, - "type": "Base64 High Entropy String", + "line_number": 580, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_toolops_utils.py": [ + { + "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "is_secret": false, + "is_verified": false, + "line_number": 135, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_translate_stdio_endpoint.py": [ + { + "hashed_secret": "528ceffb33609fca3a5646ec64a032d4362d301b", + "is_secret": false, + "is_verified": false, + "line_number": 277, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/test_version.py": [ + { + "hashed_secret": "516b9783fca517eecbd1d064da2d165310b19759", + "is_secret": false, + "is_verified": false, + "line_number": 183, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/tools/builder/test_common.py": [ + { + "hashed_secret": "206c80413b9a96c1312cc346b7d2517b84463edd", + "is_secret": false, + "is_verified": false, + "line_number": 673, + "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "353e1078833232198d46b937d859154296ac231c", + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", "is_secret": false, "is_verified": false, - "line_number": 91, - "type": "Base64 High Entropy String", + "line_number": 961, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/tools/builder/test_schema.py": [ + { + "hashed_secret": "fd858ef1e811e28a823d60908b38df56e9e359e7", + "is_secret": false, + "is_verified": false, + "line_number": 201, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/transports/test_streamablehttp_transport.py": [ + { + "hashed_secret": "b4c9248600a42f8c38c01b632f392dbcb4c7b19a", + "is_secret": false, + "is_verified": false, + "line_number": 11085, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "83c0bbe9b68af27bfb5b5759e18aceb1ecc85a04", + "hashed_secret": "90bd1b48e958257948487b90bee080ba5ed00caa", "is_secret": false, "is_verified": false, - "line_number": 92, - "type": "Base64 High Entropy String", + "line_number": 12222, + "type": "Hex High Entropy String", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_create_jwt_token.py": [ + { + "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "is_secret": false, + "is_verified": false, + "line_number": 42, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_db_isready.py": [ + { + "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", + "is_secret": false, + "is_verified": false, + "line_number": 75, + "type": "Basic Auth Credentials", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_generate_keys.py": [ + { + "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", + "is_secret": false, + "is_verified": false, + "line_number": 32, + "type": "Private Key", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_proxy_auth.py": [ + { + "hashed_secret": "b2d898cda25886738c0cd002eb080745b09e2332", + "is_secret": false, + "is_verified": false, + "line_number": 23, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_sso_bootstrap.py": [ + { + "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "is_secret": false, + "is_verified": false, + "line_number": 370, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "945db841c03e42eef2f3d0a4ff310e2f3b3e59ec", + "is_secret": false, + "is_verified": false, + "line_number": 454, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_trace_redaction.py": [ + { + "hashed_secret": "36c3eaa0e1e290f41e2810bae8d9502c785e92d9", + "is_secret": false, + "is_verified": false, + "line_number": 50, + "type": "Secret Keyword", + "verified_result": null + } + ], + "tests/unit/mcpgateway/utils/test_url_auth.py": [ + { + "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "is_secret": false, + "is_verified": false, + "line_number": 40, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "is_secret": false, + "is_verified": false, + "line_number": 47, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "6367c48dd193d56ea7b0baad25b19455e529f5ee", + "is_secret": false, + "is_verified": false, + "line_number": 57, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "fd0ef1fb9f5dbc367c4ec061500002a22d109bab", + "is_secret": false, + "is_verified": false, + "line_number": 65, + "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "72a6e7e1c8b183481ad23764fadab6127965eecc", + "hashed_secret": "de9f9d75dc3dd5f8f16d484e569b75fd2e69c86f", "is_secret": false, "is_verified": false, - "line_number": 93, - "type": "Base64 High Entropy String", + "line_number": 80, + "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "148080bef8fc9ae17cfe6a0887c7a4ac4c7a8eba", + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", "is_secret": false, "is_verified": false, - "line_number": 94, - "type": "Base64 High Entropy String", + "line_number": 153, + "type": "Basic Auth Credentials", "verified_result": null }, { - "hashed_secret": "40275045d8c281132541a29a87970a6b0618d6da", + "hashed_secret": "b02dff0ec9d24823e77c27c281a852247896b86d", "is_secret": false, "is_verified": false, - "line_number": 95, - "type": "Base64 High Entropy String", + "line_number": 155, + "type": "Basic Auth Credentials", "verified_result": null }, { - "hashed_secret": "f4656b5ca848050e511750b7f51014907f58b1ff", + "hashed_secret": "9bebe8d61ea4965d1205e9e0f8f0c6bf5262880f", "is_secret": false, "is_verified": false, - "line_number": 96, - "type": "Base64 High Entropy String", + "line_number": 215, + "type": "Secret Keyword", "verified_result": null } ], - "mcpgateway/admin.py": [ + "tests/unit/mcpgateway/utils/test_verify_credentials.py": [ { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", "is_secret": false, "is_verified": false, - "line_number": 4240, + "line_number": 53, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "559b05f1b2863e725b76e216ac3dadecbf92e244", + "hashed_secret": "29534257453ead25854695b1b7c95e3857a7238d", "is_secret": false, "is_verified": false, - "line_number": 4841, + "line_number": 114, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "a8af4759392d4f7496d613174f33afe2074a4b8d", + "hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c", "is_secret": false, "is_verified": false, - "line_number": 4843, + "line_number": 1042, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "85b60d811d16ff56b3654587d4487f713bfa33b7", + "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", "is_secret": false, "is_verified": false, - "line_number": 15169, + "line_number": 1191, "type": "Secret Keyword", "verified_result": null } ], - "mcpgateway/alembic.ini": [ + "tests/unit/mcpgateway/validation/test_validators_advanced.py": [ { "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", "is_secret": false, "is_verified": false, - "line_number": 87, + "line_number": 1142, "type": "Basic Auth Credentials", "verified_result": null } ], - "mcpgateway/alembic/versions/04cda6733305_add_admin_types_to_email_users.py": [ + "tests/unit/plugins/test_encoded_exfil_detector.py": [ { - "hashed_secret": "c052f9f7b5b94886b423384e4938ed8388cd77b4", + "hashed_secret": "55d2534ed6ad4f269b428160428fa2f6f541ba7b", "is_secret": false, "is_verified": false, - "line_number": 28, - "type": "Hex High Entropy String", + "line_number": 136, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/0f81d4a5efe0_new_table_email_team_member_history_for_.py": [ + }, { - "hashed_secret": "aeaf4ea9e7c81ad714da7db03735fd1d053414c7", + "hashed_secret": "cf743b3a58a4d0f91c1d7f5825c0b1b5f7758174", "is_secret": false, "is_verified": false, - "line_number": 20, - "type": "Hex High Entropy String", + "line_number": 504, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/14ac971cee42_add_user_context_to_oauth_tokens.py": [ + }, { - "hashed_secret": "8e70fb96660fbce85c4be348188c03c3d98a5e95", + "hashed_secret": "8e42b03e460b2cf358ffbcf4da3bc5d14a22c86e", "is_secret": false, "is_verified": false, - "line_number": 19, - "type": "Hex High Entropy String", + "line_number": 548, + "type": "Base64 High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/191a2def08d7_resource_rename_template_to_uri_template.py": [ + }, { - "hashed_secret": "36b0556065adc2fdd8a15b7ffac028a043c34595", + "hashed_secret": "2093dd9cf307518cfe1d2fa5a3985d6fec4e995e", "is_secret": false, "is_verified": false, - "line_number": 17, - "type": "Hex High Entropy String", + "line_number": 561, + "type": "Base64 High Entropy String", "verified_result": null }, { - "hashed_secret": "0c1c30eba610778ef5e68a58883a052733a22bd4", + "hashed_secret": "caa924f200b35ceb6f0e33878faff75203bdccb4", "is_secret": false, "is_verified": false, - "line_number": 18, - "type": "Hex High Entropy String", + "line_number": 930, + "type": "Secret Keyword", "verified_result": null - } - ], - "mcpgateway/alembic/versions/1fc1795f6983_merge_a2a_and_custom_name_changes.py": [ + }, { - "hashed_secret": "b6d082a6cc1261d009b34cddd19dca4828f1cb7d", + "hashed_secret": "f16da2820437f3c703ff5b95c813f310ce8e67a4", "is_secret": false, "is_verified": false, - "line_number": 18, - "type": "Hex High Entropy String", + "line_number": 1179, + "type": "Secret Keyword", "verified_result": null } ], - "mcpgateway/alembic/versions/34492f99a0c4_add_comprehensive_metadata_to_all_.py": [ + "tests/unit/plugins/test_jwt_claims_extraction.py": [ { - "hashed_secret": "9743f9059c52643b7cc917663462e853fb36f69d", + "hashed_secret": "dccfe30496fb85f5bb560ea18b582b9aa50372bb", "is_secret": false, "is_verified": false, - "line_number": 23, - "type": "Hex High Entropy String", + "line_number": 153, + "type": "Secret Keyword", "verified_result": null } ], - "mcpgateway/alembic/versions/356a2d4eed6f_uuid_change_for_prompt_and_resources.py": [ - { - "hashed_secret": "c81482140a7bf22e957d89f358479e90adef80dc", - "is_secret": false, - "is_verified": false, - "line_number": 20, - "type": "Hex High Entropy String", - "verified_result": null - }, + "tests/unit/plugins/test_secrets_detection.py": [ { - "hashed_secret": "c561aac847538846232699cfaed7fc7fabd1d134", + "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", "is_secret": false, "is_verified": false, - "line_number": 21, - "type": "Hex High Entropy String", + "line_number": 141, + "type": "AWS Access Key", "verified_result": null } ], - "mcpgateway/alembic/versions/3b17fdc40a8d_add_passthrough_headers_to_gateways_and_.py": [ + "tests/unit/test_conc_01_helpers.py": [ { - "hashed_secret": "044c1c4f5cc1f89969f46018b2bacbe8918aaf1a", + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", "is_secret": false, "is_verified": false, - "line_number": 22, - "type": "Hex High Entropy String", + "line_number": 160, + "type": "Basic Auth Credentials", "verified_result": null } ], - "mcpgateway/alembic/versions/3c89a45f32e5_add_grpc_services_table.py": [ + "tools_rust/mcp_runtime/Cargo.lock": [ { - "hashed_secret": "83af00f2e79329f549c1438dec118e0cba4ad111", + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 9, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/43c07ed25a24_add_oauth_fields_to_servers.py": [ + }, { - "hashed_secret": "48ffbad96aa9c2b33f9486f5a3c2108198acb518", + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", "is_secret": false, "is_verified": false, - "line_number": 21, + "line_number": 18, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/4e6273136e56_normalize_registered_oauth_client_issuer.py": [ + }, { - "hashed_secret": "2d40811ded1703d949aca3c40d77175a5c568c05", + "hashed_secret": "7500005ef7a05c3d09d4a3eff4cabcf9310a2143", "is_secret": false, "is_verified": false, - "line_number": 24, + "line_number": 27, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/5f3c681b05e1_add_index_for_team_name.py": [ + }, { - "hashed_secret": "e6ec1410341b496819aeb85882509889c33017af", + "hashed_secret": "c010dcc93cdc02fef1dae55077be682aa0cbe6c7", "is_secret": false, "is_verified": false, - "line_number": 20, + "line_number": 42, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/61ee11c482d6_add_code_verifier_to_oauth_states_for_.py": [ + }, { - "hashed_secret": "aeaf4ea9e7c81ad714da7db03735fd1d053414c7", + "hashed_secret": "c23d3a48029faf26d09be1d049b492940cc27ab6", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 48, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/64acf94cb7f2_cleanup_inactive_duplicate_user_roles.py": [ + }, { - "hashed_secret": "dc7c15edd98c7c7ce4cd107fb4ccb17329510002", + "hashed_secret": "e4d87006218e91f030a57eb9b12decf51068e90b", "is_secret": false, "is_verified": false, - "line_number": 24, + "line_number": 57, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "52294c20155b397fbf140baa0cfb6d9400c82c25", + "hashed_secret": "f505b7d95ee94121d5d84074bb61cbfc8115242c", "is_secret": false, "is_verified": false, - "line_number": 25, + "line_number": 66, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/733159a4fa74_add_display_name_to_tools.py": [ + }, { - "hashed_secret": "b6d082a6cc1261d009b34cddd19dca4828f1cb7d", + "hashed_secret": "053152e6d6ec523a570bc615219d6c829a0d455b", "is_secret": false, "is_verified": false, - "line_number": 23, + "line_number": 77, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/77243f5bfce5_add_tool_id_to_a2a_agents.py": [ + }, { - "hashed_secret": "21562fcd9707470b4fa7cec05458e86caeb25fda", + "hashed_secret": "d9ea801e3f4d913d0b6721b819f2b90c35f2303b", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 83, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/8a16a77260f0_adding_original_description_column_to_.py": [ + }, { - "hashed_secret": "10b36c8089b5791d82f0700828fd23a9c782101f", + "hashed_secret": "9998c73d8f92b1d0dbaa73adeeca54e5826e15d3", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 92, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/8a2934be50c0_rest_pass_api_fld_tools.py": [ + }, { - "hashed_secret": "c84583fef8c1325676bd098d09cfc64f185792f7", + "hashed_secret": "41ffd21d7ee9a2f88b61d16a02da64f29ade1334", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 103, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/9e028ecf59c4_tag_records_changes_list_str_to_list_.py": [ + }, { - "hashed_secret": "c561aac847538846232699cfaed7fc7fabd1d134", + "hashed_secret": "94da59c445b7bfedb03dfc1ee4ade601cee2c067", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 114, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/9f5d93ced2b3_add_llm_permissions_to_default_roles.py": [ + }, { - "hashed_secret": "99927e177522cd7b4b713ac9fe99968d2f71b829", + "hashed_secret": "07781af8811774ce3bf3152bbfa1c98d7ea03c61", "is_secret": false, "is_verified": false, - "line_number": 26, + "line_number": 125, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/a23a08d61eb0_add_observability_tables.py": [ + }, { - "hashed_secret": "9d88d7eece452a76b2955ecfbb251f23cf7b7905", + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 131, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/a3c38b6c2437_fix_a2a_agents_auth_value.py": [ + }, { - "hashed_secret": "52294c20155b397fbf140baa0cfb6d9400c82c25", + "hashed_secret": "35a662e9823d0c45efa8b4361187ac3da20ce188", "is_secret": false, "is_verified": false, - "line_number": 31, + "line_number": 137, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9b094435d625c9385a1bb083604f87fa7c225da0", + "hashed_secret": "1f909b8b2e2119dde700022dea1dc63d9204e4c7", "is_secret": false, "is_verified": false, - "line_number": 32, + "line_number": 147, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/a4f1c7d8e9b0_add_app_user_email_to_oauth_states.py": [ + }, { - "hashed_secret": "5ebf53ef06815a59e9fd0378d3a19dff8b0ac28a", + "hashed_secret": "388b28008bbc41d55a4ab30e40375d58ef630445", "is_secret": false, "is_verified": false, - "line_number": 17, + "line_number": 159, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "99927e177522cd7b4b713ac9fe99968d2f71b829", + "hashed_secret": "181759bd3798be44125fc8c50e62ba054d318783", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 192, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/a8f3b2c1d4e5_add_gateway_refresh_fields.py": [ + }, { - "hashed_secret": "19c9ebc4037f02acb15d950b258d51e9eb249966", + "hashed_secret": "2c5b1ea7adeec9e14e1b10939d924f90259dd446", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 211, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "21562fcd9707470b4fa7cec05458e86caeb25fda", + "hashed_secret": "b25a21f1a0e2fc65dc90424e07d7210587e8b296", "is_secret": false, "is_verified": false, - "line_number": 20, + "line_number": 220, "type": "Hex High Entropy String", - "verified_result": null - } - ], - "mcpgateway/alembic/versions/aac21d6f9522_merge_ca_cert_and_observability_heads.py": [ + "verified_result": null + }, { - "hashed_secret": "74cf584eb4fffdfa472c808000adb71841786f3e", + "hashed_secret": "83d08d935192c6e805661d2152a4aca3914adb66", "is_secret": false, "is_verified": false, - "line_number": 14, + "line_number": 226, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/abf8ac3b6008_add_admin_overview_and_servers_use_to_.py": [ + }, { - "hashed_secret": "dc7c15edd98c7c7ce4cd107fb4ccb17329510002", + "hashed_secret": "457b24d26a9cd360a12b56f87c6f1daf3d30a895", "is_secret": false, "is_verified": false, - "line_number": 32, + "line_number": 232, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/add_oauth_tokens_table.py": [ + }, { - "hashed_secret": "3333a8285ac54459f46f2ef561184275586dd1a7", + "hashed_secret": "31584e466c43e3e97cd45c38e554e2273016a1aa", "is_secret": false, "is_verified": false, - "line_number": 23, + "line_number": 238, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/b1c2d3e4f5a6_add_tool_plugin_bindings_table.py": [ + }, { - "hashed_secret": "67e71f59c479818d8d271427edeaee49eae77ffe", + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", "is_secret": false, "is_verified": false, - "line_number": 15, + "line_number": 247, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f89c8b868b1f89c02134b0cae17608852b6ec609", + "hashed_secret": "ad1a0238d69b8c5443fa6d9abd6cdca087349517", "is_secret": false, "is_verified": false, - "line_number": 16, + "line_number": 253, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/b2d9c6e4f1a7_add_explicit_team_and_token_permissions.py": [ + }, { - "hashed_secret": "c4770f062e9bfa8ec054475f98315913da1d16fd", + "hashed_secret": "20af2a76b19cc7a1a93269f1e5f876f58bd266cc", "is_secret": false, "is_verified": false, - "line_number": 25, + "line_number": 259, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "5ebf53ef06815a59e9fd0378d3a19dff8b0ac28a", + "hashed_secret": "435b5a83c55f72c24e5bd183795441de1a767dc2", "is_secret": false, "is_verified": false, - "line_number": 26, + "line_number": 265, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/b9e496e91e71_merge_gateway_refresh_and_sso_provider_.py": [ + }, { - "hashed_secret": "19c9ebc4037f02acb15d950b258d51e9eb249966", + "hashed_secret": "6c58643683bf44bb3dca7f816b2b510dba8fc971", "is_secret": false, "is_verified": false, - "line_number": 14, + "line_number": 277, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/ba202ac1665f_migrate_user_roles_to_configurable_.py": [ + }, { - "hashed_secret": "10b36c8089b5791d82f0700828fd23a9c782101f", + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", "is_secret": false, "is_verified": false, - "line_number": 39, + "line_number": 283, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/c2d3e4f5a6b7_add_manage_plugins_to_team_admin.py": [ + }, { - "hashed_secret": "a25d3ab3a62142e06a5940fb9eac04c77bec7919", + "hashed_secret": "14f1ae00b0ced0fb5727df3261bec5f5ae0c4a0b", "is_secret": false, "is_verified": false, - "line_number": 26, + "line_number": 289, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "67e71f59c479818d8d271427edeaee49eae77ffe", + "hashed_secret": "a01b71d602bc5018e96db1a555a02018f474f151", "is_secret": false, "is_verified": false, - "line_number": 27, + "line_number": 295, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/c96c11c111b4_create_index_on_user_name.py": [ + }, { - "hashed_secret": "21562fcd9707470b4fa7cec05458e86caeb25fda", + "hashed_secret": "d4dbf662832f75c34b38426ed080a4b801d00f3d", "is_secret": false, "is_verified": false, - "line_number": 29, + "line_number": 309, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/cbedf4e580e0_add_tools_execute_to_viewer_role.py": [ + }, { - "hashed_secret": "f89c8b868b1f89c02134b0cae17608852b6ec609", + "hashed_secret": "ebccb6117556497e4da9b06f699ff6a27d45dd3f", "is_secret": false, "is_verified": false, - "line_number": 27, + "line_number": 319, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2e6b7b27cad43ed0908be745231a98936aad5293", + "hashed_secret": "ad2cb0c6197488868df8c8ecd71fadf0d560ad24", "is_secret": false, "is_verified": false, - "line_number": 28, + "line_number": 331, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/cfc3d6aa0fb2_consolidated_multiuser_team_rbac_.py": [ + }, { - "hashed_secret": "f216ad54219955ae0c4c306010eee4c60b0ec6e1", + "hashed_secret": "f665662f68035bb677672e8a3b8b814f20f3d020", "is_secret": false, "is_verified": false, - "line_number": 30, + "line_number": 343, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/d9e0f1a2b3c4_change_token_uniqueness_to_per_team.py": [ + }, { - "hashed_secret": "45fc9ab5f41816c6979df8bc85ffdc160a0e696a", + "hashed_secret": "4c6f0f8d388d48ef9745eaf1c886c003e7b23552", "is_secret": false, "is_verified": false, - "line_number": 29, + "line_number": 349, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c4770f062e9bfa8ec054475f98315913da1d16fd", + "hashed_secret": "86769319581bdbb9bba76471716201426d49f67f", "is_secret": false, "is_verified": false, - "line_number": 30, + "line_number": 358, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/e182847d89e6_unique_constraints_changes_for_gateways_.py": [ + }, { - "hashed_secret": "8e70fb96660fbce85c4be348188c03c3d98a5e95", + "hashed_secret": "d1fde732b623b2d93e8974cbefdda84ca0c32202", "is_secret": false, "is_verified": false, - "line_number": 22, + "line_number": 364, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f216ad54219955ae0c4c306010eee4c60b0ec6e1", + "hashed_secret": "8fdfd35c89021a1276b5dc829ca310cdb4b313b6", "is_secret": false, "is_verified": false, - "line_number": 23, + "line_number": 378, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/e1f2a3b4c5d6_add_grant_source_to_user_roles.py": [ + }, { - "hashed_secret": "9b094435d625c9385a1bb083604f87fa7c225da0", + "hashed_secret": "8f5fced06242dc5e430978c695ce15b86635597a", "is_secret": false, "is_verified": false, - "line_number": 22, + "line_number": 420, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "45fc9ab5f41816c6979df8bc85ffdc160a0e696a", + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", "is_secret": false, "is_verified": false, - "line_number": 23, + "line_number": 430, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/e5a59c16e041_unique_const_changes_for_prompt_and_.py": [ + }, { - "hashed_secret": "81d89c741bbf0978e92cb9852870242cc88c7db2", + "hashed_secret": "e863b03571e186ffa7385bf8fdef7786a21a0a1a", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 436, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c84583fef8c1325676bd098d09cfc64f185792f7", + "hashed_secret": "088b03c54e39344f385c72c0d648cb5b98a63a02", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 445, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/eb17fd368f9d_merge_passthrough_headers_and_tags_.py": [ + }, { - "hashed_secret": "9743f9059c52643b7cc917663462e853fb36f69d", + "hashed_secret": "b5fe04da6b823ea30cae0a2af23428426e84a9f1", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 455, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "044c1c4f5cc1f89969f46018b2bacbe8918aaf1a", + "hashed_secret": "b7608524652c9f0e66a1af73a1ccfcfbf8b77046", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 467, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/ee288b094280_add_auth_query_params_to_gateways.py": [ + }, { - "hashed_secret": "48ffbad96aa9c2b33f9486f5a3c2108198acb518", + "hashed_secret": "f47586da7970b3b77062621cbb484cc339c31a48", "is_secret": false, "is_verified": false, - "line_number": 21, + "line_number": 481, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/f1a2b3c4d5e6_add_auth_query_params_to_a2a_agents.py": [ + }, { - "hashed_secret": "2d40811ded1703d949aca3c40d77175a5c568c05", + "hashed_secret": "e0398979fe645c6fcfae36187d4f5886dba50003", "is_secret": false, "is_verified": false, - "line_number": 20, + "line_number": 490, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/f3a3a3d901b8_remove_gateway_url_unique_constraint.py": [ + }, { - "hashed_secret": "0c1c30eba610778ef5e68a58883a052733a22bd4", + "hashed_secret": "c67665036c3d161d17d25a240b9c1001b7d35e9b", "is_secret": false, "is_verified": false, - "line_number": 24, + "line_number": 502, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "74cf584eb4fffdfa472c808000adb71841786f3e", + "hashed_secret": "cc99ccaf83a5c3347fd6560d1fb362b09a92ae83", "is_secret": false, "is_verified": false, - "line_number": 25, + "line_number": 513, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/f8c9d3e2a1b4_add_oauth_config_to_gateways.py": [ + }, { - "hashed_secret": "3333a8285ac54459f46f2ef561184275586dd1a7", + "hashed_secret": "8b80e3dbf214e8b5f42deaf56c671624fb8916a9", "is_secret": false, "is_verified": false, - "line_number": 22, + "line_number": 524, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/g1a2b3c4d5e6_add_pagination_indexes.py": [ + }, { - "hashed_secret": "81d89c741bbf0978e92cb9852870242cc88c7db2", + "hashed_secret": "3e11544368930af980ae0880dd16cd34ac83ccb9", "is_secret": false, "is_verified": false, - "line_number": 19, + "line_number": 535, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/h2b3c4d5e6f7_add_oauth_config_to_a2a_agents.py": [ + }, { - "hashed_secret": "83af00f2e79329f549c1438dec118e0cba4ad111", + "hashed_secret": "4af1b31ab033275a37cc32187a52e4c46cf762db", "is_secret": false, "is_verified": false, - "line_number": 23, + "line_number": 541, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/i3c4d5e6f7g8_add_observability_performance_indexes.py": [ + }, { - "hashed_secret": "9d88d7eece452a76b2955ecfbb251f23cf7b7905", + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", "is_secret": false, "is_verified": false, - "line_number": 18, + "line_number": 547, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/k5e6f7g8h9i0_add_structured_logging_tables.py": [ + }, { - "hashed_secret": "c81482140a7bf22e957d89f358479e90adef80dc", + "hashed_secret": "39e1dc7e8bd1f918717fde66f30bc3884780a612", "is_secret": false, "is_verified": false, - "line_number": 16, + "line_number": 553, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/u5f6g7h8i9j0_add_provider_metadata_to_sso_providers.py": [ + }, { - "hashed_secret": "e6ec1410341b496819aeb85882509889c33017af", + "hashed_secret": "b46b7f0229055d455ca31eb1973773cd67c36aa6", "is_secret": false, "is_verified": false, - "line_number": 28, + "line_number": 563, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/v1a2b3c4d5e6_assign_default_viewer_role_to_existing_users.py": [ + }, { - "hashed_secret": "c052f9f7b5b94886b423384e4938ed8388cd77b4", + "hashed_secret": "2e2d13eb72c2d2c46e0c94dd2259343b0933dda9", "is_secret": false, "is_verified": false, - "line_number": 39, + "line_number": 569, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/alembic/versions/z1a2b3c4d5e6_add_password_change_required.py": [ + }, { - "hashed_secret": "36b0556065adc2fdd8a15b7ffac028a043c34595", + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", "is_secret": false, "is_verified": false, - "line_number": 16, + "line_number": 575, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/cache/session_registry.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "96e4515c24f218f3da6404ad65b91c62bf844034", "is_secret": false, "is_verified": false, - "line_number": 152, - "type": "Basic Auth Credentials", + "line_number": 581, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/common/validators.py": [ + }, { - "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "hashed_secret": "b35db91a9a2d96942d3a2d1afe84f4789942df4a", "is_secret": false, "is_verified": false, - "line_number": 699, + "line_number": 587, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "fc40fb75e9edfd1c082708dbcc1384d9e68f90f7", "is_secret": false, "is_verified": false, - "line_number": 1101, - "type": "Basic Auth Credentials", + "line_number": 593, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/config.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "5dd5a3b90a4aec184d6390d782a283adf53b87f9", "is_secret": false, "is_verified": false, - "line_number": 222, - "type": "Basic Auth Credentials", + "line_number": 599, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ff37a98a9963d347e9749a5c1b3936a4a245a6ff", + "hashed_secret": "22901138394b0b06b9cd917cdaf66d2c36c1ed2b", "is_secret": false, "is_verified": false, - "line_number": 2264, - "type": "Secret Keyword", + "line_number": 608, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/db.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "8d05fb42532fecd995f8eff2190f412088d6178f", "is_secret": false, "is_verified": false, - "line_number": 80, - "type": "Basic Auth Credentials", + "line_number": 614, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/llm_provider_configs.py": [ + }, { - "hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6", + "hashed_secret": "89cf74f6e03a27de9d661324442e0b372ad9eefb", "is_secret": false, "is_verified": false, - "line_number": 308, - "type": "AWS Access Key", + "line_number": 629, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d70eab08607a4d05faa2d0d6647206599e9abc65", + "hashed_secret": "e72195ef7791709c24e8be4349842896a88bab07", "is_secret": false, "is_verified": false, - "line_number": 316, - "type": "Base64 High Entropy String", + "line_number": 639, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/middleware/request_logging_middleware.py": [ + }, { - "hashed_secret": "e9fe51f94eadabf54dbf2fbbd57188b9abee436e", + "hashed_secret": "f2c63a981fbb2e2b39e4c05d8ec787e3befa3b07", "is_secret": false, "is_verified": false, - "line_number": 40, - "type": "Secret Keyword", + "line_number": 645, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "f5cdeb5a0b086c5a674eb8ad81bf17fd63bd0a01", "is_secret": false, "is_verified": false, - "line_number": 176, - "type": "Secret Keyword", + "line_number": 656, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1073ab6cda4b991cd29f9e83a307f34004ae9327", + "hashed_secret": "2ebad4ca4792566abd1ba0d665249302119cb457", "is_secret": false, "is_verified": false, - "line_number": 182, - "type": "Secret Keyword", + "line_number": 662, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d4fe581561f18ee5006254a7e53f53cbed780bc2", + "hashed_secret": "7f0ff8004a236b8bba117372cb42ca731446c4b6", "is_secret": false, "is_verified": false, - "line_number": 269, - "type": "Secret Keyword", + "line_number": 673, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/plugins/framework/external/grpc/tls_utils.py": [ + }, { - "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "hashed_secret": "c4bf225e39c6d664754ca87cb8751f8a2a093134", "is_secret": false, "is_verified": false, - "line_number": 132, - "type": "Secret Keyword", + "line_number": 679, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/plugins/framework/hooks/policies.py": [ + }, { - "hashed_secret": "e812ba8d00b270ef3502bb53ceb31e8c5188f14e", + "hashed_secret": "8ee82c36fc0af17f1fdeb940d2bca6424bf2e453", "is_secret": false, "is_verified": false, - "line_number": 98, - "type": "Secret Keyword", + "line_number": 685, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/plugins/framework/validators.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "ef842ccf084ffcac3b8030a3ac4c93c4be04860b", "is_secret": false, "is_verified": false, - "line_number": 115, - "type": "Basic Auth Credentials", + "line_number": 702, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/routers/auth.py": [ + }, { - "hashed_secret": "aa1a82fe15c74459f1261961b07ae924e2b94ab2", + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", "is_secret": false, "is_verified": false, - "line_number": 150, - "type": "Secret Keyword", + "line_number": 712, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/routers/email_auth.py": [ + }, { - "hashed_secret": "6993a3fd94a012ab50fb6b9e97ec238310f0b177", + "hashed_secret": "fb98da5b813e3ae31d0e430526334ae9f010a546", "is_secret": false, "is_verified": false, - "line_number": 397, - "type": "Secret Keyword", + "line_number": 725, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "52dcc83ec1e54426ad58a64854d1eb8d5f5d9685", + "hashed_secret": "a7bb22eb6421d498f26d952fe0635a1d04a27bcd", "is_secret": false, "is_verified": false, - "line_number": 398, - "type": "Secret Keyword", + "line_number": 739, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a616a64c0fbc30f12287d0f24f3b90dd2e6a206e", + "hashed_secret": "a9789cf3b045f7fa5c8950ba8004ffa526b2d213", "is_secret": false, "is_verified": false, - "line_number": 680, - "type": "Secret Keyword", + "line_number": 752, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/routers/oauth_router.py": [ + }, { - "hashed_secret": "d3ecb0d890368d7659ee54010045b835dacb8efe", + "hashed_secret": "399da540bd166b0c7bb3a2815bb400eb11e5638d", "is_secret": false, "is_verified": false, - "line_number": 611, - "type": "Secret Keyword", + "line_number": 771, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/schemas.py": [ + }, { - "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", "is_secret": false, "is_verified": false, - "line_number": 4220, + "line_number": 780, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6367c48dd193d56ea7b0baad25b19455e529f5ee", + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", "is_secret": false, "is_verified": false, - "line_number": 5333, - "type": "Secret Keyword", + "line_number": 786, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "a6ca3c2192cd478068a202fd4a1af6b0a0f9a8ae", "is_secret": false, "is_verified": false, - "line_number": 5682, - "type": "Secret Keyword", + "line_number": 792, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f42a3fabe1e9bed059d727f47eb752e3aa61b977", + "hashed_secret": "0cb1c0a931d8249bdaea63aebb40d6a73c269d7a", "is_secret": false, "is_verified": false, - "line_number": 5739, - "type": "Secret Keyword", + "line_number": 798, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b85788b459aa4d67e1070930dae6d0827756aadb", + "hashed_secret": "0fa72c3d33bbc7feb5618105d7b5997001614612", "is_secret": false, "is_verified": false, - "line_number": 5777, - "type": "Secret Keyword", + "line_number": 807, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "52dcc83ec1e54426ad58a64854d1eb8d5f5d9685", + "hashed_secret": "c9fc785a64064e9f54662a39349af4f8ca9fc333", "is_secret": false, "is_verified": false, - "line_number": 5778, - "type": "Secret Keyword", + "line_number": 817, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/scripts/validate_env.py": [ + }, { - "hashed_secret": "b0fb9e3dbf6beca57a1e203dddab80910598ec3d", + "hashed_secret": "ce3dad8a04c408de2c43ad7c3ed460e21897bc5d", "is_secret": false, "is_verified": false, - "line_number": 112, - "type": "Base64 High Entropy String", + "line_number": 827, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/argon2_service.py": [ + }, { - "hashed_secret": "f13733f6dd9f1ed3118e2da31428c71eab5ffd99", + "hashed_secret": "92f04de23131564ceddfbbd126b98292b0934577", "is_secret": false, "is_verified": false, - "line_number": 50, - "type": "Secret Keyword", + "line_number": 840, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/email_auth_service.py": [ + }, { - "hashed_secret": "f42a3fabe1e9bed059d727f47eb752e3aa61b977", + "hashed_secret": "3976cf14dbb91cafcaaddad7d5b88cf44aba7b58", "is_secret": false, "is_verified": false, - "line_number": 573, - "type": "Secret Keyword", + "line_number": 846, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/mcp_client_chat_service.py": [ + }, { - "hashed_secret": "11fa7c37d697f30e6aee828b4426a10f83ab2380", + "hashed_secret": "1f969023518451bb7f23d59ff7c96c0a6a259877", "is_secret": false, "is_verified": false, - "line_number": 526, - "type": "Secret Keyword", + "line_number": 852, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "94b778a67d72bc0e8fa5838e7fa48b37739a9e30", + "hashed_secret": "1a23359c2904a7e86a81ce7d2576ae9ab62f8bac", "is_secret": false, "is_verified": false, - "line_number": 624, - "type": "Secret Keyword", + "line_number": 875, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6d9c68c603e465077bdd49c62347fe54717f83a3", + "hashed_secret": "e0448e6cde59d45c1095e75101f39d91093f905d", "is_secret": false, "is_verified": false, - "line_number": 719, - "type": "Secret Keyword", + "line_number": 892, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c7a8c334eef5d1749fface7d42c66f9ae5e8cf36", + "hashed_secret": "b46c956f080e29b6f05c5538b6f134e2417d839c", "is_secret": false, "is_verified": false, - "line_number": 1157, - "type": "Secret Keyword", + "line_number": 905, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", "is_secret": false, "is_verified": false, - "line_number": 1796, - "type": "Secret Keyword", + "line_number": 928, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ec3810e10fb78db55ce38b9c18d1c3eb1db739e0", + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", "is_secret": false, "is_verified": false, - "line_number": 1809, - "type": "Secret Keyword", + "line_number": 943, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/oauth_manager.py": [ + }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "86b403165d79a78a2c4a595fe14902c5f4f47361", "is_secret": false, "is_verified": false, - "line_number": 105, - "type": "Secret Keyword", + "line_number": 952, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "819ef87051ee2837fefbb462d846b8d282d3b756", + "hashed_secret": "6c94d59722bce3906d347ed600e37e119a7837df", "is_secret": false, "is_verified": false, - "line_number": 108, - "type": "Secret Keyword", + "line_number": 965, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/observability_service.py": [ + }, { - "hashed_secret": "0a24796d4c71ce722a92f450f69dc36c60b21de4", + "hashed_secret": "23db86ff034d7e9f799f0226a1f1a7baae4c7de1", "is_secret": false, "is_verified": false, - "line_number": 185, + "line_number": 978, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8750a512f22c55598175aee8790ae2470ec88d16", + "hashed_secret": "49b46f344ecff2a2a1820536df0334ca68050940", "is_secret": false, "is_verified": false, - "line_number": 185, + "line_number": 992, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/resource_service.py": [ + }, { - "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "hashed_secret": "50d2139960f135299c21e3cdaa6b6f076b1e2080", "is_secret": false, "is_verified": false, - "line_number": 346, + "line_number": 998, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "hashed_secret": "08f998bf3af34432739a9ab2cddd2bb85654a4b2", "is_secret": false, "is_verified": false, - "line_number": 3422, + "line_number": 1012, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/sso_service.py": [ + }, { - "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "hashed_secret": "be61a53441932e4f82987dcaf2ef89fbcfaac0a5", "is_secret": false, "is_verified": false, - "line_number": 780, - "type": "Secret Keyword", + "line_number": 1018, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/services/support_bundle_service.py": [ + }, { - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", + "hashed_secret": "7ed5883c89e869acd5ac1fb9e12730f4a42b29c4", "is_secret": false, "is_verified": false, - "line_number": 157, - "type": "Basic Auth Credentials", + "line_number": 1033, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/templates/admin.html": [ + }, { - "hashed_secret": "b4e44716dbbf57be3dae2f819d96795a85d06652", + "hashed_secret": "3062e8c5ec47afaf7ba2ce1532e8e56c0af6ea8f", "is_secret": false, "is_verified": false, - "line_number": 12498, - "type": "Secret Keyword", + "line_number": 1039, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/templates/change-password-required.html": [ + }, { - "hashed_secret": "6947818ac409551f11fbaa78f0ea6391960aa5b8", + "hashed_secret": "29aae00ffb8818a8acfa28442eb304f3862cbaf5", "is_secret": false, "is_verified": false, - "line_number": 582, - "type": "Secret Keyword", + "line_number": 1050, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/templates/mcp_registry_partial.html": [ + }, { - "hashed_secret": "d4c3d66fd0c38547a3c7a4c6bdc29c36911bc030", + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", "is_secret": false, "is_verified": false, - "line_number": 667, - "type": "Secret Keyword", + "line_number": 1060, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/toolops/toolops_altk_service.py": [ + }, { - "hashed_secret": "772fabfec4c6f068c046e516ab0b946909697d32", + "hashed_secret": "7f471e64dc9e4d9e288dd5f95604e359310dd19d", "is_secret": false, "is_verified": false, - "line_number": 283, + "line_number": 1072, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/toolops/utils/db_util.py": [ + }, { - "hashed_secret": "e2eea31cf61d791c922b110554ce1f0a6ed046e9", + "hashed_secret": "7a3f11072e339bc675d446b98fb026bdd111d679", "is_secret": false, "is_verified": false, - "line_number": 178, + "line_number": 1078, "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/toolops/utils/llm_util.py": [ + }, { - "hashed_secret": "e6a51c968d41fd1d3437e6b7d9101e527ee1b83f", + "hashed_secret": "8ff217a235ef34ef9bbdc8de3ba9d64919c5f3ad", "is_secret": false, "is_verified": false, - "line_number": 67, - "type": "Secret Keyword", + "line_number": 1088, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9c4006403b5388cd34ccfe3ed1b1d3e53cf35700", + "hashed_secret": "4c35f1105fef7dd05206e5c580220cae7fb0d31b", "is_secret": false, "is_verified": false, - "line_number": 81, - "type": "Secret Keyword", + "line_number": 1094, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d01e71e4c47a4022acd25c74bffedd2641a60c70", + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", "is_secret": false, "is_verified": false, - "line_number": 96, - "type": "Secret Keyword", + "line_number": 1103, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "39fc8e4accd6a3563c4be159e507195ad3d7274c", + "hashed_secret": "011aba63050eb571fd20fca0d6fe1a1d4f47743d", "is_secret": false, "is_verified": false, - "line_number": 106, - "type": "Secret Keyword", + "line_number": 1109, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/tools/builder/common.py": [ + }, { - "hashed_secret": "2a1027e8abaef8567159c09ddca81604fb1ba8c0", + "hashed_secret": "0b06cc0c3892ff5000c0beef37995dc5ebb9b299", "is_secret": false, "is_verified": false, - "line_number": 428, - "type": "Basic Auth Credentials", + "line_number": 1125, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/tools/builder/templates/compose/docker-compose.yaml.j2": [ + }, { - "hashed_secret": "bd0160c2cf35d950843c88f3be2b9412ed71f485", + "hashed_secret": "0058fc7def6004d3930de2cbd0f21f0e20b64a66", "is_secret": false, "is_verified": false, - "line_number": 44, - "type": "Secret Keyword", + "line_number": 1131, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4d4acd9b084d13f5fdb23807d857e1c48a1cfd0f", + "hashed_secret": "93408d219072bd897710a546d04acbdf8f518992", "is_secret": false, "is_verified": false, - "line_number": 164, - "type": "Secret Keyword", + "line_number": 1141, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/translate_header_utils.py": [ + }, { - "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "hashed_secret": "190d967672500a817f10cf8c5f8ae7f1f73c006a", "is_secret": false, "is_verified": false, - "line_number": 190, - "type": "Secret Keyword", + "line_number": 1151, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "8977d964704890333a861cc91fb4738b73ca2c65", "is_secret": false, "is_verified": false, - "line_number": 262, - "type": "Secret Keyword", + "line_number": 1157, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "hashed_secret": "29cc4d113d2b819fd175fde15139a9047b4714ae", "is_secret": false, "is_verified": false, - "line_number": 317, - "type": "Secret Keyword", + "line_number": 1163, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/utils/create_jwt_token.py": [ + }, { - "hashed_secret": "2fcd9b91b955db1627d18720cb7395ef2893a497", + "hashed_secret": "be0f2c00852f3522d21717c22ad0d6f2a57ae2ea", "is_secret": false, "is_verified": false, - "line_number": 36, - "type": "Secret Keyword", + "line_number": 1169, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/utils/generate_keys.py": [ + }, { - "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", + "hashed_secret": "4d3dfbf42f79749cb066b45b4baa929fb891809a", "is_secret": false, "is_verified": false, - "line_number": 89, - "type": "Private Key", + "line_number": 1178, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/utils/services_auth.py": [ + }, { - "hashed_secret": "a2fe5a0cdcbf2e84dbf868a11c5f2ca79f2d7b8d", + "hashed_secret": "36b97c530b1f4c96e9033800c80908a6cfa4b761", "is_secret": false, "is_verified": false, - "line_number": 218, - "type": "Secret Keyword", + "line_number": 1184, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/utils/sso_bootstrap.py": [ + }, { - "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", "is_secret": false, "is_verified": false, - "line_number": 43, - "type": "Secret Keyword", + "line_number": 1193, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b44bf05d644c15c4d84f78771de011e3cce924c0", + "hashed_secret": "9885581fee305ecda8675b98f5251a280f12b29f", "is_secret": false, "is_verified": false, - "line_number": 60, - "type": "Secret Keyword", + "line_number": 1199, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "999a3419d9959d3c39b11dcc67d79c7888b4b765", + "hashed_secret": "b7db53b4da996a7c3f03e516ecfb7b6663ad3a67", "is_secret": false, "is_verified": false, - "line_number": 72, - "type": "Secret Keyword", + "line_number": 1205, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "bacac952b5cb942687d38a9eda6531d570f88b22", + "hashed_secret": "551358ac7f3ecd5113292ebdd3a797bc72f72f08", "is_secret": false, "is_verified": false, - "line_number": 85, - "type": "Secret Keyword", + "line_number": 1214, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cd1ecfcd67c8b85800a483d77e550d36727e8925", + "hashed_secret": "d4c64ebe48af5d78af3a4596fd3525389fa636d3", "is_secret": false, "is_verified": false, - "line_number": 99, - "type": "Secret Keyword", + "line_number": 1220, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/utils/url_auth.py": [ + }, { - "hashed_secret": "6367c48dd193d56ea7b0baad25b19455e529f5ee", + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", "is_secret": false, "is_verified": false, - "line_number": 68, - "type": "Secret Keyword", + "line_number": 1230, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "6b855f1f95b14579ef94fd09bab1c34327526c1e", "is_secret": false, "is_verified": false, - "line_number": 130, - "type": "Basic Auth Credentials", + "line_number": 1236, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "22c495789b158bf96a04f9bd11015ad54eace5c6", "is_secret": false, "is_verified": false, - "line_number": 136, - "type": "Basic Auth Credentials", + "line_number": 1242, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b02dff0ec9d24823e77c27c281a852247896b86d", + "hashed_secret": "dc2e94f24b05f113bf345bb2afbcb6e26645cd5c", "is_secret": false, "is_verified": false, - "line_number": 138, - "type": "Basic Auth Credentials", + "line_number": 1253, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "9f07d77e5781c78d5ccbce0d869c20816ce3211d", "is_secret": false, "is_verified": false, - "line_number": 203, - "type": "Secret Keyword", + "line_number": 1262, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/utils/verify_credentials.py": [ + }, { - "hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c", + "hashed_secret": "12061f2ebc56b7c0d1167ed4ead1f4570bf89831", "is_secret": false, "is_verified": false, - "line_number": 572, - "type": "Secret Keyword", + "line_number": 1272, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "mcpgateway/version.py": [ + }, { - "hashed_secret": "9addbf544119efa4a64223b649750a510f0d463f", + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", "is_secret": false, "is_verified": false, - "line_number": 576, - "type": "Secret Keyword", + "line_number": 1281, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9addbf544119efa4a64223b649750a510f0d463f", + "hashed_secret": "a9f8cce66980be35350e3df493456f2ebbdcfc7a", "is_secret": false, "is_verified": false, - "line_number": 638, - "type": "Basic Auth Credentials", + "line_number": 1290, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugin_templates/external/{{cookiecutter.plugin_slug}}/.env.template": [ + }, { - "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "hashed_secret": "8f47b7c135b28863b24233db5462009611f6a702", "is_secret": false, "is_verified": false, - "line_number": 118, - "type": "Secret Keyword", + "line_number": 1300, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/content_moderation/README.md": [ + }, { - "hashed_secret": "c586890f1a2e6a43c2611ec983782d53141333de", + "hashed_secret": "9d103fdb08fedf328f8148c79a7cbbdfe117e347", "is_secret": false, "is_verified": false, - "line_number": 168, - "type": "Secret Keyword", + "line_number": 1309, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1d3b1295c282649864a65fe3bd1631bcf7499ef5", + "hashed_secret": "9f45c3d9955af35039612741be99a94f2e719c26", "is_secret": false, "is_verified": false, - "line_number": 174, - "type": "Secret Keyword", + "line_number": 1318, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "83542070ee8238c5ad6484b7824016bd2d2fb32e", + "hashed_secret": "a71d7ae63f77e488a44fc92784434919791f0c3f", "is_secret": false, "is_verified": false, - "line_number": 186, - "type": "Secret Keyword", + "line_number": 1324, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/content_moderation/TESTING.md": [ + }, { - "hashed_secret": "11fa7c37d697f30e6aee828b4426a10f83ab2380", + "hashed_secret": "8d059a6ae441b561e2f1c076d396fae696e5a25a", "is_secret": false, "is_verified": false, - "line_number": 204, - "type": "Secret Keyword", + "line_number": 1330, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1d3b1295c282649864a65fe3bd1631bcf7499ef5", + "hashed_secret": "82e6d09bf3bfbfeedaf4b4cb6d840e1dc8763633", "is_secret": false, "is_verified": false, - "line_number": 240, - "type": "Secret Keyword", + "line_number": 1336, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3bee216ebc256d692260fc3adc765050508fef5e", + "hashed_secret": "03b483db2dad8fd5b33755b3a4740fb7f71eb179", "is_secret": false, "is_verified": false, - "line_number": 428, - "type": "Secret Keyword", + "line_number": 1350, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/examples/custom_auth_example/README.md": [ + }, { - "hashed_secret": "423529858c0ba74fbbe141bce50b20f3c0d3b9f6", + "hashed_secret": "7277246a7e041aa338cb3475c3ea0e03f642c236", "is_secret": false, "is_verified": false, - "line_number": 70, - "type": "Secret Keyword", + "line_number": 1363, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "31b38ab9a06eec4e1a194a5e23c83fbc6643c20a", + "hashed_secret": "780a6c6bba165e0471b5870dd3e60ca7f2a44140", "is_secret": false, "is_verified": false, - "line_number": 104, - "type": "Secret Keyword", + "line_number": 1381, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e94104ce07e03bb7892c943c21235d8f91793c73", + "hashed_secret": "c16ff72fdb055b166f57925fa57687f62c6ce382", "is_secret": false, "is_verified": false, - "line_number": 196, - "type": "Secret Keyword", + "line_number": 1394, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2bbebb59c0430ebfe54c81f73e3bb99c9e704341", + "hashed_secret": "57a3c2bd3253c61856df4bf13198109b0d51486d", "is_secret": false, "is_verified": false, - "line_number": 295, - "type": "Secret Keyword", + "line_number": 1411, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ed65c049bb2f78ee4f703b2158ba9cc6ea31fb7e", + "hashed_secret": "802fb7ee4a23f1061a4a099e6518b448f5dea8d3", "is_secret": false, "is_verified": false, - "line_number": 295, - "type": "Secret Keyword", + "line_number": 1421, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/examples/custom_auth_example/custom_auth.py": [ + }, { - "hashed_secret": "79acc7201378a3d075db4c3b716187b65d4369ba", + "hashed_secret": "a02ff67f8e504e59af8eff72afb26fda27037a42", "is_secret": false, "is_verified": false, - "line_number": 260, - "type": "Secret Keyword", + "line_number": 1434, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/examples/simple_token_auth/simple_token_auth.py": [ + }, { - "hashed_secret": "8a9e9e42f8e154a255c1455267654ab4ec13528b", + "hashed_secret": "7d554479a29539a4aac0c4838c6295fabc6c798e", "is_secret": false, "is_verified": false, - "line_number": 157, - "type": "Secret Keyword", + "line_number": 1440, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3d75cbdb604907851e109e4ced7161c178648532", + "hashed_secret": "cb3b81942ccfd8c332b82d08e97a26b0741000fd", "is_secret": false, "is_verified": false, - "line_number": 166, - "type": "Secret Keyword", + "line_number": 1450, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/external/cedar/resources/runtime/config.yaml": [ + }, { - "hashed_secret": "ddb2c93ebcf6098f6ccb08807ed66e02934248a5", + "hashed_secret": "7e58c37359a406f21c5572f3416e6b949a94bcab", "is_secret": false, "is_verified": false, - "line_number": 8, - "type": "Secret Keyword", + "line_number": 1459, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/external/llmguard/README.md": [ + }, { - "hashed_secret": "50c8af90ac5a0b327517a411650008199a358c96", + "hashed_secret": "2cf97402fb992e3aa29dc39f781569ab4fb6e99f", "is_secret": false, "is_verified": false, - "line_number": 308, + "line_number": 1468, "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/external/llmguard/resources/plugins/config.yaml": [ + }, { - "hashed_secret": "50c8af90ac5a0b327517a411650008199a358c96", + "hashed_secret": "d978e33d84309bf97aa5af7e47486be164c0787e", "is_secret": false, "is_verified": false, - "line_number": 14, + "line_number": 1479, "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/external/llmguard/resources/runtime/config.yaml": [ + }, { - "hashed_secret": "ddb2c93ebcf6098f6ccb08807ed66e02934248a5", + "hashed_secret": "f2ceefa876785b2d7376d2af71e760c71ec0109e", "is_secret": false, "is_verified": false, - "line_number": 8, - "type": "Secret Keyword", + "line_number": 1485, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/external/opa/README.md": [ + }, { - "hashed_secret": "a5d80863d8ca51c72e6cb7799ac9657eaddb3b1d", + "hashed_secret": "0ab103852c992726f0ae9d130bbd614fdf4cade2", "is_secret": false, "is_verified": false, - "line_number": 235, - "type": "Base64 High Entropy String", - "verified_result": null - } - ], - "plugins/external/opa/resources/runtime/config.yaml": [ + "line_number": 1491, + "type": "Hex High Entropy String", + "verified_result": null + }, { - "hashed_secret": "ddb2c93ebcf6098f6ccb08807ed66e02934248a5", + "hashed_secret": "abd005444ac0ead70215fd86e8d6ffe3d0575bc6", "is_secret": false, "is_verified": false, - "line_number": 8, - "type": "Secret Keyword", + "line_number": 1509, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/resource_filter/README.md": [ + }, { - "hashed_secret": "048fe8f760ed90d8058cacc2da41ed7a7eb76669", + "hashed_secret": "20b3b413826d61a82664d755aaaa4a180123d161", "is_secret": false, "is_verified": false, - "line_number": 153, - "type": "Secret Keyword", + "line_number": 1522, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "48574e7efc2af452e5187ab0f9381560f17577be", + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", "is_secret": false, "is_verified": false, - "line_number": 156, - "type": "Secret Keyword", + "line_number": 1531, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/vault/README.md": [ + }, { - "hashed_secret": "b60d121b438a380c343d5ec3c2037564b82ffef3", + "hashed_secret": "8cc69a0306a6b8f4c32428f44505f11eaebb3ebf", "is_secret": false, "is_verified": false, - "line_number": 181, - "type": "Secret Keyword", + "line_number": 1540, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "83722c5a3bcef30aa1c6014bedd0ddd5b4107514", + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", "is_secret": false, "is_verified": false, - "line_number": 194, - "type": "Secret Keyword", + "line_number": 1550, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "plugins/webhook_notification/TESTING.md": [ + }, { - "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "hashed_secret": "82dc42114dbb3c1f634fb7aaa90672fd19267cf9", "is_secret": false, "is_verified": false, - "line_number": 61, - "type": "Secret Keyword", + "line_number": 1559, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "podman-compose-sonarqube.yaml": [ + }, { - "hashed_secret": "345e9ea7c857e75dedd9edb24c232e1cab297c19", + "hashed_secret": "a9a4e2cb3a3c1bd59207279fbbdb815160327649", "is_secret": false, "is_verified": false, - "line_number": 28, - "type": "Secret Keyword", + "line_number": 1569, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "run-granian.sh": [ + }, { - "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", + "hashed_secret": "efdee842a63b1e53e7a161a961eb531eb13ee9cc", "is_secret": false, "is_verified": false, - "line_number": 291, - "type": "Secret Keyword", + "line_number": 1582, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cff0d14e4337fa8bdb68dfa906f04b0df6fad72f", + "hashed_secret": "afeeb9520ef374e7dbc57d7000330276951b8c78", "is_secret": false, "is_verified": false, - "line_number": 406, - "type": "Secret Keyword", + "line_number": 1602, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "run-gunicorn.sh": [ + }, { - "hashed_secret": "64f5490a2808803712ef99d9dfb8bc3ea5a15077", + "hashed_secret": "25b42393be6d558454e2ddf44da644f606c047c7", "is_secret": false, "is_verified": false, - "line_number": 296, - "type": "Secret Keyword", + "line_number": 1624, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "run.sh": [ + }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", "is_secret": false, "is_verified": false, - "line_number": 115, - "type": "Secret Keyword", + "line_number": 1638, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "7b4455a56fbf1d198e45e04c437488514645a82c", + "hashed_secret": "fb82e6c6c8d3ed2486ef8249d7e59336b5c86610", "is_secret": false, "is_verified": false, - "line_number": 117, - "type": "Secret Keyword", + "line_number": 1647, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/ci/run_upgrade_validation.sh": [ + }, { - "hashed_secret": "1d193899f802762003a56b1cbcfeb55f2b04d61b", + "hashed_secret": "ba44f293d24fbbcbe1ef98385355f7fed4f8419d", "is_secret": false, "is_verified": false, - "line_number": 448, - "type": "Secret Keyword", + "line_number": 1653, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dcdf24a1d4440d5ebe319bf804f96c81e08350f9", + "hashed_secret": "47aeac2fa4acd0b3b040c9927a26128bf0c029af", "is_secret": false, "is_verified": false, - "line_number": 455, - "type": "Basic Auth Credentials", + "line_number": 1659, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/demo_a2a_agent_auth.py": [ + }, { - "hashed_secret": "e415dfafffe0c1859396cee8659521eaeb789ced", + "hashed_secret": "bfdcf12c00b303dde9a57ba3e08927a60a89c6b8", "is_secret": false, "is_verified": false, - "line_number": 45, - "type": "Secret Keyword", + "line_number": 1670, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/lib/common.sh": [ + }, { - "hashed_secret": "cff0d14e4337fa8bdb68dfa906f04b0df6fad72f", + "hashed_secret": "ef2e592f89cb7fff6bccacece98f099ca10add8f", "is_secret": false, "is_verified": false, - "line_number": 176, - "type": "Secret Keyword", + "line_number": 1680, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/test-sso-flow.sh": [ + }, { - "hashed_secret": "174c2b8209d705f3db2cd2f6f84b79e6e27ca793", + "hashed_secret": "8be0eab839d1133fc403dcc2790b84d4dfff3381", "is_secret": false, "is_verified": false, - "line_number": 82, - "type": "Secret Keyword", + "line_number": 1690, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d86a48c00ab62d2631c5cd5735471e7b5e34b7dc", + "hashed_secret": "def835c5f3d29ef5143e04e29a61cd85a81fe09e", "is_secret": false, "is_verified": false, - "line_number": 84, - "type": "Secret Keyword", + "line_number": 1700, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/test_email_auth_api.py": [ + }, { - "hashed_secret": "55ae024ac61278627948dc9375b31bbbbfd7b442", + "hashed_secret": "891ddfb5f57f136198961b98f8014e3c7bc9e602", "is_secret": false, "is_verified": false, - "line_number": 304, - "type": "Secret Keyword", + "line_number": 1709, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "364d84ed2a75ef4c9a3cba031109db88e504511b", + "hashed_secret": "55ab473e846700e8b2403215489a5167189fdbf5", "is_secret": false, "is_verified": false, - "line_number": 329, - "type": "Secret Keyword", + "line_number": 1718, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0378e32875a5f7f922d2cce11b0741096d61c5f2", + "hashed_secret": "19c50b4f711d39a10ac1890b58e609934e3e7ff6", "is_secret": false, "is_verified": false, - "line_number": 483, - "type": "Secret Keyword", + "line_number": 1743, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8b5f2dff4edd3be66dd04ef8f9b6da4f6a4d0463", + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", "is_secret": false, "is_verified": false, - "line_number": 506, - "type": "Secret Keyword", + "line_number": 1752, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1c5d7338a53cbdce0a6d26c4572e9725eb94ffc0", + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", "is_secret": false, "is_verified": false, - "line_number": 519, - "type": "Secret Keyword", + "line_number": 1764, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "673563640ec0c172e8d6f1316ae097269e3986c4", + "hashed_secret": "9f7a7461ae8d5e27458e899b4e84416483680a51", "is_secret": false, "is_verified": false, - "line_number": 527, - "type": "Secret Keyword", + "line_number": 1775, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0269ac00d06201bd7bcf234fed607b713469d2d0", + "hashed_secret": "1adac20705d9a7950134843592c9f1fbdcd12145", "is_secret": false, "is_verified": false, - "line_number": 551, - "type": "Secret Keyword", + "line_number": 1781, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "42d7bc4801cb72f2559bd9f6c9af9a2707ca321e", + "hashed_secret": "5b35b10ce4ffd9e769dc5edeb91e3717ca35a110", "is_secret": false, "is_verified": false, - "line_number": 742, - "type": "Secret Keyword", + "line_number": 1823, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/test_mcp_client.py": [ + }, { - "hashed_secret": "1ee61ed8e67eecf5f1e97c4786b6728b478b8fae", + "hashed_secret": "de655789d424d5a5631a8000892feda124ff3528", "is_secret": false, "is_verified": false, - "line_number": 30, + "line_number": 1863, "type": "Hex High Entropy String", "verified_result": null - } - ], - "scripts/test_mcp_token_scoping.py": [ + }, { - "hashed_secret": "ae28b10c8c7ef67658ef1de7b29ee23556a32eef", + "hashed_secret": "bbf2c697167fb0954886a726005d59a7548b75e6", "is_secret": false, "is_verified": false, - "line_number": 325, + "line_number": 1877, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2df14e4719f299249cd9a97cf68cc87232a27cbb", + "hashed_secret": "d2aacc8c22ee3e26d7a6f5d24bf528c87202c5f0", "is_secret": false, "is_verified": false, - "line_number": 348, + "line_number": 1899, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/conftest.py": [ + }, { - "hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", + "hashed_secret": "63571b418c02815c6322eb603852d5e166f6810d", "is_secret": false, "is_verified": false, - "line_number": 153, - "type": "Basic Auth Credentials", + "line_number": 1905, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "206c80413b9a96c1312cc346b7d2517b84463edd", + "hashed_secret": "817db4e01123d4466b767559f74fa1205a2d5951", "is_secret": false, "is_verified": false, - "line_number": 202, - "type": "Secret Keyword", + "line_number": 1921, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/mcp_test_helpers.py": [ + }, { - "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "hashed_secret": "b64689f9c223de81042e74dbcfbe5a73a2c1544c", "is_secret": false, "is_verified": false, - "line_number": 39, - "type": "Secret Keyword", + "line_number": 1933, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/test_admin_apis.py": [ + }, { - "hashed_secret": "ba9cdae9b74942b8ac45ec20dfc3803a07fe6de9", + "hashed_secret": "06565a2fc496ecc7ef4ba5d189c02e0322c9db16", "is_secret": false, "is_verified": false, - "line_number": 61, - "type": "Secret Keyword", + "line_number": 1943, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/test_admin_mcp_pool_metrics.py": [ + }, { - "hashed_secret": "a1f09a2e61748dd65f724a3e680c1895ecf4c2cd", + "hashed_secret": "5629c74be563f7ad9c58ce3ca203402133d0caba", "is_secret": false, "is_verified": false, - "line_number": 61, - "type": "Secret Keyword", + "line_number": 1964, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/test_main_apis.py": [ + }, { - "hashed_secret": "ba9cdae9b74942b8ac45ec20dfc3803a07fe6de9", + "hashed_secret": "eaeb3a3ad0de04e58cbfbbef0576b14c1381ce15", "is_secret": false, "is_verified": false, - "line_number": 79, - "type": "Secret Keyword", + "line_number": 1970, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4dfad2d5130a5bcaf2716c495de92da13f4389e0", + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", "is_secret": false, "is_verified": false, - "line_number": 764, - "type": "Secret Keyword", + "line_number": 1982, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/test_mcp_rbac_transport.py": [ + }, { - "hashed_secret": "6e2e8a100b17f5c9083b5f8c6f2ed58ae6286e5b", + "hashed_secret": "60a673ff967b996194d288e551490d960a18d4e2", "is_secret": false, "is_verified": false, - "line_number": 893, - "type": "Secret Keyword", + "line_number": 1988, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/test_oauth_protected_resource.py": [ + }, { - "hashed_secret": "ba9cdae9b74942b8ac45ec20dfc3803a07fe6de9", + "hashed_secret": "d4b5e511e6b010068fe8fc17a580b24af40fca83", "is_secret": false, "is_verified": false, - "line_number": 58, - "type": "Secret Keyword", + "line_number": 1994, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/e2e/test_translate_dynamic_env_e2e.py": [ + }, { - "hashed_secret": "528ceffb33609fca3a5646ec64a032d4362d301b", + "hashed_secret": "a3107fdf18905c00e548235e403128903eb2b8eb", "is_secret": false, "is_verified": false, - "line_number": 201, - "type": "Secret Keyword", + "line_number": 2003, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d4f1a495029e6aec0aeb30aa3ce002dab645f08c", + "hashed_secret": "190341c4e045ee5d256b052fa97f59b1d066169f", "is_secret": false, "is_verified": false, - "line_number": 290, - "type": "Secret Keyword", + "line_number": 2012, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fb6c2cbb5141e95639121909fe1b5a7012d1041a", + "hashed_secret": "3632f3823bb444d1697daae3d3c00f8c1472fbac", "is_secret": false, "is_verified": false, - "line_number": 338, - "type": "Secret Keyword", + "line_number": 2018, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8590ea4c4485851eeb808692bf07b80640a3619e", + "hashed_secret": "a3f550383fa80c876ecec52c42b21b375aec47a3", "is_secret": false, "is_verified": false, - "line_number": 554, - "type": "Secret Keyword", + "line_number": 2031, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/integration/test_concurrency_row_locking.py": [ + }, { - "hashed_secret": "03aca59f05abb8e7b8ceb737167b6cd48dfa0a3f", + "hashed_secret": "ba8ac4ac3810916dd75cdf9bb539b045d8f828f4", "is_secret": false, "is_verified": false, - "line_number": 62, - "type": "Secret Keyword", + "line_number": 2041, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/integration/test_dcr_flow_integration.py": [ + }, { - "hashed_secret": "352b2a4120b46b2e0221e753a1272cd34a6aa0da", + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", "is_secret": false, "is_verified": false, - "line_number": 144, - "type": "Secret Keyword", + "line_number": 2047, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/integration/test_integration.py": [ + }, { - "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", "is_secret": false, "is_verified": false, - "line_number": 218, + "line_number": 2057, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/integration/test_translate_dynamic_env.py": [ + }, { - "hashed_secret": "528ceffb33609fca3a5646ec64a032d4362d301b", + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", "is_secret": false, "is_verified": false, - "line_number": 211, - "type": "Secret Keyword", + "line_number": 2066, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/js/admin-ui.test.js": [ + }, { - "hashed_secret": "1ded3053d0363079a4e681a3b700435d6d880290", + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", "is_secret": false, "is_verified": false, - "line_number": 157, - "type": "Secret Keyword", + "line_number": 2077, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0e5ce87ec4f3ba937574c210b09d984dbc1f1ece", + "hashed_secret": "cd5a59f8105c99afb30595e52a11d73e855f2c9f", "is_secret": false, "is_verified": false, - "line_number": 172, - "type": "Secret Keyword", + "line_number": 2090, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9dbbba966fd8f1a21e6f0d38ffa4afc69cca66b6", + "hashed_secret": "f4fd806c07aaf73c1529b88212a826fadcae43ae", "is_secret": false, "is_verified": false, - "line_number": 213, - "type": "Secret Keyword", + "line_number": 2101, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/load/README.md": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "5d1a2c403a9003e050ea65ac8fbda2245a562535", "is_secret": false, "is_verified": false, - "line_number": 80, - "type": "Basic Auth Credentials", + "line_number": 2113, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/loadtest/locustfile.py": [ + }, { - "hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997", + "hashed_secret": "56e65ae2b96ac3a748f6ce0ec54a459188c6ba87", "is_secret": false, "is_verified": false, - "line_number": 3783, - "type": "Secret Keyword", + "line_number": 2119, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d73bccb432c5c7b1b166cfa603b3b99af63fd580", + "hashed_secret": "dafd46fad0421f3f00574f5c736ec0847f53d212", "is_secret": false, "is_verified": false, - "line_number": 6626, - "type": "Secret Keyword", + "line_number": 2130, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "20d22126242b5c7e253d84dd6ff0ed7a6d2662a2", + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", "is_secret": false, "is_verified": false, - "line_number": 6982, - "type": "Secret Keyword", + "line_number": 2139, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "083e28bdae3cd5b3af135e50a5758bd732e076c4", "is_secret": false, "is_verified": false, - "line_number": 7006, - "type": "Secret Keyword", + "line_number": 2145, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/loadtest/locustfile_baseline.py": [ + }, { - "hashed_secret": "2df14e4719f299249cd9a97cf68cc87232a27cbb", + "hashed_secret": "9098c70eda3617323c613ed583e0a586a40bd2aa", "is_secret": false, "is_verified": false, - "line_number": 96, + "line_number": 2155, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/loadtest/locustfile_echo_delay.py": [ + }, { - "hashed_secret": "293324f6824bb3a6db5c4dc42a60ddd4a9851c99", + "hashed_secret": "1eeb415c50a8d2b04a705ebf09786adf00d8cf59", "is_secret": false, "is_verified": false, - "line_number": 103, + "line_number": 2161, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/loadtest/locustfile_mcp_isolation.py": [ + }, { - "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "hashed_secret": "14b703e941e97ca4115fbfc7afc9d19920aa9c6c", "is_secret": false, "is_verified": false, - "line_number": 34, - "type": "Secret Keyword", + "line_number": 2167, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/README.md": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "f711a3e8a220ceb3c9b360745772e4ed8659f46c", "is_secret": false, "is_verified": false, - "line_number": 214, - "type": "Secret Keyword", + "line_number": 2173, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "325fc7b88a913c4e763b98114888a0b0d16c1fe9", "is_secret": false, "is_verified": false, - "line_number": 219, - "type": "Basic Auth Credentials", + "line_number": 2183, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/concurrency/conc_01_gateways_results.md": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "ca0b633ac167cec25b04208a0e3caeec68ad6c15", "is_secret": false, "is_verified": false, - "line_number": 42, - "type": "Secret Keyword", + "line_number": 2193, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "7d64118ef4ee08c6e431da22c00cc6db06fc8495", "is_secret": false, "is_verified": false, - "line_number": 126, - "type": "Basic Auth Credentials", + "line_number": 2206, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/concurrency/conc_02_gateways_results.md": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "9fd54963e68135b5cf144f396e260ba0a8cb774f", "is_secret": false, "is_verified": false, - "line_number": 43, - "type": "Secret Keyword", + "line_number": 2212, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "fc643b8317813d4055f095a72f90dfc83ac98a52", "is_secret": false, "is_verified": false, - "line_number": 58, - "type": "Basic Auth Credentials", + "line_number": 2223, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/concurrency/run_conc_01_gateways.sh": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "09b70bdc3f035c1579508c2a4a7a626d980c5e0c", "is_secret": false, "is_verified": false, - "line_number": 9, - "type": "Basic Auth Credentials", + "line_number": 2229, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/concurrency/run_conc_02_gateways.sh": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", "is_secret": false, "is_verified": false, - "line_number": 9, - "type": "Basic Auth Credentials", + "line_number": 2235, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/api_a2a.yaml": [ + }, { - "hashed_secret": "69dba6dfc0be932d10cdbfaae770c300cd7e0e3c", + "hashed_secret": "33eb20252a41cba23b834a062ead51beccf29376", "is_secret": false, "is_verified": false, - "line_number": 43, - "type": "Secret Keyword", + "line_number": 2246, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fd9a45bc0b07706d849cf85021ecf9123fa83d82", + "hashed_secret": "24c6c50199abdbdf01f5bfc41c06d323bb57ac6b", "is_secret": false, "is_verified": false, - "line_number": 54, - "type": "Secret Keyword", + "line_number": 2255, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/api_authentication.yaml": [ + }, { - "hashed_secret": "5d14de7c2c81aaa796123494202ba7d1d27b207b", + "hashed_secret": "d15a51b5bec88115e57a5d8933c67b62ad61d677", "is_secret": false, "is_verified": false, - "line_number": 31, - "type": "Secret Keyword", + "line_number": 2266, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "f57b63e67ed485c5ffe3dec0888657ac4c281ca5", "is_secret": false, "is_verified": false, - "line_number": 47, - "type": "Secret Keyword", + "line_number": 2275, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0d8343a9d687097938d7d9e630c5e37991949108", + "hashed_secret": "29a7a0315c4faea3e608988273ab75e55096e847", "is_secret": false, "is_verified": false, - "line_number": 110, - "type": "Secret Keyword", + "line_number": 2284, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/api_federation.yaml": [ + }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "824096ad190248d40cef63862048a64d18e73093", "is_secret": false, "is_verified": false, - "line_number": 39, - "type": "Secret Keyword", + "line_number": 2295, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/database_tests.yaml": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "67eb96441e8f50509300c66e81b167f6e3f0f21d", "is_secret": false, "is_verified": false, - "line_number": 79, - "type": "Basic Auth Credentials", + "line_number": 2306, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/migration_tests.yaml": [ + }, { - "hashed_secret": "5f8b73c6cddcd6dd3a2eb5747a25be2e71b6d202", + "hashed_secret": "86efcec63d7f5e5c3cf34e1acfd29fc257f3c382", "is_secret": false, "is_verified": false, - "line_number": 118, - "type": "Secret Keyword", + "line_number": 2315, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6082663664461e9cbe453fe5325a381f10dcddda", + "hashed_secret": "2822217bb14c0223fb86ef16fccaeebb3dd90119", "is_secret": false, "is_verified": false, - "line_number": 149, - "type": "Secret Keyword", + "line_number": 2325, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/security_tests.yaml": [ + }, { - "hashed_secret": "656ae8968017cd346560397f967a2c2dbfb70f6f", + "hashed_secret": "1e5be28ee09da48b8c2233118719dfc81d717f98", "is_secret": false, "is_verified": false, - "line_number": 122, - "type": "Secret Keyword", + "line_number": 2334, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/manual/testcases/setup_instructions.yaml": [ + }, { - "hashed_secret": "46e6a38b6d25f56087891d1152d4d082b5767b3e", + "hashed_secret": "6644e6789f4de6f894ac5fcb2bd45dcb0b112297", "is_secret": false, "is_verified": false, - "line_number": 84, - "type": "Secret Keyword", + "line_number": 2340, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/migration/conftest.py": [ + }, { - "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "hashed_secret": "157f014e6a4d0e6d04480f8e560442eb04e612bb", "is_secret": false, "is_verified": false, - "line_number": 273, - "type": "Basic Auth Credentials", + "line_number": 2350, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/migration/docker-compose.test.yml": [ + }, { - "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "hashed_secret": "8e11a5e472d1d4d98e2bdc00b90448cca073dd97", "is_secret": false, "is_verified": false, - "line_number": 18, - "type": "Secret Keyword", + "line_number": 2361, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "hashed_secret": "a5ea7e9c1ce564f30e9551f8200f29d90aa6ec5e", "is_secret": false, "is_verified": false, - "line_number": 35, - "type": "Basic Auth Credentials", + "line_number": 2378, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/migration/utils/container_manager.py": [ + }, { - "hashed_secret": "1b255e8e77fb3fafbf1fe2013347f762fbca9cd6", + "hashed_secret": "9672a8d4827f41d52ada718f6a6d0fdf1d3129de", "is_secret": false, "is_verified": false, - "line_number": 384, - "type": "Secret Keyword", + "line_number": 2389, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/performance/MANUAL_TESTING.md": [ + }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "713365ba9d550dc1dc1a16d662edfd7564ac300f", "is_secret": false, "is_verified": false, - "line_number": 434, - "type": "Secret Keyword", + "line_number": 2415, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/performance/PERFORMANCE_STRATEGY.md": [ + }, { - "hashed_secret": "b1d12a49a9da5edec445c6ea003be1456337bd3e", + "hashed_secret": "8aecd4c13a7b746e2dd4cfe9762061501833943a", "is_secret": false, "is_verified": false, - "line_number": 1292, - "type": "Basic Auth Credentials", + "line_number": 2430, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b1d12a49a9da5edec445c6ea003be1456337bd3e", + "hashed_secret": "e5720b6d98058e32a6194a43416caa780707a3de", "is_secret": false, "is_verified": false, - "line_number": 1305, - "type": "Secret Keyword", + "line_number": 2440, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997", + "hashed_secret": "5a9e3d91c47e5f9099917f07fd7130195338b4ca", "is_secret": false, "is_verified": false, - "line_number": 1334, - "type": "Secret Keyword", + "line_number": 2451, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/performance/scenarios/gateway-core-benchmark.sh": [ + }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "8d578a26052af26da0fe7e5f670b70867603ac82", "is_secret": false, "is_verified": false, - "line_number": 196, - "type": "Secret Keyword", + "line_number": 2464, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/performance/test_postgresql_percentile_performance.py": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "8c673dc84a6e435ba180a71ec7514d1ea121a2d0", "is_secret": false, "is_verified": false, - "line_number": 59, - "type": "Basic Auth Credentials", + "line_number": 2490, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/performance/utils/generate_docker_compose.py": [ + }, { - "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", + "hashed_secret": "79a0a8be10240450c72322f433eb92948903500f", "is_secret": false, "is_verified": false, - "line_number": 70, - "type": "Basic Auth Credentials", + "line_number": 2501, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/README.md": [ + }, { - "hashed_secret": "0df7be1bea60575a7469f5e07e13124ce428d263", + "hashed_secret": "102dfadad7f84fbd0da59ec7a4360651e8018702", "is_secret": false, "is_verified": false, - "line_number": 138, - "type": "Secret Keyword", + "line_number": 2520, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3", + "hashed_secret": "2bb2fe1e57f60f9972d8dc8aafecc14ea140b262", "is_secret": false, "is_verified": false, - "line_number": 142, - "type": "Secret Keyword", + "line_number": 2538, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "64438ee426438161da88554b3e2de796b0ca265e", + "hashed_secret": "d93f2cd8895569df797eb6a57011aa1489604dee", "is_secret": false, "is_verified": false, - "line_number": 146, - "type": "Secret Keyword", + "line_number": 2544, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/conftest.py": [ + }, { - "hashed_secret": "d6d6b8c66ab3ade1bfcf206e7df58e296827ef17", + "hashed_secret": "3f85aa33de16e014a62133be00e2fae3fee16a15", "is_secret": false, "is_verified": false, - "line_number": 520, - "type": "Secret Keyword", + "line_number": 2550, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1c58bd92003bbaa0538e249fff6ee19a270dec5f", + "hashed_secret": "319d3f52ed81b3c7c6a69e0ddb313dba40f94795", "is_secret": false, "is_verified": false, - "line_number": 585, - "type": "Secret Keyword", + "line_number": 2562, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "03f5e2d670af3e9183f3fe790785b0d41291a17d", + "hashed_secret": "99bce2688418d3adf96547726401effde2101407", "is_secret": false, "is_verified": false, - "line_number": 629, - "type": "Secret Keyword", + "line_number": 2573, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/operations/test_llm_config.py": [ + }, { - "hashed_secret": "2a3575e3c0abe9772b3f98c92e7d530d7f131514", + "hashed_secret": "611ee95376df586616103d908ee6f0e50de5ce6f", "is_secret": false, "is_verified": false, - "line_number": 132, - "type": "Secret Keyword", + "line_number": 2583, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/pytest.ini": [ + }, { - "hashed_secret": "176939638191d5a13935ccb90c0c8a70a5e30773", + "hashed_secret": "4ab7af43e6895ed452f77344ea6a08d6e653ba0c", "is_secret": false, "is_verified": false, - "line_number": 8, - "type": "Secret Keyword", + "line_number": 2594, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/security/conftest.py": [ + }, { - "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "hashed_secret": "ada69b50f3a7e11d7d7e84d61c7cd446583bc38b", "is_secret": false, "is_verified": false, - "line_number": 31, - "type": "Secret Keyword", + "line_number": 2610, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/security/owasp/conftest.py": [ + }, { - "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "hashed_secret": "2bba312da1074a195e616dd95b0d9970dcbf623b", "is_secret": false, "is_verified": false, - "line_number": 24, - "type": "Secret Keyword", + "line_number": 2628, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/security/owasp/test_a01_broken_access_control.py": [ + }, { - "hashed_secret": "8e45fe2388a6c4604ee0ccdba14ca0df092bc904", + "hashed_secret": "c6f4db06cf473f26b17a37c45c8da55362dc8477", "is_secret": false, "is_verified": false, - "line_number": 238, - "type": "Secret Keyword", + "line_number": 2634, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/security/test_playwright_security_e2e_top30.py": [ + }, { - "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "hashed_secret": "b0983f4e18d469c65b1af234430ea7d7cc134612", "is_secret": false, "is_verified": false, - "line_number": 35, - "type": "Secret Keyword", + "line_number": 2640, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "42d7bc4801cb72f2559bd9f6c9af9a2707ca321e", + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", "is_secret": false, "is_verified": false, - "line_number": 585, - "type": "Secret Keyword", + "line_number": 2646, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/security/test_sso_management.py": [ + }, { - "hashed_secret": "03f5e2d670af3e9183f3fe790785b0d41291a17d", + "hashed_secret": "d3921a77cbcdfd88b9f31e8434d163d7c20738b2", "is_secret": false, "is_verified": false, - "line_number": 36, - "type": "Secret Keyword", + "line_number": 2652, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/security/test_team_selector_e2e.py": [ + }, { - "hashed_secret": "b4e44716dbbf57be3dae2f819d96795a85d06652", + "hashed_secret": "1bc2d5e801d4eb29617028d980db1d573c2f08d1", "is_secret": false, "is_verified": false, - "line_number": 290, - "type": "Secret Keyword", + "line_number": 2661, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/teams/conftest.py": [ + }, { - "hashed_secret": "07b7b454e840ca79e1582edcf973b051fc56e079", + "hashed_secret": "370f2dab232e01715bb1463fe9a85a8a0e3b41ed", "is_secret": false, "is_verified": false, - "line_number": 26, - "type": "Secret Keyword", + "line_number": 2667, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/test_admin_menu_visibility.py": [ + }, { - "hashed_secret": "119ffab9fda36e29816a09097c441eb8bcd8b684", + "hashed_secret": "c461b9dd39d7217a96ec3c56280634a76454701d", "is_secret": false, "is_verified": false, - "line_number": 45, - "type": "Secret Keyword", + "line_number": 2673, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/test_agents.py": [ + }, { - "hashed_secret": "03f5e2d670af3e9183f3fe790785b0d41291a17d", + "hashed_secret": "d8f1d314d800de9172c39e761f105816ae4af3e8", "is_secret": false, "is_verified": false, - "line_number": 263, - "type": "Secret Keyword", + "line_number": 2679, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/playwright/test_rbac_permissions.py": [ + }, { - "hashed_secret": "119ffab9fda36e29816a09097c441eb8bcd8b684", + "hashed_secret": "a0ccf26d3e5e73d1fea4cbd7e882f8a4269b51e6", "is_secret": false, "is_verified": false, - "line_number": 46, - "type": "Secret Keyword", + "line_number": 2691, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/populate/cleanup.py": [ + }, { - "hashed_secret": "c871a5b8b2e511a525b09edea0b9a4d9f46401e5", + "hashed_secret": "83719d2d8284b30dee2823349c2d7f600e237d8c", "is_secret": false, "is_verified": false, - "line_number": 42, - "type": "Secret Keyword", + "line_number": 2697, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/populate/populators/users.py": [ + }, { - "hashed_secret": "c871a5b8b2e511a525b09edea0b9a4d9f46401e5", + "hashed_secret": "04a1a3194c674cd1244ae336e0fe7054fb9bc64f", "is_secret": false, "is_verified": false, - "line_number": 14, - "type": "Secret Keyword", + "line_number": 2703, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/populate/verify.py": [ + }, { - "hashed_secret": "c871a5b8b2e511a525b09edea0b9a4d9f46401e5", + "hashed_secret": "788b34ba07c35e639f6e3e82f608189791e3239f", "is_secret": false, "is_verified": false, - "line_number": 120, - "type": "Secret Keyword", + "line_number": 2714, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/security/test_input_validation.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "cbd62b2fef0566cbd4adcae3c005b9fb1d23170d", "is_secret": false, "is_verified": false, - "line_number": 286, - "type": "Basic Auth Credentials", + "line_number": 2720, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "120340c3d011e9621b9bb88b5884221b25251b88", + "hashed_secret": "5ab5e8c5a013b4ea054a281a403fd0b7ab4917bc", "is_secret": false, "is_verified": false, - "line_number": 2063, - "type": "Secret Keyword", + "line_number": 2726, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/db/test_a2a_agents_auth_value_migration.py": [ + }, { - "hashed_secret": "52294c20155b397fbf140baa0cfb6d9400c82c25", + "hashed_secret": "831b1f0f0af506c6b1b5c2de459b9b4b4f3ac633", "is_secret": false, "is_verified": false, - "line_number": 27, + "line_number": 2736, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9b094435d625c9385a1bb083604f87fa7c225da0", + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", "is_secret": false, "is_verified": false, - "line_number": 28, + "line_number": 2745, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/db/test_observability_migrations.py": [ + }, { - "hashed_secret": "9d88d7eece452a76b2955ecfbb251f23cf7b7905", + "hashed_secret": "8773b28b7ba6a12c738b3cdd1b980ae660b3c0de", "is_secret": false, "is_verified": false, - "line_number": 335, + "line_number": 2751, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/db/test_rbac_permission_backfill_migration.py": [ + }, { - "hashed_secret": "dc7c15edd98c7c7ce4cd107fb4ccb17329510002", + "hashed_secret": "d146f9686c9c372d5c5f3d85c964777ce5a583f0", "is_secret": false, "is_verified": false, - "line_number": 27, + "line_number": 2760, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/db/test_token_uniqueness_migration.py": [ + }, { - "hashed_secret": "45fc9ab5f41816c6979df8bc85ffdc160a0e696a", + "hashed_secret": "b85b391225b20c3137322bcc23c7e2c31320a83e", "is_secret": false, "is_verified": false, - "line_number": 25, + "line_number": 2769, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c4770f062e9bfa8ec054475f98315913da1d16fd", + "hashed_secret": "ee7f4bf6e85139039bdd2af2df821dde5a5138d1", "is_secret": false, "is_verified": false, - "line_number": 26, + "line_number": 2778, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/middleware/test_auth_method_propagation.py": [ + }, { - "hashed_secret": "e7c4d1ba7ce017155823536efd57843fa15ef759", + "hashed_secret": "604edf3bd2202bebf89e23895a6ef68088f57e42", "is_secret": false, "is_verified": false, - "line_number": 52, - "type": "Secret Keyword", + "line_number": 2787, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/middleware/test_http_auth_headers.py": [ + }, { - "hashed_secret": "65882b5e8dbab0e649474b2a626c1d24e1b317f5", + "hashed_secret": "a98f930ed9e869e7534be3e4b8ca121b2f46b3cc", "is_secret": false, "is_verified": false, - "line_number": 83, - "type": "Secret Keyword", + "line_number": 2800, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "35e6ca489e73a8991165cdcfc2b79eb0d25ed0a3", + "hashed_secret": "7167df607c246fe7c20de1a7b7abc394c7026cd0", "is_secret": false, "is_verified": false, - "line_number": 105, - "type": "Secret Keyword", + "line_number": 2814, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "59df6723fb54fd8dde6dcf51034e51491bfbff24", + "hashed_secret": "f0f817643483baa005cf31ad44d972f65508675e", "is_secret": false, "is_verified": false, - "line_number": 947, - "type": "Secret Keyword", + "line_number": 2824, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9b4cd28c8ecd18d533601bbb7d3345b9d007bd80", + "hashed_secret": "64c9975a7ab1b5bcd2439c334f2370a65d4aae82", "is_secret": false, "is_verified": false, - "line_number": 955, - "type": "Secret Keyword", + "line_number": 2837, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/middleware/test_http_auth_integration.py": [ + }, { - "hashed_secret": "6f865e7e20c773e3483eaa74a07d03cec02bde2e", + "hashed_secret": "d3858567b9054a3163ab6dfd94a79713a72f7cec", "is_secret": false, "is_verified": false, - "line_number": 159, - "type": "Secret Keyword", + "line_number": 2846, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d58f8c42247f1cf100bf63f196d93d7d302e8ca9", + "hashed_secret": "042d13670968f7c52be4bc75a67035bdc4128e45", "is_secret": false, "is_verified": false, - "line_number": 180, - "type": "Secret Keyword", + "line_number": 2856, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "hashed_secret": "931e511686c955e2983b45d8c609826922700e63", "is_secret": false, "is_verified": false, - "line_number": 250, - "type": "Secret Keyword", + "line_number": 2868, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "hashed_secret": "af4aec7dea6087b343019e88153e61a650d6e6dc", "is_secret": false, "is_verified": false, - "line_number": 262, - "type": "Secret Keyword", + "line_number": 2881, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4155f3a6f21409ec6066b6c974b058d3ea4a2c5c", + "hashed_secret": "35f86be9fc56fed00caa9d04d07259deee6e5713", "is_secret": false, "is_verified": false, - "line_number": 450, - "type": "Secret Keyword", + "line_number": 2894, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "84a36e47e8bfcca13318bca53cdcb1270e2c4b9e", + "hashed_secret": "7493d3c7ad45735197216f5195a3a4b2f0dc05f8", "is_secret": false, "is_verified": false, - "line_number": 472, - "type": "Secret Keyword", + "line_number": 2906, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c48ea9182291ca3f527914fd7d35a698830931d0", + "hashed_secret": "96c10bfe923f2aba4a17b67b4874d09b7895eefe", "is_secret": false, "is_verified": false, - "line_number": 512, - "type": "Secret Keyword", + "line_number": 2916, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "534c8ebac109fde87e1eb0c6e35249fc8a38278a", + "hashed_secret": "d2059503bfb113f3e88f51318d9db05989b82fe8", "is_secret": false, "is_verified": false, - "line_number": 674, - "type": "Secret Keyword", + "line_number": 2926, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/middleware/test_rbac.py": [ + }, { - "hashed_secret": "ab73a3eaca01a7059dcdff6f95556ec7fd83de96", + "hashed_secret": "26553c8c93ce66fc3b66c38ddb1df8eca8f8dba0", "is_secret": false, "is_verified": false, - "line_number": 1387, - "type": "Secret Keyword", + "line_number": 2935, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "92dd4a2de441b63e6ac51fdb81a05a416dffd182", + "hashed_secret": "2dc6e8f934b74951c38b2c67b869de588648a255", "is_secret": false, "is_verified": false, - "line_number": 1474, - "type": "Secret Keyword", + "line_number": 2948, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/middleware/test_request_logging_middleware.py": [ + }, { - "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", "is_secret": false, "is_verified": false, - "line_number": 115, - "type": "Secret Keyword", + "line_number": 2957, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dbdab9be92cacdae6a97e8601332bfaa8545800f", + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", "is_secret": false, "is_verified": false, - "line_number": 116, - "type": "Secret Keyword", + "line_number": 2970, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", "is_secret": false, "is_verified": false, - "line_number": 213, - "type": "Secret Keyword", + "line_number": 2981, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/external/grpc/test_grpc_models.py": [ + }, { - "hashed_secret": "81f344a7686a80b4c5293e8fdc0b0160c82c06a8", + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", "is_secret": false, "is_verified": false, - "line_number": 106, - "type": "Secret Keyword", + "line_number": 2992, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", "is_secret": false, "is_verified": false, - "line_number": 110, - "type": "Secret Keyword", + "line_number": 2998, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "48a7b8889e1542650266c14a18c8708488fa1951", + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", "is_secret": false, "is_verified": false, - "line_number": 132, - "type": "Secret Keyword", + "line_number": 3007, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/external/grpc/test_tls_utils.py": [ + }, { - "hashed_secret": "623e76c36aa2a886542011e28412cc761d7ceb01", + "hashed_secret": "b04fbbc992f0ef166c77d9d041a47769d8d54b74", "is_secret": false, "is_verified": false, - "line_number": 225, - "type": "Secret Keyword", + "line_number": 3016, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "48a7b8889e1542650266c14a18c8708488fa1951", + "hashed_secret": "84195544d364bd618a1ff2934f7820b59206d21a", "is_secret": false, "is_verified": false, - "line_number": 248, - "type": "Secret Keyword", + "line_number": 3025, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/external/mcp/test_tls_utils.py": [ + }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "de230a3c66580155ba845c7202e7fc4158d1c82b", "is_secret": false, "is_verified": false, - "line_number": 104, - "type": "Secret Keyword", + "line_number": 3034, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", "is_secret": false, "is_verified": false, - "line_number": 230, - "type": "Private Key", + "line_number": 3043, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/hooks/test_http.py": [ + }, { - "hashed_secret": "5dc0dc43e8ac987476af951a9e5bed1b19b24028", + "hashed_secret": "fd835612664533826730fe318edc16280b266943", "is_secret": false, "is_verified": false, - "line_number": 247, - "type": "Secret Keyword", + "line_number": 3052, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "7e7f74d2579ebec3b3f2c125e756269a29782497", + "hashed_secret": "822e00a0f89ac349cbf702531f4f033260828e21", "is_secret": false, "is_verified": false, - "line_number": 248, - "type": "Secret Keyword", + "line_number": 3067, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "7b20dc22a6cb086e0d990ccc74ec819b16dc68b8", + "hashed_secret": "366ae613a15b15409330b2645e3be1d2e1558404", "is_secret": false, "is_verified": false, - "line_number": 265, - "type": "Secret Keyword", + "line_number": 3083, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "hashed_secret": "8f82d82d4ddd51ac44bed84f6fe1e359937c694b", "is_secret": false, "is_verified": false, - "line_number": 311, - "type": "Secret Keyword", + "line_number": 3100, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f9ac14b63a75faf57d8db6f919bfabb2502d273c", + "hashed_secret": "0fdd9df07d0f5a4b49a81d92bbb086763150fbc0", "is_secret": false, "is_verified": false, - "line_number": 325, - "type": "Secret Keyword", + "line_number": 3106, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/test_plugin_models_coverage.py": [ + }, { - "hashed_secret": "48a7b8889e1542650266c14a18c8708488fa1951", + "hashed_secret": "09a5f306b0571281b96bea85abcab3c0e42cfea7", "is_secret": false, "is_verified": false, - "line_number": 233, - "type": "Secret Keyword", + "line_number": 3112, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "81f344a7686a80b4c5293e8fdc0b0160c82c06a8", + "hashed_secret": "461e363b4482af5e18ec5f4c46460e3725ad49b8", "is_secret": false, "is_verified": false, - "line_number": 238, - "type": "Secret Keyword", + "line_number": 3118, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/test_policies.py": [ + }, { - "hashed_secret": "37c6c57bedf4305ef41249c1794760b5cb8fad17", + "hashed_secret": "faa0ddbbe89ccdee24b39e7fb6cd924d84b9f95c", "is_secret": false, "is_verified": false, - "line_number": 121, - "type": "Secret Keyword", + "line_number": 3124, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d73ef92426f2b11dfc4aed4d4bfc41c49ee1087c", + "hashed_secret": "0d66c99a1872e857fa11e63d18d4c2a02d9f86a3", "is_secret": false, "is_verified": false, - "line_number": 616, - "type": "Secret Keyword", + "line_number": 3130, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e812ba8d00b270ef3502bb53ceb31e8c5188f14e", + "hashed_secret": "31b6bf1d17e46e58fcdf0ab5f8ceb6d4929a3d89", "is_secret": false, "is_verified": false, - "line_number": 801, - "type": "Secret Keyword", + "line_number": 3136, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "bf31c52c32b0fcda1dc3e7c0c91803a7d1c9e891", + "hashed_secret": "729601340d94890d89e69f03762589a8cbf89cec", "is_secret": false, "is_verified": false, - "line_number": 815, - "type": "Secret Keyword", + "line_number": 3142, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/framework/test_validators.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "4e31e81adcdb519b5b43ab0f6580c32e90a30506", "is_secret": false, "is_verified": false, - "line_number": 85, - "type": "Basic Auth Credentials", + "line_number": 3148, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/content_moderation/test_content_moderation.py": [ + }, { - "hashed_secret": "0bc02c6c973caffbda3e15adcb2f39c41634c728", + "hashed_secret": "ea581e0c5da35c1c464cd32062801ed7632d833c", "is_secret": false, "is_verified": false, - "line_number": 40, - "type": "Secret Keyword", + "line_number": 3154, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "75ddfb45216fe09680dfe70eda4f559a910c832c", + "hashed_secret": "74b05331f23492f76054b20a7b762f3fc2c7b31b", "is_secret": false, "is_verified": false, - "line_number": 247, - "type": "Secret Keyword", + "line_number": 3160, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/content_moderation/test_content_moderation_integration.py": [ + }, { - "hashed_secret": "0bc02c6c973caffbda3e15adcb2f39c41634c728", + "hashed_secret": "2a889052b1a2813537b70d604c6194f818ee8f99", "is_secret": false, "is_verified": false, - "line_number": 301, - "type": "Secret Keyword", + "line_number": 3166, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8cdf8b16b80c4f3f6e6af135b3c72efd706723c0", + "hashed_secret": "a9df4b3b5d643994b2d1015d8de874ffe74eebd6", "is_secret": false, "is_verified": false, - "line_number": 381, - "type": "Secret Keyword", + "line_number": 3172, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/header_filter/test_header_filter_plugin.py": [ + }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "40b3d506c9a7fbd27dfcb5fe39bacba2c0453d04", "is_secret": false, "is_verified": false, - "line_number": 417, - "type": "Secret Keyword", + "line_number": 3178, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "83ff9f4e0d16d61727cbdf47d769fb707b652217", + "hashed_secret": "579637b947f70dfcf00faa3c290bcc66113ab031", "is_secret": false, "is_verified": false, - "line_number": 462, - "type": "Secret Keyword", + "line_number": 3184, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/tools_telemetry_exporter/test_tools_telemetry_exporter.py": [ + }, { - "hashed_secret": "e8af0e18ff4805f4efd84f58b0fa69e3780f35a4", + "hashed_secret": "15b35fb3118b66a879fd0b785ea79a11a3b69040", "is_secret": false, "is_verified": false, - "line_number": 62, - "type": "Secret Keyword", + "line_number": 3190, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cc84fa5a361f86a589169fde1e4e6d62bc786e6c", + "hashed_secret": "da6ff9b9fc982eeb5de2c594b6db02921ba25370", "is_secret": false, "is_verified": false, - "line_number": 143, + "line_number": 3196, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/virus_total_checker/test_virus_total_checker.py": [ + }, { - "hashed_secret": "829c3804401b0727f70f73d4415e162400cbe57b", + "hashed_secret": "4667cb6823cb7eb0e6a8b6d18e6fc0b7cfb4bc85", "is_secret": false, "is_verified": false, - "line_number": 436, - "type": "Secret Keyword", + "line_number": 3202, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/webhook_notification/test_webhook_integration.py": [ + }, { - "hashed_secret": "a8ae1520ce69381a9cf8dbd5082d8512fcace493", + "hashed_secret": "fbe26dbbaa1b01b1932e5a13b04b7ffb88ef2d21", "is_secret": false, "is_verified": false, - "line_number": 216, - "type": "Secret Keyword", + "line_number": 3208, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/plugins/plugins/webhook_notification/test_webhook_notification.py": [ + }, { - "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "hashed_secret": "5a6732cdbd63c028ba5070b9ef350228816b09e8", "is_secret": false, "is_verified": false, - "line_number": 110, - "type": "Secret Keyword", + "line_number": 3214, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2e7a7ee14caebf378fc32d6cf6f557f347c96773", + "hashed_secret": "26542b504e2307445106925533c81fef8adafb47", "is_secret": false, "is_verified": false, - "line_number": 210, - "type": "Secret Keyword", + "line_number": 3220, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_auth.py": [ + }, { - "hashed_secret": "6eb67d95dba1a614971e31e78146d44bd4a3ada3", + "hashed_secret": "cf45dbb800154fd3ee6025a606eec2d87171f1ba", "is_secret": false, "is_verified": false, - "line_number": 191, - "type": "Secret Keyword", + "line_number": 3226, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "hashed_secret": "0d331d19e8ef297cd4158210436c303fc743e723", "is_secret": false, "is_verified": false, - "line_number": 271, - "type": "Secret Keyword", + "line_number": 3232, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_email_auth_router.py": [ + }, { - "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "hashed_secret": "0aa052d5eab28b8d8d4d377a9ff0c8fb9be671ce", "is_secret": false, "is_verified": false, - "line_number": 165, - "type": "Secret Keyword", + "line_number": 3238, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "de14fdc5a7f3843d8db79053625a2169a4eed921", + "hashed_secret": "0253824dccde843d47fa65b99bb29912e5ec3a0a", "is_secret": false, "is_verified": false, - "line_number": 523, - "type": "Secret Keyword", + "line_number": 3244, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f3e12d2b914fae6510cff60e40b097c0962654a1", + "hashed_secret": "d8a8d970a479e89ac4678dabd4216dfa8b22e040", "is_secret": false, "is_verified": false, - "line_number": 658, - "type": "Secret Keyword", + "line_number": 3253, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e6b6afbd6d76bb5d2041542d7d2e3fac5bb05593", + "hashed_secret": "d4e3e4ca451b86ca4ea86a0b2db6ec3ff7c01c22", "is_secret": false, "is_verified": false, - "line_number": 1422, - "type": "Secret Keyword", + "line_number": 3264, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "23ace7331ef30c45051de4e683719db7391b9980", + "hashed_secret": "84469e279d411898bc4109bd5c351e99cec1a050", "is_secret": false, "is_verified": false, - "line_number": 1491, - "type": "Secret Keyword", + "line_number": 3280, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6aa6f10deee84f739ae8aca12a2755a2d0e103ac", + "hashed_secret": "8f9c265c3866a77dcb45fd46fa0b83dc78acf82d", "is_secret": false, "is_verified": false, - "line_number": 1595, - "type": "Secret Keyword", + "line_number": 3295, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e577bc0464e5dd0052fc9ab532b0630e58173f92", + "hashed_secret": "4eee70986dc22664f0597495a6d0dd22fc5422c4", "is_secret": false, "is_verified": false, - "line_number": 1626, - "type": "Secret Keyword", + "line_number": 3314, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ef7d0dca079f43e7952971148dfaba10fbcce609", + "hashed_secret": "54f3ab20cd8669d07e74b7b8767b7c2d2be98e84", "is_secret": false, "is_verified": false, - "line_number": 1643, - "type": "Secret Keyword", + "line_number": 3332, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "789b49606c321c8cf228d17942608eff0ccc4171", + "hashed_secret": "4e2820b8b3adaf1e4b81474eccc6a3ae071d2760", "is_secret": false, "is_verified": false, - "line_number": 1677, - "type": "Secret Keyword", + "line_number": 3338, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dc8002865f92070749b264e76045b04fa3b8de71", + "hashed_secret": "ed1ba03fabc77d3aa81f08b87029efbd7d9a1340", "is_secret": false, "is_verified": false, - "line_number": 2136, - "type": "Secret Keyword", + "line_number": 3350, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_llm_admin_router.py": [ + }, { - "hashed_secret": "f7a75342741955b2b9b66b55a78e5061f321ff44", + "hashed_secret": "3a49d16dc29026d169224f8bc14e6828a62128c2", "is_secret": false, "is_verified": false, - "line_number": 532, - "type": "Secret Keyword", + "line_number": 3361, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "61ba747fe2f5b3d513c40550084c6284fbbc1094", + "hashed_secret": "2384307a6cae139f038230b889458d239e9ff53b", "is_secret": false, "is_verified": false, - "line_number": 538, - "type": "Secret Keyword", + "line_number": 3373, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_llmchat_router.py": [ + }, { - "hashed_secret": "baf4e5770bde2def49611ed9c852b518038db759", + "hashed_secret": "76513044803a500e17fc0ad98fb266b139572891", "is_secret": false, "is_verified": false, - "line_number": 126, - "type": "Secret Keyword", + "line_number": 3382, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_oauth_router.py": [ + }, { - "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "hashed_secret": "a58d51dc68f673a049f4d82bdf01e61cf73b93b2", "is_secret": false, "is_verified": false, - "line_number": 137, - "type": "Secret Keyword", + "line_number": 3393, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_reverse_proxy.py": [ + }, { - "hashed_secret": "c56486f8b638f63e04251d0c8ab0b4fbfee8e06b", + "hashed_secret": "86abb8da6326f0620dc9f0951186d370cad910b9", "is_secret": false, "is_verified": false, - "line_number": 796, - "type": "Secret Keyword", + "line_number": 3402, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/routers/test_teams.py": [ + }, { - "hashed_secret": "1e418031f4ec8505cff3cde4f41efc0ee83ec2d1", + "hashed_secret": "3b7aac6c5358eda96f36b1d1a7df21dd571dec15", "is_secret": false, "is_verified": false, - "line_number": 254, - "type": "Base64 High Entropy String", + "line_number": 3414, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_a2a_query_param_auth.py": [ + }, { - "hashed_secret": "99834bc4eff3f1e1c1e4692d2476b593b501d045", + "hashed_secret": "cf861d7c0a379aa373abaee68eeffcb37caec0a0", "is_secret": false, "is_verified": false, - "line_number": 278, - "type": "Secret Keyword", + "line_number": 3423, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f4cbfd23b14432ac406aacc683f2a6485e52f356", + "hashed_secret": "fa35aa28d81cf737ac8af26aae31b0b195eef3af", "is_secret": false, "is_verified": false, - "line_number": 343, - "type": "Secret Keyword", + "line_number": 3434, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f5e6c51ff9f3703a753cde41e4cc8f506bc809db", + "hashed_secret": "6274c331e3520248957d3a2497e2edab2c3aaee0", "is_secret": false, "is_verified": false, - "line_number": 344, - "type": "Secret Keyword", + "line_number": 3445, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6108f529090a823e5cbaefba71604ccecc021ecc", + "hashed_secret": "27ab5e55f6ba7afa0e99492446d43050c7b719fa", "is_secret": false, "is_verified": false, - "line_number": 431, - "type": "Secret Keyword", + "line_number": 3456, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e3de258032685ca3a157e704090921039ff7f0b3", + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", "is_secret": false, "is_verified": false, - "line_number": 562, - "type": "Secret Keyword", + "line_number": 3467, + "type": "Hex High Entropy String", "verified_result": null } ], - "tests/unit/mcpgateway/services/test_a2a_service.py": [ + "tools_rust/mcp_runtime/src/lib.rs": [ { - "hashed_secret": "41db7c65f665e40b44178f95f5f86473ca17160e", + "hashed_secret": "df1431b489758b92c84bdec3c9283b96066a44b8", "is_secret": false, "is_verified": false, - "line_number": 73, + "line_number": 90, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", "is_secret": false, "is_verified": false, - "line_number": 191, - "type": "Secret Keyword", + "line_number": 10450, + "type": "Basic Auth Credentials", "verified_result": null - }, + } + ], + "tools_rust/mcp_runtime/src/observability.rs": [ { - "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "hashed_secret": "b7dd0ec3dc49487982011219e66db3716b6669c6", "is_secret": false, "is_verified": false, - "line_number": 192, + "line_number": 596, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "5ef3af6cd9b5aa907fa618fac829baaec6763b42", + "hashed_secret": "d2b1620ca7a5314280e595624e8b13c185f8a2e1", "is_secret": false, "is_verified": false, - "line_number": 387, + "line_number": 785, "type": "Secret Keyword", "verified_result": null - }, + } + ], + "tools_rust/mcp_runtime/tests/runtime.rs": [ { - "hashed_secret": "94c9325c8ade4f6327d87e240713c2fd7fdbfc63", + "hashed_secret": "5b204323030835cdda5d258742d1452e812988de", "is_secret": false, "is_verified": false, - "line_number": 388, + "line_number": 1611, "type": "Secret Keyword", "verified_result": null }, { - "hashed_secret": "7bb0c6efd2edb1ae20dab6dd260895ad8895e07e", + "hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3", "is_secret": false, "is_verified": false, - "line_number": 424, - "type": "Secret Keyword", + "line_number": 4425, + "type": "Basic Auth Credentials", "verified_result": null }, { - "hashed_secret": "ddbeee31dc29b74fcede0bea4d3fc5276d9148c8", + "hashed_secret": "d6c1622f5e897dac7dcc4fab2cded03cb8240caa", "is_secret": false, "is_verified": false, - "line_number": 451, + "line_number": 5836, "type": "Secret Keyword", "verified_result": null - }, + } + ], + "tools_rust/wrapper/Cargo.lock": [ { - "hashed_secret": "122758dd535bc6d246f36a686b29c7c40fab1315", + "hashed_secret": "e4858ab617f84095362dc894e4561bb077ca9239", "is_secret": false, "is_verified": false, - "line_number": 803, - "type": "Secret Keyword", + "line_number": 9, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fa727f587e9f6115da6d4eb600dd8b6fe06cf69a", + "hashed_secret": "e0f930ce4dc6ee91bd9c13f93bdd411a875847ad", "is_secret": false, "is_verified": false, - "line_number": 805, - "type": "Secret Keyword", + "line_number": 20, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "250cdef3ce09000fa9a939a13e5f73433d96a852", + "hashed_secret": "0c2b06b30faf95e40c75aaaefa957d835c1df392", "is_secret": false, "is_verified": false, - "line_number": 2399, - "type": "Secret Keyword", + "line_number": 29, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "950ea3a71e9f5d30d3723b3f7595d1524bd0de20", "is_secret": false, "is_verified": false, - "line_number": 2408, - "type": "Secret Keyword", + "line_number": 38, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d92342976d720ff38cf5dcb329be41959ab1ba6c", + "hashed_secret": "a0b32b6f12e419acbd7b54d25cfcb35ea7d88b39", "is_secret": false, "is_verified": false, - "line_number": 3241, - "type": "Secret Keyword", + "line_number": 53, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a343c9b5b1abfcf385d5c6f6dc0282f4d88a416e", + "hashed_secret": "4d8ca7a1c773e7850208f4b7e18b740a9d526e28", "is_secret": false, "is_verified": false, - "line_number": 3402, - "type": "Secret Keyword", + "line_number": 59, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c00dbbc9dadfbe1e232e93a729dd4752fade0abf", + "hashed_secret": "e4d87006218e91f030a57eb9b12decf51068e90b", "is_secret": false, "is_verified": false, - "line_number": 3434, - "type": "Secret Keyword", + "line_number": 68, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_argon2_service.py": [ + }, { - "hashed_secret": "f13733f6dd9f1ed3118e2da31428c71eab5ffd99", + "hashed_secret": "f505b7d95ee94121d5d84074bb61cbfc8115242c", "is_secret": false, "is_verified": false, - "line_number": 79, - "type": "Secret Keyword", + "line_number": 77, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b5bc013af872265e389b3abee36dd4932a206ab8", + "hashed_secret": "053152e6d6ec523a570bc615219d6c829a0d455b", "is_secret": false, "is_verified": false, - "line_number": 152, - "type": "Secret Keyword", + "line_number": 88, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4be80aee9bf2223071eedfc002ba2546abd1f5ea", + "hashed_secret": "d9ea801e3f4d913d0b6721b819f2b90c35f2303b", "is_secret": false, "is_verified": false, - "line_number": 230, - "type": "Secret Keyword", + "line_number": 94, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9fb7fe1217aed442b04c0f5e43b5d5a7d3287097", + "hashed_secret": "09be821f9be21476915db96c4e53315d40c0a2b4", "is_secret": false, "is_verified": false, - "line_number": 388, - "type": "Secret Keyword", + "line_number": 103, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "hashed_secret": "94da59c445b7bfedb03dfc1ee4ade601cee2c067", "is_secret": false, "is_verified": false, - "line_number": 487, - "type": "Secret Keyword", + "line_number": 113, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6d512cc3d1a73d1f0a7331746483447a60b9bd98", + "hashed_secret": "07781af8811774ce3bf3152bbfa1c98d7ea03c61", "is_secret": false, "is_verified": false, - "line_number": 538, - "type": "Secret Keyword", + "line_number": 124, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_async_crypto_wrappers.py": [ + }, { - "hashed_secret": "5a0aee0f3af308cd6d74d617fde6592c2bc94fa3", + "hashed_secret": "ece49906f7a72ed3cfb012e5e2e1209e1b226172", "is_secret": false, "is_verified": false, - "line_number": 44, - "type": "Secret Keyword", + "line_number": 130, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b5bc013af872265e389b3abee36dd4932a206ab8", + "hashed_secret": "b25a21f1a0e2fc65dc90424e07d7210587e8b296", "is_secret": false, "is_verified": false, - "line_number": 74, - "type": "Secret Keyword", + "line_number": 136, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d4bb297c014026ace455b1ad5926033d795bf016", + "hashed_secret": "457b24d26a9cd360a12b56f87c6f1daf3d30a895", "is_secret": false, "is_verified": false, - "line_number": 98, - "type": "Secret Keyword", + "line_number": 142, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6d512cc3d1a73d1f0a7331746483447a60b9bd98", + "hashed_secret": "614e05dffa21f28c7507d6df0f4f6e8d2993c93b", "is_secret": false, "is_verified": false, - "line_number": 112, - "type": "Secret Keyword", + "line_number": 148, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_catalog_service.py": [ + }, { - "hashed_secret": "816cc20437d859538736e1ef46558b7bda486c06", + "hashed_secret": "b4808fb54c15b4bfe5268dd5ef3669d35302dac8", "is_secret": false, "is_verified": false, - "line_number": 563, - "type": "Secret Keyword", + "line_number": 157, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_correlation_id_json_formatter.py": [ + }, { - "hashed_secret": "125fbc14773f228e72f16d55be21bad750d30b19", + "hashed_secret": "20af2a76b19cc7a1a93269f1e5f876f58bd266cc", "is_secret": false, "is_verified": false, - "line_number": 129, + "line_number": 163, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ff998abc1ce6d8f01a675fa197368e44c8916e9c", + "hashed_secret": "a5f1914a4edf604fca63fe9c60cb62601b7c701c", "is_secret": false, "is_verified": false, - "line_number": 130, + "line_number": 169, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_dcr_service.py": [ + }, { - "hashed_secret": "352b2a4120b46b2e0221e753a1272cd34a6aa0da", + "hashed_secret": "eac7344fb138e2bc70ec74dd15a52fe0c253887a", "is_secret": false, "is_verified": false, - "line_number": 404, - "type": "Secret Keyword", + "line_number": 179, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "290180f809e70dd1bc99a4c65bd669f43dde426d", + "hashed_secret": "14f1ae00b0ced0fb5727df3261bec5f5ae0c4a0b", "is_secret": false, "is_verified": false, - "line_number": 650, - "type": "Secret Keyword", + "line_number": 185, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "945db841c03e42eef2f3d0a4ff310e2f3b3e59ec", + "hashed_secret": "a01b71d602bc5018e96db1a555a02018f474f151", "is_secret": false, "is_verified": false, - "line_number": 785, - "type": "Secret Keyword", + "line_number": 191, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_email_auth_basic.py": [ + }, { - "hashed_secret": "5a0aee0f3af308cd6d74d617fde6592c2bc94fa3", + "hashed_secret": "ba9e3cd70200d1008c1cd6e43fc0f2265452d3d6", "is_secret": false, "is_verified": false, - "line_number": 283, - "type": "Secret Keyword", + "line_number": 205, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1816851d10187b57a93235b52495e615629f906d", + "hashed_secret": "a79fc0f9c28c100ce8b3f3a1fe5cbaee6864eed6", "is_secret": false, "is_verified": false, - "line_number": 701, - "type": "Secret Keyword", + "line_number": 215, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "454f9bfcc5f7523c755896f9d2c7281f83aec668", + "hashed_secret": "bc197f5ee9458fce96164b6cd1c28520136bac52", "is_secret": false, "is_verified": false, - "line_number": 727, - "type": "Secret Keyword", + "line_number": 227, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "aafdc23870ecbcd3d557b6423a8982134e17927e", + "hashed_secret": "710066c385eadd0091f067e0a8e2573ac53d5f4b", "is_secret": false, "is_verified": false, - "line_number": 754, - "type": "Secret Keyword", + "line_number": 239, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e8662cfb96bd9c7fe84c31d76819ec3a92c80e63", + "hashed_secret": "20ba5750c60eb4d6c0385d1c99ceddd591d40cb1", "is_secret": false, "is_verified": false, - "line_number": 959, - "type": "Secret Keyword", + "line_number": 245, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b5bc013af872265e389b3abee36dd4932a206ab8", + "hashed_secret": "400bb579b938346d207b921b0791cd725ad8559d", "is_secret": false, "is_verified": false, - "line_number": 991, - "type": "Secret Keyword", + "line_number": 251, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "be57d8e1a2a7a4e5c034e7790659309f5e5539c0", + "hashed_secret": "8f5fced06242dc5e430978c695ce15b86635597a", "is_secret": false, "is_verified": false, - "line_number": 1066, - "type": "Secret Keyword", + "line_number": 260, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b4edd1d6f455752e0b214407e561d8d3823204fe", + "hashed_secret": "aea69a0db4b6fb9c1801ecd9266c98e51a5b6515", "is_secret": false, "is_verified": false, - "line_number": 1280, - "type": "Secret Keyword", + "line_number": 270, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "562c20a72724744e2529d163c304a3ec32d09c0a", + "hashed_secret": "a30d4f2c3c9fde84f3eed7588f2e5fcb795cb52b", "is_secret": false, "is_verified": false, - "line_number": 1504, - "type": "Secret Keyword", + "line_number": 276, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "addbd3aa5619f2932733104eb8ceef08f6fd2693", + "hashed_secret": "076f7448f7767df7a0af32c25c88174167b2b870", "is_secret": false, "is_verified": false, - "line_number": 1516, - "type": "Secret Keyword", + "line_number": 285, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e9e4a6d29515c8e53e4df7bc6646a23237b8f862", + "hashed_secret": "9cdec82ff07c4062846684c9ba65e4dc199923d2", "is_secret": false, "is_verified": false, - "line_number": 1579, - "type": "Secret Keyword", + "line_number": 291, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6aa10d711ca6f233cc7d7e9c36a980cbbd6b1ed1", + "hashed_secret": "9264404b12f829d6dfbfdac1825b97e54fcbb535", "is_secret": false, "is_verified": false, - "line_number": 1601, - "type": "Secret Keyword", + "line_number": 301, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "bdb6e328018a96636bca051255228c0d2a3543b5", + "hashed_secret": "df7d483ec7a8e3b39542662290f8d52a71439b7a", "is_secret": false, "is_verified": false, - "line_number": 1643, - "type": "Secret Keyword", + "line_number": 314, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "36abac195cd57009a1013913a7ec5b2677faf5fd", + "hashed_secret": "11b0d546f276abc72c2c2b0afa721f73b9f02097", "is_secret": false, "is_verified": false, - "line_number": 1660, - "type": "Secret Keyword", + "line_number": 325, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4015d13806dacd6cf5436ce218b7f755ab9ddab3", + "hashed_secret": "8b80e3dbf214e8b5f42deaf56c671624fb8916a9", "is_secret": false, "is_verified": false, - "line_number": 2176, - "type": "Secret Keyword", + "line_number": 334, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dc8002865f92070749b264e76045b04fa3b8de71", + "hashed_secret": "fe74f8a10fe0b9110fe9dde4a8cf00fa101034c2", "is_secret": false, "is_verified": false, - "line_number": 2261, - "type": "Secret Keyword", + "line_number": 345, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_email_auth_service.py": [ + }, { - "hashed_secret": "862511dc4b5b31885dd85a83c2af1a4adc685f19", + "hashed_secret": "1652117d4ce1279d3c4dc2c3dd53cfea2d615645", "is_secret": false, "is_verified": false, - "line_number": 389, - "type": "Secret Keyword", + "line_number": 351, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_email_auth_service_admin_role_sync.py": [ + }, { - "hashed_secret": "759521118cabf4f8bbc46e6d6344d0e700aa4be5", + "hashed_secret": "e3423649a06049806d8883193ffa13f6488898ba", "is_secret": false, "is_verified": false, - "line_number": 50, - "type": "Secret Keyword", + "line_number": 357, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6c55803d6f1d7a177a0db3eb4b343b0d50f9c111", + "hashed_secret": "39e1dc7e8bd1f918717fde66f30bc3884780a612", "is_secret": false, "is_verified": false, - "line_number": 321, - "type": "Secret Keyword", + "line_number": 363, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6fa5edecdc44e7209e0678c5dea72a95d63bf554", + "hashed_secret": "2e2d13eb72c2d2c46e0c94dd2259343b0933dda9", "is_secret": false, "is_verified": false, - "line_number": 365, - "type": "Secret Keyword", + "line_number": 373, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_email_notification_service.py": [ + }, { - "hashed_secret": "584db8632ab5718672aab8670add109a862fff0c", + "hashed_secret": "4d2c6fb73af42ea62f965535a82e83df5411d419", "is_secret": false, "is_verified": false, - "line_number": 154, - "type": "Secret Keyword", + "line_number": 382, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_encryption_service.py": [ + }, { - "hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134", + "hashed_secret": "03f3e1962fc611ebeaa8ff185167042498bc06d5", "is_secret": false, "is_verified": false, - "line_number": 376, - "type": "JSON Web Token", + "line_number": 388, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c6c580101c1bdaaad4e360d0679d7a8cac514e4f", + "hashed_secret": "b35db91a9a2d96942d3a2d1afe84f4789942df4a", "is_secret": false, "is_verified": false, - "line_number": 378, - "type": "JSON Web Token", + "line_number": 400, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "755f997eb6296e47fd6d145e1b541b9e98a4fab1", + "hashed_secret": "fc40fb75e9edfd1c082708dbcc1384d9e68f90f7", "is_secret": false, "is_verified": false, - "line_number": 416, - "type": "Base64 High Entropy String", + "line_number": 406, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2538fa47a21f3a58be26e62c63b6dd0a6e87dae5", + "hashed_secret": "a05ef788debbaeb03dbdc3e5db4ee44747b18eb7", "is_secret": false, "is_verified": false, - "line_number": 417, - "type": "Base64 High Entropy String", + "line_number": 412, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "25910f981e85ca04baf359199dd0bd4a3ae738b6", + "hashed_secret": "1e57f3e0354398a25902ba8a10b12a84283243cc", "is_secret": false, "is_verified": false, - "line_number": 418, - "type": "AWS Access Key", + "line_number": 421, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e8af0e18ff4805f4efd84f58b0fa69e3780f35a4", + "hashed_secret": "5dd5a3b90a4aec184d6390d782a283adf53b87f9", "is_secret": false, "is_verified": false, - "line_number": 718, - "type": "Secret Keyword", + "line_number": 427, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "hashed_secret": "8d05fb42532fecd995f8eff2190f412088d6178f", "is_secret": false, "is_verified": false, - "line_number": 719, - "type": "Secret Keyword", + "line_number": 436, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "290180f809e70dd1bc99a4c65bd669f43dde426d", + "hashed_secret": "89cf74f6e03a27de9d661324442e0b372ad9eefb", "is_secret": false, "is_verified": false, - "line_number": 781, - "type": "Secret Keyword", + "line_number": 451, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "eea0d9a29d51f43612c303ff2f64b57f56dad885", + "hashed_secret": "e72195ef7791709c24e8be4349842896a88bab07", "is_secret": false, "is_verified": false, - "line_number": 782, - "type": "Secret Keyword", + "line_number": 461, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2cee75752f97573ff8cae445096cc30e992b55c7", + "hashed_secret": "f2c63a981fbb2e2b39e4c05d8ec787e3befa3b07", "is_secret": false, "is_verified": false, - "line_number": 803, - "type": "Secret Keyword", + "line_number": 467, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_export_service.py": [ + }, { - "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "hashed_secret": "f5cdeb5a0b086c5a674eb8ad81bf17fd63bd0a01", "is_secret": false, "is_verified": false, - "line_number": 1162, + "line_number": 478, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6578fca8b62f49457e4cd7e66554a310a1a64be8", + "hashed_secret": "2ebad4ca4792566abd1ba0d665249302119cb457", "is_secret": false, "is_verified": false, - "line_number": 1753, - "type": "Secret Keyword", + "line_number": 484, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_gateway_query_param_auth.py": [ + }, { - "hashed_secret": "67ece584ee3884563e532a35b1616e5aefc2c121", + "hashed_secret": "7f0ff8004a236b8bba117372cb42ca731446c4b6", "is_secret": false, "is_verified": false, - "line_number": 205, - "type": "Secret Keyword", + "line_number": 495, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "c4bf225e39c6d664754ca87cb8751f8a2a093134", "is_secret": false, "is_verified": false, - "line_number": 229, - "type": "Secret Keyword", + "line_number": 501, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_gateway_service.py": [ + }, { - "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "hashed_secret": "8ee82c36fc0af17f1fdeb940d2bca6424bf2e453", "is_secret": false, "is_verified": false, - "line_number": 634, - "type": "Secret Keyword", + "line_number": 507, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "57b2ad99044d337197c0c39fd3823568ff81e48a", + "hashed_secret": "fb738e4a202642582d5a12f41a884e26001c4fa6", "is_secret": false, "is_verified": false, - "line_number": 635, - "type": "Secret Keyword", + "line_number": 524, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "104c9bb58d7eb1aa5ab82080cd06f1134ac6040b", + "hashed_secret": "fb98da5b813e3ae31d0e430526334ae9f010a546", "is_secret": false, "is_verified": false, - "line_number": 1470, - "type": "Secret Keyword", + "line_number": 537, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "99834bc4eff3f1e1c1e4692d2476b593b501d045", + "hashed_secret": "a7bb22eb6421d498f26d952fe0635a1d04a27bcd", "is_secret": false, "is_verified": false, - "line_number": 5045, - "type": "Secret Keyword", + "line_number": 549, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "a9789cf3b045f7fa5c8950ba8004ffa526b2d213", "is_secret": false, "is_verified": false, - "line_number": 5050, - "type": "Secret Keyword", + "line_number": 562, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "hashed_secret": "399da540bd166b0c7bb3a2815bb400eb11e5638d", "is_secret": false, "is_verified": false, - "line_number": 6587, - "type": "Secret Keyword", + "line_number": 581, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2a23dd4f2e8b50315e601a2867ea7b7bf5a43b8c", + "hashed_secret": "f3d3c26ed24a648081ced9182bb1b19f7d78e68d", "is_secret": false, "is_verified": false, - "line_number": 7184, - "type": "Secret Keyword", + "line_number": 590, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ed3e0017cb8e4b06a59af1a441f62cbe58d2ef59", + "hashed_secret": "1d591d1374352e720051c9d3f7b1e2c5557d5fd6", "is_secret": false, "is_verified": false, - "line_number": 7203, - "type": "Secret Keyword", + "line_number": 596, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b55c6dc4705dba8b151c59566175ad845d5a9104", + "hashed_secret": "0fa72c3d33bbc7feb5618105d7b5997001614612", "is_secret": false, "is_verified": false, - "line_number": 7409, - "type": "Secret Keyword", + "line_number": 602, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3654bd5ef523a79741766b7c3f22228fd43c3836", + "hashed_secret": "c9fc785a64064e9f54662a39349af4f8ca9fc333", "is_secret": false, "is_verified": false, - "line_number": 7428, - "type": "Secret Keyword", + "line_number": 612, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_gateway_service_extended.py": [ + }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "ce3dad8a04c408de2c43ad7c3ed460e21897bc5d", "is_secret": false, "is_verified": false, - "line_number": 183, - "type": "Secret Keyword", + "line_number": 622, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_gateway_service_health_oauth.py": [ + }, { - "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "hashed_secret": "92f04de23131564ceddfbbd126b98292b0934577", "is_secret": false, "is_verified": false, - "line_number": 571, - "type": "Secret Keyword", + "line_number": 635, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_gateway_service_oauth_comprehensive.py": [ + }, { - "hashed_secret": "ee131046fbfad0f5fac08926f9b928539da950cd", + "hashed_secret": "3976cf14dbb91cafcaaddad7d5b88cf44aba7b58", "is_secret": false, "is_verified": false, - "line_number": 102, - "type": "Secret Keyword", + "line_number": 641, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "hashed_secret": "1f969023518451bb7f23d59ff7c96c0a6a259877", "is_secret": false, "is_verified": false, - "line_number": 615, - "type": "Secret Keyword", + "line_number": 647, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "752cb354d4d101b52581dc820d6fa3f29e87a776", + "hashed_secret": "1a23359c2904a7e86a81ce7d2576ae9ab62f8bac", "is_secret": false, "is_verified": false, - "line_number": 637, - "type": "Secret Keyword", + "line_number": 670, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_import_service.py": [ + }, { - "hashed_secret": "9b4cd28c8ecd18d533601bbb7d3345b9d007bd80", + "hashed_secret": "64476db6085c2f677304cd3398408043caab5651", "is_secret": false, "is_verified": false, - "line_number": 308, - "type": "Secret Keyword", + "line_number": 686, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8d974e916edd2f663f202c91a1d775f32f7c8d62", + "hashed_secret": "b46c956f080e29b6f05c5538b6f134e2417d839c", "is_secret": false, "is_verified": false, - "line_number": 517, - "type": "Secret Keyword", + "line_number": 702, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4b0873b633484d5de20b2d8f852a8c07b43336bc", + "hashed_secret": "ace4c15ef5d5b8c769f9d24cf4bf1de85fecb2c7", "is_secret": false, "is_verified": false, - "line_number": 1449, - "type": "Secret Keyword", + "line_number": 725, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2d6e80602a17e8309ee0317358582a1207e2fd44", + "hashed_secret": "9bfd048ce5ceb106ba035489cea34b77d79814e4", "is_secret": false, "is_verified": false, - "line_number": 1602, - "type": "Secret Keyword", + "line_number": 740, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "bfbb13b4405a850385a367a1cb668c0fa8b00f3c", + "hashed_secret": "86b403165d79a78a2c4a595fe14902c5f4f47361", "is_secret": false, "is_verified": false, - "line_number": 1613, - "type": "Secret Keyword", + "line_number": 749, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dff6d4ff5dc357cf451d1855ab9cbda562645c9f", + "hashed_secret": "6c94d59722bce3906d347ed600e37e119a7837df", "is_secret": false, "is_verified": false, - "line_number": 2504, - "type": "Secret Keyword", + "line_number": 762, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1073ab6cda4b991cd29f9e83a307f34004ae9327", + "hashed_secret": "23db86ff034d7e9f799f0226a1f1a7baae4c7de1", "is_secret": false, "is_verified": false, - "line_number": 2521, - "type": "Secret Keyword", + "line_number": 775, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "hashed_secret": "49b46f344ecff2a2a1820536df0334ca68050940", "is_secret": false, "is_verified": false, - "line_number": 2670, - "type": "Secret Keyword", + "line_number": 789, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_llm_provider_service.py": [ + }, { - "hashed_secret": "51af665d1afaf4f399863df27521b41e6ac2484e", + "hashed_secret": "50d2139960f135299c21e3cdaa6b6f076b1e2080", "is_secret": false, "is_verified": false, - "line_number": 112, - "type": "Secret Keyword", + "line_number": 795, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "133e3d6b775613651eaedbf7e609d244f2f852af", + "hashed_secret": "08f998bf3af34432739a9ab2cddd2bb85654a4b2", "is_secret": false, "is_verified": false, - "line_number": 269, - "type": "Secret Keyword", + "line_number": 809, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "83a5b8a7b2e181736b4cad2391e48691b4434fdb", + "hashed_secret": "be61a53441932e4f82987dcaf2ef89fbcfaac0a5", "is_secret": false, "is_verified": false, - "line_number": 540, - "type": "Secret Keyword", + "line_number": 815, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "54ec81ecf625d2640f2d27dbb8343cb6ee1b7348", + "hashed_secret": "7ed5883c89e869acd5ac1fb9e12730f4a42b29c4", "is_secret": false, "is_verified": false, - "line_number": 551, - "type": "Secret Keyword", + "line_number": 830, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a5645bb67778c147a3b366da521477d254f5c4e8", + "hashed_secret": "c6818e944c28f358430e50279f8552ba70d43b1c", "is_secret": false, "is_verified": false, - "line_number": 769, - "type": "Secret Keyword", + "line_number": 836, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "hashed_secret": "3062e8c5ec47afaf7ba2ce1532e8e56c0af6ea8f", "is_secret": false, "is_verified": false, - "line_number": 775, - "type": "Secret Keyword", + "line_number": 842, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_llm_proxy_service.py": [ + }, { - "hashed_secret": "a5645bb67778c147a3b366da521477d254f5c4e8", + "hashed_secret": "29aae00ffb8818a8acfa28442eb304f3862cbaf5", "is_secret": false, "is_verified": false, - "line_number": 434, - "type": "Secret Keyword", + "line_number": 853, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "hashed_secret": "4faeea7fc4d0ed985b094fe85a90aab7fc3d7ae8", "is_secret": false, "is_verified": false, - "line_number": 447, - "type": "Secret Keyword", + "line_number": 863, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "hashed_secret": "7f471e64dc9e4d9e288dd5f95604e359310dd19d", "is_secret": false, "is_verified": false, - "line_number": 460, - "type": "Secret Keyword", + "line_number": 875, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_mcp_client_chat_service.py": [ + }, { - "hashed_secret": "fb0123cbab73d8a58896fbe39b8b7b5b6df15c5e", + "hashed_secret": "7a3f11072e339bc675d446b98fb026bdd111d679", "is_secret": false, "is_verified": false, - "line_number": 69, - "type": "Secret Keyword", + "line_number": 881, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a022de4a00e7998ae897308ffaaf884fabb9ee1f", + "hashed_secret": "8ff217a235ef34ef9bbdc8de3ba9d64919c5f3ad", "is_secret": false, "is_verified": false, - "line_number": 100, - "type": "Secret Keyword", + "line_number": 891, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "766a6e8998aefe2117d62c2d48411e43161ffa11", + "hashed_secret": "2bbb23c710243f6c2dd0da44f0bce1512d40aeb0", "is_secret": false, "is_verified": false, - "line_number": 125, - "type": "Secret Keyword", + "line_number": 897, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "76ce15edd5a8548603b6fd281d185f323234758f", + "hashed_secret": "93408d219072bd897710a546d04acbdf8f518992", "is_secret": false, "is_verified": false, - "line_number": 148, - "type": "Secret Keyword", + "line_number": 903, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e2c786c60e8fb4620403ebbd4ec4fd8e8766370e", + "hashed_secret": "6fcce879c9ab3becbec8929825db785c6d52437b", "is_secret": false, "is_verified": false, - "line_number": 167, - "type": "Secret Keyword", + "line_number": 913, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "190d967672500a817f10cf8c5f8ae7f1f73c006a", "is_secret": false, "is_verified": false, - "line_number": 187, - "type": "Secret Keyword", + "line_number": 928, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_mcp_client_chat_service_extended.py": [ + }, { - "hashed_secret": "0474aee45985f5ae829f53849df476200e876990", + "hashed_secret": "8977d964704890333a861cc91fb4738b73ca2c65", "is_secret": false, "is_verified": false, - "line_number": 256, - "type": "Secret Keyword", + "line_number": 934, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "hashed_secret": "29cc4d113d2b819fd175fde15139a9047b4714ae", "is_secret": false, "is_verified": false, - "line_number": 337, - "type": "Secret Keyword", + "line_number": 940, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a022de4a00e7998ae897308ffaaf884fabb9ee1f", + "hashed_secret": "312b2b00dee44085e5b75a37287b37fad4cbffd3", "is_secret": false, "is_verified": false, - "line_number": 807, - "type": "Secret Keyword", + "line_number": 946, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "766a6e8998aefe2117d62c2d48411e43161ffa11", + "hashed_secret": "0e41bc284bfc2877d6684a4ecc1ac5095172bb24", "is_secret": false, "is_verified": false, - "line_number": 1155, - "type": "Secret Keyword", + "line_number": 956, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "64bd05d89142566144bce27f4904a322d8d9e836", + "hashed_secret": "4d3dfbf42f79749cb066b45b4baa929fb891809a", "is_secret": false, "is_verified": false, - "line_number": 1191, - "type": "Secret Keyword", + "line_number": 962, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "36b97c530b1f4c96e9033800c80908a6cfa4b761", "is_secret": false, "is_verified": false, - "line_number": 1289, - "type": "Secret Keyword", + "line_number": 968, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d576acab7ea77edc8aa4f9ebea6bd4c1cc0d1764", + "hashed_secret": "2d70a27f9bdfdb0ebea3fa79f7962fa957bd11fa", "is_secret": false, "is_verified": false, - "line_number": 1554, - "type": "Secret Keyword", + "line_number": 977, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_mcp_session_pool.py": [ + }, { - "hashed_secret": "90bd1b48e958257948487b90bee080ba5ed00caa", + "hashed_secret": "b7db53b4da996a7c3f03e516ecfb7b6663ad3a67", "is_secret": false, "is_verified": false, - "line_number": 1478, + "line_number": 983, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_metrics.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "52174d432f72b603ab3aeb65e046d8842f64eba8", "is_secret": false, "is_verified": false, - "line_number": 164, - "type": "Basic Auth Credentials", + "line_number": 1026, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_oauth_manager.py": [ + }, { - "hashed_secret": "34e587c8f9ba011db386d719d66ffe3cfaea5447", + "hashed_secret": "e5a4c25fa3dd5c2d5b9286d7ea3b484ca10cf36f", "is_secret": false, "is_verified": false, - "line_number": 399, - "type": "Secret Keyword", + "line_number": 1032, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a0f4ea7d91495df92bbac2e2149dfb850fe81396", + "hashed_secret": "cb470d371783f789843ee40423cebb2556210097", "is_secret": false, "is_verified": false, - "line_number": 419, - "type": "Secret Keyword", + "line_number": 1041, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "hashed_secret": "22c495789b158bf96a04f9bd11015ad54eace5c6", "is_secret": false, "is_verified": false, - "line_number": 458, - "type": "Secret Keyword", + "line_number": 1047, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "5b64e437c260658f1d7cdcd48a1225f857e0e5b8", "is_secret": false, "is_verified": false, - "line_number": 535, - "type": "Secret Keyword", + "line_number": 1058, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "355e7ab792a8403301eb0732bab9d2b3950ac048", + "hashed_secret": "1c467bf7b5d8839eb1e74702a5f267741ec101c2", "is_secret": false, "is_verified": false, - "line_number": 538, - "type": "Secret Keyword", + "line_number": 1083, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_oauth_manager_pkce.py": [ + }, { - "hashed_secret": "e582429052cdb908833560f6f7582d232de37c4d", + "hashed_secret": "a01ed733db2d22229836d58b183434ba75b584c2", "is_secret": false, "is_verified": false, - "line_number": 58, - "type": "Base64 High Entropy String", + "line_number": 1100, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "hashed_secret": "7622026df2230df64fc957b1de93a7a2ffa53523", "is_secret": false, "is_verified": false, - "line_number": 352, - "type": "Secret Keyword", + "line_number": 1112, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "hashed_secret": "dc2e94f24b05f113bf345bb2afbcb6e26645cd5c", "is_secret": false, "is_verified": false, - "line_number": 475, - "type": "Secret Keyword", + "line_number": 1122, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_observability_service.py": [ + }, { - "hashed_secret": "0a24796d4c71ce722a92f450f69dc36c60b21de4", + "hashed_secret": "0a549d859d0064d99bd64aa5226d0588e42e1f32", "is_secret": false, "is_verified": false, - "line_number": 405, + "line_number": 1131, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8750a512f22c55598175aee8790ae2470ec88d16", + "hashed_secret": "ebbea2a8b6a37ded68465f81f315d4a23c27a8e8", "is_secret": false, "is_verified": false, - "line_number": 406, + "line_number": 1137, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_resource_service.py": [ + }, { - "hashed_secret": "b0beaa298b4c296ba29df08b919548d17e68d6c8", + "hashed_secret": "3558448508502aa5a344f39c803ec2665ee9e81b", "is_secret": false, "is_verified": false, - "line_number": 4017, - "type": "Secret Keyword", + "line_number": 1146, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "a71d7ae63f77e488a44fc92784434919791f0c3f", "is_secret": false, "is_verified": false, - "line_number": 4032, - "type": "Secret Keyword", + "line_number": 1152, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "hashed_secret": "e591abf3379f4a9791ed9fe0134efe5eeb70d9ee", "is_secret": false, "is_verified": false, - "line_number": 4724, + "line_number": 1158, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_server_service.py": [ + }, { - "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "hashed_secret": "069b2d0ee6a81123a6f841920f52bab96e24cd15", "is_secret": false, "is_verified": false, - "line_number": 1406, + "line_number": 1173, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "hashed_secret": "8d059a6ae441b561e2f1c076d396fae696e5a25a", "is_secret": false, "is_verified": false, - "line_number": 1494, - "type": "Secret Keyword", + "line_number": 1184, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "57b2ad99044d337197c0c39fd3823568ff81e48a", + "hashed_secret": "32daac6899f5795631ba20f4716dc2b264fc32f2", "is_secret": false, "is_verified": false, - "line_number": 1495, - "type": "Secret Keyword", + "line_number": 1190, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e8af0e18ff4805f4efd84f58b0fa69e3780f35a4", + "hashed_secret": "57a3c2bd3253c61856df4bf13198109b0d51486d", "is_secret": false, "is_verified": false, - "line_number": 1635, - "type": "Secret Keyword", + "line_number": 1202, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "25ab86bed149ca6ca9c1c0d5db7c9a91388ddeab", + "hashed_secret": "802fb7ee4a23f1061a4a099e6518b448f5dea8d3", "is_secret": false, "is_verified": false, - "line_number": 1636, - "type": "Secret Keyword", + "line_number": 1212, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "498e738c70c40fb156a240d26f866f2d50e9cb51", + "hashed_secret": "a4cf867673699f5dc3d18038b5a87c2a7bf4dfd3", "is_secret": false, "is_verified": false, - "line_number": 1848, - "type": "Secret Keyword", + "line_number": 1225, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a6bf0a0e01efe836c52ef316f030bf50ac2f716c", + "hashed_secret": "a02ff67f8e504e59af8eff72afb26fda27037a42", "is_secret": false, "is_verified": false, - "line_number": 1866, - "type": "Secret Keyword", + "line_number": 1231, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_sso_service.py": [ + }, { - "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "hashed_secret": "d978e33d84309bf97aa5af7e47486be164c0787e", "is_secret": false, "is_verified": false, - "line_number": 176, - "type": "Secret Keyword", + "line_number": 1237, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3340ad734a33028b9498d58dc8b49e9c02157b19", + "hashed_secret": "f2ceefa876785b2d7376d2af71e760c71ec0109e", "is_secret": false, "is_verified": false, - "line_number": 197, - "type": "Secret Keyword", + "line_number": 1243, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ec09a041656818107eb855453ffbf7327d3bbc9d", + "hashed_secret": "ea76a6819e6c7b642a58ff2639e061e2303fc28d", "is_secret": false, "is_verified": false, - "line_number": 334, - "type": "Secret Keyword", + "line_number": 1249, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_support_bundle_service.py": [ + }, { - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", + "hashed_secret": "20b3b413826d61a82664d755aaaa4a180123d161", "is_secret": false, "is_verified": false, - "line_number": 82, - "type": "Basic Auth Credentials", + "line_number": 1255, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "56397d9a520742406189d71ac27362811f4eb3f4", "is_secret": false, "is_verified": false, - "line_number": 100, - "type": "Secret Keyword", + "line_number": 1264, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d6b66ddd9ea7dbe760114bfe9a97352a5e139134", + "hashed_secret": "978bcf06dc12b74b1579b446ae082265db1358f6", "is_secret": false, "is_verified": false, - "line_number": 106, - "type": "JSON Web Token", + "line_number": 1270, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", + "hashed_secret": "8cc69a0306a6b8f4c32428f44505f11eaebb3ebf", "is_secret": false, "is_verified": false, - "line_number": 196, - "type": "Basic Auth Credentials", + "line_number": 1279, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "6538f9a3e2204f918d5719f17a23367f4d2105c7", "is_secret": false, "is_verified": false, - "line_number": 210, - "type": "Basic Auth Credentials", + "line_number": 1289, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_token_storage_service.py": [ + }, { - "hashed_secret": "f7cfcf33b07a640de88cca1a41a681d98213a43c", + "hashed_secret": "ff70e2022b5f305d9d30b5604b3d3fef49158de5", "is_secret": false, "is_verified": false, - "line_number": 25, - "type": "Secret Keyword", + "line_number": 1298, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "920a25ef686c4f7ca6ad23dd109d3ad653161832", + "hashed_secret": "b4259ea178dd7cb0249df5d8feb7d13a2d6fd820", "is_secret": false, "is_verified": false, - "line_number": 255, - "type": "Secret Keyword", + "line_number": 1312, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "48004e013423b89217e65eca07df9574fcd092a6", + "hashed_secret": "fb82e6c6c8d3ed2486ef8249d7e59336b5c86610", "is_secret": false, "is_verified": false, - "line_number": 322, - "type": "Secret Keyword", + "line_number": 1321, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_tool_service.py": [ + }, { - "hashed_secret": "d63b39580934e062f89aae63426d2f2c77c3e258", + "hashed_secret": "ba44f293d24fbbcbe1ef98385355f7fed4f8419d", "is_secret": false, "is_verified": false, - "line_number": 543, - "type": "Base64 High Entropy String", + "line_number": 1327, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "586a55a9b8b97f0cd88e24ce8279ebc955949688", + "hashed_secret": "bfdcf12c00b303dde9a57ba3e08927a60a89c6b8", "is_secret": false, "is_verified": false, - "line_number": 544, - "type": "Secret Keyword", + "line_number": 1333, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "00cafd126182e8a9e7c01bb2f0dfd00496be724f", + "hashed_secret": "8be0eab839d1133fc403dcc2790b84d4dfff3381", "is_secret": false, "is_verified": false, - "line_number": 560, - "type": "Secret Keyword", + "line_number": 1343, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "7b1552c7c7ffb8bd70b5666e5997c8e017630aab", + "hashed_secret": "891ddfb5f57f136198961b98f8014e3c7bc9e602", "is_secret": false, "is_verified": false, - "line_number": 1975, - "type": "Base64 High Entropy String", + "line_number": 1353, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9fb7fe1217aed442b04c0f5e43b5d5a7d3287097", + "hashed_secret": "19c50b4f711d39a10ac1890b58e609934e3e7ff6", "is_secret": false, "is_verified": false, - "line_number": 3028, - "type": "Secret Keyword", + "line_number": 1362, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "hashed_secret": "74ac836ae646fd72c7c162ace0d10d50d81af86b", "is_secret": false, "is_verified": false, - "line_number": 3656, - "type": "Secret Keyword", + "line_number": 1371, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "hashed_secret": "852251ba1e8919a04b1d4678fbf9ba2a73e82a19", "is_secret": false, "is_verified": false, - "line_number": 6934, - "type": "Secret Keyword", + "line_number": 1380, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2e7745f43b0ef0e2c2faf61d6c6a28be2965750", + "hashed_secret": "0675b70f52618de044d1d1703b6c8849b407c83a", "is_secret": false, "is_verified": false, - "line_number": 7426, - "type": "Secret Keyword", + "line_number": 1391, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4a249743d4d2241bd2ae085b4fe654d089488295", + "hashed_secret": "c63addae2503bfe26923f0460158bb2fc674b928", "is_secret": false, "is_verified": false, - "line_number": 8773, - "type": "Secret Keyword", + "line_number": 1403, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0c8d051d3c7eada5d31b53d9936fce6bcc232ae2", + "hashed_secret": "9f7a7461ae8d5e27458e899b4e84416483680a51", "is_secret": false, "is_verified": false, - "line_number": 8915, - "type": "Secret Keyword", + "line_number": 1414, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "5b35b10ce4ffd9e769dc5edeb91e3717ca35a110", "is_secret": false, "is_verified": false, - "line_number": 9291, - "type": "Secret Keyword", + "line_number": 1420, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/services/test_tool_service_coverage.py": [ + }, { - "hashed_secret": "2dd2850bcc4ae4e74154aed99ee5f68292ecfec5", + "hashed_secret": "de655789d424d5a5631a8000892feda124ff3528", "is_secret": false, "is_verified": false, - "line_number": 2980, - "type": "Secret Keyword", + "line_number": 1460, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d92342976d720ff38cf5dcb329be41959ab1ba6c", + "hashed_secret": "bbf2c697167fb0954886a726005d59a7548b75e6", "is_secret": false, "is_verified": false, - "line_number": 3666, - "type": "Secret Keyword", + "line_number": 1474, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f93640458964af294a485bc6d597694cf3308e1f", + "hashed_secret": "639bd69cb045a98edcce33e331b9ac85691c5fda", "is_secret": false, "is_verified": false, - "line_number": 3675, - "type": "Secret Keyword", + "line_number": 1498, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0857abc2d90c5d9821229fc0a880f1c38ffb0e04", + "hashed_secret": "1ac59a9207d43c177051b356ba21af36e0c5e1c3", "is_secret": false, "is_verified": false, - "line_number": 4066, + "line_number": 1511, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "99834bc4eff3f1e1c1e4692d2476b593b501d045", + "hashed_secret": "63571b418c02815c6322eb603852d5e166f6810d", "is_secret": false, "is_verified": false, - "line_number": 6994, - "type": "Secret Keyword", + "line_number": 1524, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "b64689f9c223de81042e74dbcfbe5a73a2c1544c", "is_secret": false, "is_verified": false, - "line_number": 7012, - "type": "Secret Keyword", + "line_number": 1537, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b8cec023ad982a1355abb9e7c7700e42d7e6fac3", + "hashed_secret": "f4ebc8e2e9f67a0dc31342a70179c4d44b292a99", "is_secret": false, "is_verified": false, - "line_number": 7036, - "type": "Secret Keyword", + "line_number": 1546, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0614eb27c6e0d2f4ed9a1cce2a5bcbbbc17aa556", + "hashed_secret": "9daac1b266d3875ecff4a4b7932e73d63f51718f", "is_secret": false, "is_verified": false, - "line_number": 7100, - "type": "Secret Keyword", + "line_number": 1557, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a38fea79a043f0c9a62f851659d459dc3b716ea9", + "hashed_secret": "60a673ff967b996194d288e551490d960a18d4e2", "is_secret": false, "is_verified": false, - "line_number": 7111, - "type": "Secret Keyword", + "line_number": 1563, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a50da1fb101595ac5158f2c9394a65a84061b56c", + "hashed_secret": "8a1b53508b16a129f35039f353671356a8281e8b", "is_secret": false, "is_verified": false, - "line_number": 7152, - "type": "Secret Keyword", + "line_number": 1569, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ed3e0017cb8e4b06a59af1a441f62cbe58d2ef59", + "hashed_secret": "58f0106d7117389d48944ab0421c44ca96dd7992", "is_secret": false, "is_verified": false, - "line_number": 7158, - "type": "Secret Keyword", + "line_number": 1578, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9bdc408babb4c5740aa9ee42e65b9308bd01f5f9", + "hashed_secret": "bc37fdf97c85de38881099f997b799f0ce27c830", "is_secret": false, "is_verified": false, - "line_number": 8352, - "type": "Secret Keyword", + "line_number": 1592, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_admin.py": [ + }, { - "hashed_secret": "206c80413b9a96c1312cc346b7d2517b84463edd", + "hashed_secret": "190341c4e045ee5d256b052fa97f59b1d066169f", "is_secret": false, "is_verified": false, "line_number": 1604, - "type": "Secret Keyword", + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "5cbd0bf2db07a8f50fa9bbcc5ac720b1911c6380", + "hashed_secret": "3632f3823bb444d1697daae3d3c00f8c1472fbac", "is_secret": false, "is_verified": false, - "line_number": 1776, - "type": "Secret Keyword", + "line_number": 1610, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "hashed_secret": "a3f550383fa80c876ecec52c42b21b375aec47a3", "is_secret": false, "is_verified": false, - "line_number": 2781, + "line_number": 1623, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "hashed_secret": "ba8ac4ac3810916dd75cdf9bb539b045d8f828f4", "is_secret": false, "is_verified": false, - "line_number": 5214, - "type": "Secret Keyword", + "line_number": 1633, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "hashed_secret": "dd30e69b06fc9e7153b91d6152b47abee06bc76e", "is_secret": false, "is_verified": false, - "line_number": 5867, - "type": "Secret Keyword", + "line_number": 1639, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2878cbdbbcfa6feafc04b8889f5ecc8c470ba32e", + "hashed_secret": "edea2c54c8d390fdfff6535d3da4fd1fdf17b62a", "is_secret": false, "is_verified": false, - "line_number": 5931, - "type": "Secret Keyword", + "line_number": 1649, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a0281cd072cea8e80e7866b05dc124815760b6c9", + "hashed_secret": "bfb212002ccc72caf73acbfb0a5bd6c1c2acaa42", "is_secret": false, "is_verified": false, - "line_number": 6183, - "type": "Secret Keyword", + "line_number": 1658, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a0f4ea7d91495df92bbac2e2149dfb850fe81396", + "hashed_secret": "044ff8fe1e6d9bb34b8e097fa053256f451e1d65", "is_secret": false, "is_verified": false, - "line_number": 9166, - "type": "Secret Keyword", + "line_number": 1669, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a75a7c7b31474f3f04f3a395228ded8d61ee1ae3", + "hashed_secret": "93658223830f17449a3b81a759279f8db378716a", "is_secret": false, "is_verified": false, - "line_number": 9215, - "type": "Secret Keyword", + "line_number": 1680, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "02c593fd9af8254b859d426a76b6cd42847fbec1", + "hashed_secret": "6d252f2c2f14196d2164788e909d288b535a7730", "is_secret": false, "is_verified": false, - "line_number": 9254, - "type": "Secret Keyword", + "line_number": 1693, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1ded3053d0363079a4e681a3b700435d6d880290", + "hashed_secret": "f4fd806c07aaf73c1529b88212a826fadcae43ae", "is_secret": false, "is_verified": false, - "line_number": 9311, - "type": "Secret Keyword", + "line_number": 1702, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c00dbbc9dadfbe1e232e93a729dd4752fade0abf", + "hashed_secret": "dafd46fad0421f3f00574f5c736ec0847f53d212", "is_secret": false, "is_verified": false, - "line_number": 14409, - "type": "Secret Keyword", + "line_number": 1714, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "8f48b5146d88920187ca1c8d1d52cd0b008f12de", "is_secret": false, "is_verified": false, - "line_number": 17166, - "type": "Secret Keyword", + "line_number": 1723, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c", + "hashed_secret": "083e28bdae3cd5b3af135e50a5758bd732e076c4", "is_secret": false, "is_verified": false, - "line_number": 17185, - "type": "Secret Keyword", + "line_number": 1729, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dc8002865f92070749b264e76045b04fa3b8de71", + "hashed_secret": "630ac66c09261f06d21e712acac6287e3d573cc9", "is_secret": false, "is_verified": false, - "line_number": 20843, - "type": "Secret Keyword", + "line_number": 1739, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_admin_catalog_htmx.py": [ + }, { - "hashed_secret": "dff6d4ff5dc357cf451d1855ab9cbda562645c9f", + "hashed_secret": "1eeb415c50a8d2b04a705ebf09786adf00d8cf59", "is_secret": false, "is_verified": false, - "line_number": 239, - "type": "Secret Keyword", + "line_number": 1745, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_admin_module.py": [ + }, { - "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "hashed_secret": "14b703e941e97ca4115fbfc7afc9d19920aa9c6c", "is_secret": false, "is_verified": false, - "line_number": 453, - "type": "Secret Keyword", + "line_number": 1751, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "c00dbbc9dadfbe1e232e93a729dd4752fade0abf", + "hashed_secret": "f711a3e8a220ceb3c9b360745772e4ed8659f46c", "is_secret": false, "is_verified": false, - "line_number": 1106, - "type": "Secret Keyword", + "line_number": 1757, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_auth.py": [ + }, { - "hashed_secret": "b5920aa41ccde1341077fdb2636afc16d6da0e1a", + "hashed_secret": "1180001a3c0dcef8ab3a4427e6aab1011a1fc56d", "is_secret": false, "is_verified": false, - "line_number": 190, - "type": "Secret Keyword", + "line_number": 1767, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "467be688b21f5d43370f5dc983fe5ed58dea4b00", + "hashed_secret": "7d64118ef4ee08c6e431da22c00cc6db06fc8495", "is_secret": false, "is_verified": false, - "line_number": 216, - "type": "Secret Keyword", + "line_number": 1776, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "d955debea8e960a293ecbb257048680898cc9d94", + "hashed_secret": "fc643b8317813d4055f095a72f90dfc83ac98a52", "is_secret": false, "is_verified": false, - "line_number": 231, - "type": "Secret Keyword", + "line_number": 1782, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4ee9e7b8482f6e0282b0117eb81651c98b537589", + "hashed_secret": "09b70bdc3f035c1579508c2a4a7a626d980c5e0c", "is_secret": false, "is_verified": false, - "line_number": 265, - "type": "Secret Keyword", + "line_number": 1788, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "500886a66d19ebfe2d5c0ee86cf4612f9458ee4f", + "hashed_secret": "fed671d6a24626d6cf16f91b98f2b11ba736d095", "is_secret": false, "is_verified": false, - "line_number": 338, - "type": "Secret Keyword", + "line_number": 1794, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2169f1a808382eb7b521206debaef01c91f1b60", + "hashed_secret": "33eb20252a41cba23b834a062ead51beccf29376", "is_secret": false, "is_verified": false, - "line_number": 377, - "type": "Secret Keyword", + "line_number": 1805, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cd61d9f689e9992aec40aeec7210b45a681309f9", + "hashed_secret": "24c6c50199abdbdf01f5bfc41c06d323bb57ac6b", "is_secret": false, "is_verified": false, - "line_number": 411, - "type": "Secret Keyword", + "line_number": 1814, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ae97d9e9201a9bc1806069d80e5809ab745a91e8", + "hashed_secret": "611820b81f8ac5cb3dca1a7fb85e67110bc551c5", "is_secret": false, "is_verified": false, - "line_number": 446, - "type": "Secret Keyword", + "line_number": 1825, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "eb2344b0e2d6529ced74f8b09be362a460defa15", + "hashed_secret": "f57b63e67ed485c5ffe3dec0888657ac4c281ca5", "is_secret": false, "is_verified": false, - "line_number": 483, - "type": "Secret Keyword", + "line_number": 1838, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "89be7e8e88bc7b0cdb5ddaa01dab1cd1728541e2", + "hashed_secret": "824096ad190248d40cef63862048a64d18e73093", "is_secret": false, "is_verified": false, - "line_number": 547, - "type": "Secret Keyword", + "line_number": 1847, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "5a539b200edec3aaa5167e1cde5d8fd0e8cf4aee", + "hashed_secret": "67eb96441e8f50509300c66e81b167f6e3f0f21d", "is_secret": false, "is_verified": false, - "line_number": 560, - "type": "Secret Keyword", + "line_number": 1858, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8be6db326ca95f74590bd09c9c328fc9a3db3b6c", + "hashed_secret": "09057af5054a5ad648e142f3d8f20650c1961474", "is_secret": false, "is_verified": false, - "line_number": 698, - "type": "Secret Keyword", + "line_number": 1867, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2368055dc74fca43f2f9c849dbbaaa04616670cf", + "hashed_secret": "b62ab1173e770de947a50fe2b3ae83805000809b", "is_secret": false, "is_verified": false, - "line_number": 747, - "type": "Secret Keyword", + "line_number": 1882, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8ce647089e0614d3b924f4a0b8fb78268562ec7c", + "hashed_secret": "de47997a6ccac36e55eafe4f8112bbe269455d65", "is_secret": false, "is_verified": false, - "line_number": 1436, - "type": "Secret Keyword", + "line_number": 1888, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dc6f6cc49f767ae38db110a9e6c1adf5c651ecbf", + "hashed_secret": "86efcec63d7f5e5c3cf34e1acfd29fc257f3c382", "is_secret": false, "is_verified": false, - "line_number": 1480, - "type": "Secret Keyword", + "line_number": 1898, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "7939ea1cdfc6d73115b0d736fa04012be2b25b18", + "hashed_secret": "8e11a5e472d1d4d98e2bdc00b90448cca073dd97", "is_secret": false, "is_verified": false, - "line_number": 1571, - "type": "Secret Keyword", + "line_number": 1908, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "91014bcbf183cf77807b4bd24f2e8652f67b56a0", + "hashed_secret": "a5ea7e9c1ce564f30e9551f8200f29d90aa6ec5e", "is_secret": false, "is_verified": false, - "line_number": 2079, - "type": "Secret Keyword", + "line_number": 1925, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "61ac75f7e6677b79c219ce819d954e05f61b5d2c", + "hashed_secret": "7794fee4eaeafc705f8eeba3b4d69cba7869dab0", "is_secret": false, "is_verified": false, - "line_number": 2097, - "type": "Secret Keyword", + "line_number": 1936, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8223fafd35f399e55c3cf611c3d6ebbf43d68d71", + "hashed_secret": "8aecd4c13a7b746e2dd4cfe9762061501833943a", "is_secret": false, "is_verified": false, - "line_number": 2743, - "type": "Secret Keyword", + "line_number": 1946, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "dfd99b5f25f839608a3c275c0f8ceb363f8f0bc0", + "hashed_secret": "e5720b6d98058e32a6194a43416caa780707a3de", "is_secret": false, "is_verified": false, - "line_number": 3538, - "type": "Secret Keyword", + "line_number": 1956, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "5038e18712161fca54e52805726d3c70b296eff6", + "hashed_secret": "dcb719d0fd8853d6851ce72bfe162430bd5541c1", "is_secret": false, "is_verified": false, - "line_number": 3647, - "type": "Secret Keyword", + "line_number": 1967, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f5cd573c18bf811f82a886ceb6866b05d5ef02cd", + "hashed_secret": "5a9e3d91c47e5f9099917f07fd7130195338b4ca", "is_secret": false, "is_verified": false, - "line_number": 3725, - "type": "Secret Keyword", + "line_number": 1978, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "79bead8e6d65862a00cffaa12ccde1189ec34d29", + "hashed_secret": "8736cc66191df4fc4b9ed7736fec891760767e62", "is_secret": false, "is_verified": false, - "line_number": 4108, - "type": "Secret Keyword", + "line_number": 1991, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_cli_export_import_coverage.py": [ + }, { - "hashed_secret": "5ef3af6cd9b5aa907fa618fac829baaec6763b42", + "hashed_secret": "65198a7292403ca29166dbaadb980fa1296fd56e", "is_secret": false, "is_verified": false, - "line_number": 685, - "type": "Secret Keyword", + "line_number": 2006, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_config.py": [ + }, { - "hashed_secret": "7952d9e777d5fa3933a6132f35493b970e1c8828", + "hashed_secret": "e9932a2f581ce1c412466aba20ce5938f4ce4b6f", "is_secret": false, "is_verified": false, - "line_number": 164, - "type": "Secret Keyword", + "line_number": 2015, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "78466ed9a08daa9faf88434c1dd6bb8761e98a61", + "hashed_secret": "544a059b6156aa5094965cbf44cacd5232cdc84f", "is_secret": false, "is_verified": false, - "line_number": 471, - "type": "Secret Keyword", + "line_number": 2024, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "51beb0ccb2d6f1365ed1278c636dabcd8797db95", + "hashed_secret": "79a0a8be10240450c72322f433eb92948903500f", "is_secret": false, "is_verified": false, - "line_number": 484, - "type": "Secret Keyword", + "line_number": 2030, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "95bb8a28fc0d18320a4d8deae3bd9c043709a22f", + "hashed_secret": "102dfadad7f84fbd0da59ec7a4360651e8018702", "is_secret": false, "is_verified": false, - "line_number": 490, - "type": "Secret Keyword", + "line_number": 2045, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cbfdac6008f9cab4083784cbd1874f76618d2a97", + "hashed_secret": "2bb2fe1e57f60f9972d8dc8aafecc14ea140b262", "is_secret": false, "is_verified": false, - "line_number": 559, - "type": "Basic Auth Credentials", + "line_number": 2063, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "0f0ab1d14970dea160a53133a1b2487ba464fda3", + "hashed_secret": "d93f2cd8895569df797eb6a57011aa1489604dee", "is_secret": false, "is_verified": false, - "line_number": 619, - "type": "Secret Keyword", + "line_number": 2069, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "516b9783fca517eecbd1d064da2d165310b19759", + "hashed_secret": "3f85aa33de16e014a62133be00e2fae3fee16a15", "is_secret": false, "is_verified": false, - "line_number": 988, - "type": "Basic Auth Credentials", + "line_number": 2075, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ef4eb24299c517306652ffee61e05934f2224914", + "hashed_secret": "07bedfcb80ecb1e20c6167094b9715b4c25e3d28", "is_secret": false, "is_verified": false, - "line_number": 1240, - "type": "Secret Keyword", + "line_number": 2086, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_db.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "319d3f52ed81b3c7c6a69e0ddb313dba40f94795", "is_secret": false, "is_verified": false, - "line_number": 2421, - "type": "Basic Auth Credentials", + "line_number": 2098, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_db_isready.py": [ + }, { - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", + "hashed_secret": "99bce2688418d3adf96547726401effde2101407", "is_secret": false, "is_verified": false, - "line_number": 72, - "type": "Basic Auth Credentials", + "line_number": 2109, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1a91d62f7ca67399625a4368a6ab5d4a3baa6073", + "hashed_secret": "611ee95376df586616103d908ee6f0e50de5ce6f", "is_secret": false, "is_verified": false, - "line_number": 115, - "type": "Basic Auth Credentials", + "line_number": 2119, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "516b9783fca517eecbd1d064da2d165310b19759", + "hashed_secret": "8792035d236f541da7fcdacf04647f5050fd4f37", "is_secret": false, "is_verified": false, - "line_number": 224, - "type": "Basic Auth Credentials", + "line_number": 2130, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_display_name_uuid_features.py": [ + }, { - "hashed_secret": "c377074d6473f35a91001981355da793dc808ffd", + "hashed_secret": "1c7d5dc44e70c25f3c80013f6b1fcf41995ed951", "is_secret": false, "is_verified": false, - "line_number": 620, + "line_number": 2148, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "99c962e8c62296bdc9a17f5caf91ce9bb4c7e0e6", + "hashed_secret": "d62f1b254d7ecac7effa42e8a2e02d3baf03bd1b", "is_secret": false, "is_verified": false, - "line_number": 621, + "line_number": 2159, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_final_coverage_push.py": [ + }, { - "hashed_secret": "5ef3af6cd9b5aa907fa618fac829baaec6763b42", + "hashed_secret": "2bba312da1074a195e616dd95b0d9970dcbf623b", "is_secret": false, "is_verified": false, - "line_number": 200, - "type": "Secret Keyword", + "line_number": 2169, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_llm_schemas.py": [ + }, { - "hashed_secret": "3acfb2c2b433c0ea7ff107e33df91b18e52f960f", + "hashed_secret": "2cec7afe8f0f8f21d28f274299142cbbe949023c", "is_secret": false, "is_verified": false, - "line_number": 67, - "type": "Secret Keyword", + "line_number": 2175, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_main.py": [ + }, { - "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "hashed_secret": "370f2dab232e01715bb1463fe9a85a8a0e3b41ed", "is_secret": false, "is_verified": false, - "line_number": 55, - "type": "Secret Keyword", + "line_number": 2181, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "718cbcc5a4207c0d5f38e3a309bdba17cb0074b7", + "hashed_secret": "c461b9dd39d7217a96ec3c56280634a76454701d", "is_secret": false, "is_verified": false, - "line_number": 139, + "line_number": 2187, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a10b98d7340036e9c8c301704f623eddd733cc1a", + "hashed_secret": "d8f1d314d800de9172c39e761f105816ae4af3e8", "is_secret": false, "is_verified": false, - "line_number": 152, + "line_number": 2193, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_main_error_handlers.py": [ + }, { - "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "hashed_secret": "a0ccf26d3e5e73d1fea4cbd7e882f8a4269b51e6", "is_secret": false, "is_verified": false, - "line_number": 35, - "type": "Secret Keyword", + "line_number": 2205, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_main_extended.py": [ + }, { - "hashed_secret": "6745fa570d36be08400efa1cbc2f057bb001290e", + "hashed_secret": "83719d2d8284b30dee2823349c2d7f600e237d8c", "is_secret": false, "is_verified": false, - "line_number": 2439, + "line_number": 2211, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4f13f134744a2fadbbe2d624687246347d12fa63", + "hashed_secret": "788b34ba07c35e639f6e3e82f608189791e3239f", "is_secret": false, "is_verified": false, - "line_number": 2727, + "line_number": 2217, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_multi_auth_headers.py": [ + }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "a2de2067076eb603a022b1b629bba6167194fcaa", "is_secret": false, "is_verified": false, - "line_number": 298, - "type": "Secret Keyword", + "line_number": 2223, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_oauth_manager.py": [ + }, { - "hashed_secret": "9fb7fe1217aed442b04c0f5e43b5d5a7d3287097", + "hashed_secret": "831b1f0f0af506c6b1b5c2de459b9b4b4f3ac633", "is_secret": false, "is_verified": false, - "line_number": 71, - "type": "Secret Keyword", + "line_number": 2229, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "00942f4668670f34c5943cf52c7ef3139fe2b8d6", + "hashed_secret": "d1837f7e31117d99b0cbffd82e7eabcea851a94c", "is_secret": false, "is_verified": false, - "line_number": 1225, - "type": "Secret Keyword", + "line_number": 2238, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "233243ef95e736679cb1d5664a4c71ba89c10664", + "hashed_secret": "040278ead73fc50f601174bf24cfe3552915a67e", "is_secret": false, "is_verified": false, - "line_number": 1361, - "type": "Secret Keyword", + "line_number": 2244, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "72cb70dbbafe97e5ea13ad88acd65d08389439b0", + "hashed_secret": "b85b391225b20c3137322bcc23c7e2c31320a83e", "is_secret": false, "is_verified": false, - "line_number": 1829, - "type": "Secret Keyword", + "line_number": 2253, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_observability.py": [ + }, { - "hashed_secret": "8f1b63868b5d31deb06a0ff740b192aa490e8950", + "hashed_secret": "604edf3bd2202bebf89e23895a6ef68088f57e42", "is_secret": false, "is_verified": false, - "line_number": 327, - "type": "Secret Keyword", + "line_number": 2262, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "1fb844731bf1e5928ae606915b54e21264da4768", + "hashed_secret": "a98f930ed9e869e7534be3e4b8ca121b2f46b3cc", "is_secret": false, "is_verified": false, - "line_number": 756, - "type": "Secret Keyword", + "line_number": 2275, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_postgresql_schema_config.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "7167df607c246fe7c20de1a7b7abc394c7026cd0", "is_secret": false, "is_verified": false, - "line_number": 167, - "type": "Basic Auth Credentials", + "line_number": 2289, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_schemas.py": [ + }, { - "hashed_secret": "22fcf027f5caee316ca4f2963c475f62e87e9b76", + "hashed_secret": "f0f817643483baa005cf31ad44d972f65508675e", "is_secret": false, "is_verified": false, - "line_number": 829, + "line_number": 2299, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6af3c121ed4a752936c297cddfb7b00394eabf10", + "hashed_secret": "64c9975a7ab1b5bcd2439c334f2370a65d4aae82", "is_secret": false, "is_verified": false, - "line_number": 1081, - "type": "Secret Keyword", + "line_number": 2312, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_schemas_auth_validation.py": [ + }, { - "hashed_secret": "40461afdef055768f498c9f11ca7d42beaf667b6", + "hashed_secret": "d3858567b9054a3163ab6dfd94a79713a72f7cec", "is_secret": false, "is_verified": false, - "line_number": 333, - "type": "Secret Keyword", + "line_number": 2321, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "364d84ed2a75ef4c9a3cba031109db88e504511b", + "hashed_secret": "042d13670968f7c52be4bc75a67035bdc4128e45", "is_secret": false, "is_verified": false, - "line_number": 352, - "type": "Secret Keyword", + "line_number": 2331, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "42d7bc4801cb72f2559bd9f6c9af9a2707ca321e", + "hashed_secret": "af4aec7dea6087b343019e88153e61a650d6e6dc", "is_secret": false, "is_verified": false, - "line_number": 371, - "type": "Secret Keyword", + "line_number": 2343, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "379b59bcc5d7088a11af63318381a83709402009", + "hashed_secret": "35f86be9fc56fed00caa9d04d07259deee6e5713", "is_secret": false, "is_verified": false, - "line_number": 382, - "type": "Secret Keyword", + "line_number": 2356, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_schemas_validators_extra.py": [ + }, { - "hashed_secret": "277fd76456880437641f76de1bfa6d7ef61ae861", + "hashed_secret": "7493d3c7ad45735197216f5195a3a4b2f0dc05f8", "is_secret": false, "is_verified": false, - "line_number": 775, - "type": "Secret Keyword", + "line_number": 2368, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "4ea8d2335b430796cf3f500368c5b0f5b1dc90f5", + "hashed_secret": "6d88ddb7d21a6a9b690f32635580a07f04713de5", "is_secret": false, "is_verified": false, - "line_number": 956, - "type": "Secret Keyword", + "line_number": 2378, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "57b2ad99044d337197c0c39fd3823568ff81e48a", + "hashed_secret": "0a3b77952502a84e59c4ab58fbcbe92b5df6e5e9", "is_secret": false, "is_verified": false, - "line_number": 961, - "type": "Secret Keyword", + "line_number": 2390, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "3d12349760de61e8070eea4704d2c471731bdd15", + "hashed_secret": "4388f4a1071af57b8f44733a4b590114701c8263", "is_secret": false, "is_verified": false, - "line_number": 987, - "type": "Secret Keyword", + "line_number": 2399, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "640d87e741e6aa4c669a82a4cd304787960513ab", + "hashed_secret": "e41371014435a1b6db1f2d6b30c59f17f356077c", "is_secret": false, "is_verified": false, - "line_number": 1005, - "type": "Secret Keyword", + "line_number": 2412, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "c635956e53a2624afd87d3ac8a41701e377f00e7", "is_secret": false, "is_verified": false, - "line_number": 1218, - "type": "Secret Keyword", + "line_number": 2423, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8db15e8ba2f571ba5d630b4edf3a52d265668f0a", + "hashed_secret": "5747d8af9684661644b7df2fe00e51dc16f6843d", "is_secret": false, "is_verified": false, - "line_number": 1334, - "type": "Secret Keyword", + "line_number": 2434, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_team_governance_flags.py": [ + }, { - "hashed_secret": "8ac21c6ecda35ffb18d58264aeb43ca800b3d758", + "hashed_secret": "a5f5903bd227b9d811f037da91086231b40422a7", "is_secret": false, "is_verified": false, - "line_number": 580, - "type": "Secret Keyword", + "line_number": 2445, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_toolops_utils.py": [ + }, { - "hashed_secret": "a62f2225bf70bfaccbc7f1ef2a397836717377de", + "hashed_secret": "8bcb6f0287067ce172f04cf87f61722d4bf477c4", "is_secret": false, "is_verified": false, - "line_number": 135, - "type": "Secret Keyword", + "line_number": 2451, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_translate_stdio_endpoint.py": [ + }, { - "hashed_secret": "528ceffb33609fca3a5646ec64a032d4362d301b", + "hashed_secret": "34cfa36d78842de5ac91d80bd7a8996d903abee8", "is_secret": false, "is_verified": false, - "line_number": 277, - "type": "Secret Keyword", + "line_number": 2461, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/test_version.py": [ + }, { - "hashed_secret": "516b9783fca517eecbd1d064da2d165310b19759", + "hashed_secret": "6be5b6b2b339ebb0359e498fb3752087d91f5ea2", "is_secret": false, "is_verified": false, - "line_number": 183, - "type": "Basic Auth Credentials", + "line_number": 2470, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/tools/builder/test_common.py": [ + }, { - "hashed_secret": "206c80413b9a96c1312cc346b7d2517b84463edd", + "hashed_secret": "84195544d364bd618a1ff2934f7820b59206d21a", "is_secret": false, "is_verified": false, - "line_number": 673, - "type": "Secret Keyword", + "line_number": 2479, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "f9de3f6e836fa1b0a50f4e0e06154a422c0ed705", "is_secret": false, "is_verified": false, - "line_number": 961, - "type": "Secret Keyword", + "line_number": 2488, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/tools/builder/test_schema.py": [ + }, { - "hashed_secret": "fd858ef1e811e28a823d60908b38df56e9e359e7", + "hashed_secret": "822e00a0f89ac349cbf702531f4f033260828e21", "is_secret": false, "is_verified": false, - "line_number": 201, - "type": "Secret Keyword", + "line_number": 2497, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/transports/test_streamablehttp_transport.py": [ + }, { - "hashed_secret": "b4c9248600a42f8c38c01b632f392dbcb4c7b19a", + "hashed_secret": "74d93378d470bc4f789d3d428d036fa2d628f593", "is_secret": false, "is_verified": false, - "line_number": 11388, + "line_number": 2513, "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "90bd1b48e958257948487b90bee080ba5ed00caa", + "hashed_secret": "0fdd9df07d0f5a4b49a81d92bbb086763150fbc0", "is_secret": false, "is_verified": false, - "line_number": 12525, + "line_number": 2522, "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_create_jwt_token.py": [ + }, { - "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "hashed_secret": "faa0ddbbe89ccdee24b39e7fb6cd924d84b9f95c", "is_secret": false, "is_verified": false, - "line_number": 42, - "type": "Secret Keyword", + "line_number": 2528, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_db_isready.py": [ + }, { - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", + "hashed_secret": "729601340d94890d89e69f03762589a8cbf89cec", "is_secret": false, "is_verified": false, - "line_number": 75, - "type": "Basic Auth Credentials", + "line_number": 2534, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_generate_keys.py": [ + }, { - "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", + "hashed_secret": "ea581e0c5da35c1c464cd32062801ed7632d833c", "is_secret": false, "is_verified": false, - "line_number": 32, - "type": "Private Key", + "line_number": 2540, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_proxy_auth.py": [ + }, { - "hashed_secret": "b2d898cda25886738c0cd002eb080745b09e2332", + "hashed_secret": "a9df4b3b5d643994b2d1015d8de874ffe74eebd6", "is_secret": false, "is_verified": false, - "line_number": 23, - "type": "Secret Keyword", + "line_number": 2546, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_sso_bootstrap.py": [ + }, { - "hashed_secret": "fe1bae27cb7c1fb823f496f286e78f1d2ae87734", + "hashed_secret": "15b35fb3118b66a879fd0b785ea79a11a3b69040", "is_secret": false, "is_verified": false, - "line_number": 370, - "type": "Secret Keyword", + "line_number": 2552, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "945db841c03e42eef2f3d0a4ff310e2f3b3e59ec", + "hashed_secret": "fbe26dbbaa1b01b1932e5a13b04b7ffb88ef2d21", "is_secret": false, "is_verified": false, - "line_number": 454, - "type": "Secret Keyword", + "line_number": 2558, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_trace_redaction.py": [ + }, { - "hashed_secret": "36c3eaa0e1e290f41e2810bae8d9502c785e92d9", + "hashed_secret": "cf45dbb800154fd3ee6025a606eec2d87171f1ba", "is_secret": false, "is_verified": false, - "line_number": 50, - "type": "Secret Keyword", + "line_number": 2564, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_url_auth.py": [ + }, { - "hashed_secret": "f2b14f68eb995facb3a1c35287b778d5bd785511", + "hashed_secret": "e67b0b7e7387fa4b492322f78c37bbae56f8aede", "is_secret": false, "is_verified": false, - "line_number": 40, - "type": "Secret Keyword", + "line_number": 2570, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "e48c47f1431afd3bb030deea266b4309e2228c5b", + "hashed_secret": "0253824dccde843d47fa65b99bb29912e5ec3a0a", "is_secret": false, "is_verified": false, - "line_number": 47, - "type": "Secret Keyword", + "line_number": 2576, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "6367c48dd193d56ea7b0baad25b19455e529f5ee", + "hashed_secret": "d8a8d970a479e89ac4678dabd4216dfa8b22e040", "is_secret": false, "is_verified": false, - "line_number": 57, - "type": "Secret Keyword", + "line_number": 2585, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "fd0ef1fb9f5dbc367c4ec061500002a22d109bab", + "hashed_secret": "d4e3e4ca451b86ca4ea86a0b2db6ec3ff7c01c22", "is_secret": false, "is_verified": false, - "line_number": 65, - "type": "Secret Keyword", + "line_number": 2596, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "de9f9d75dc3dd5f8f16d484e569b75fd2e69c86f", + "hashed_secret": "84469e279d411898bc4109bd5c351e99cec1a050", "is_secret": false, "is_verified": false, - "line_number": 80, - "type": "Secret Keyword", + "line_number": 2612, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "8f9c265c3866a77dcb45fd46fa0b83dc78acf82d", "is_secret": false, "is_verified": false, - "line_number": 153, - "type": "Basic Auth Credentials", + "line_number": 2627, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "b02dff0ec9d24823e77c27c281a852247896b86d", + "hashed_secret": "4eee70986dc22664f0597495a6d0dd22fc5422c4", "is_secret": false, "is_verified": false, - "line_number": 155, - "type": "Basic Auth Credentials", + "line_number": 2646, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "9bebe8d61ea4965d1205e9e0f8f0c6bf5262880f", + "hashed_secret": "54f3ab20cd8669d07e74b7b8767b7c2d2be98e84", "is_secret": false, "is_verified": false, - "line_number": 215, - "type": "Secret Keyword", + "line_number": 2664, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/utils/test_verify_credentials.py": [ + }, { - "hashed_secret": "cd024c09e5784e941e833bd8fabf1dcfc3fb6cd8", + "hashed_secret": "ed1ba03fabc77d3aa81f08b87029efbd7d9a1340", "is_secret": false, "is_verified": false, - "line_number": 53, - "type": "Secret Keyword", + "line_number": 2670, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "29534257453ead25854695b1b7c95e3857a7238d", + "hashed_secret": "3a49d16dc29026d169224f8bc14e6828a62128c2", "is_secret": false, "is_verified": false, - "line_number": 114, - "type": "Secret Keyword", + "line_number": 2681, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "a4b48a81cdab1e1a5dd37907d6c85ca1c61ddc7c", + "hashed_secret": "f2031cef7184ff2655c2795f8f53c0451d4ea648", "is_secret": false, "is_verified": false, - "line_number": 1042, - "type": "Secret Keyword", + "line_number": 2693, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "ee977806d7286510da8b9a7492ba58e2484c0ecc", + "hashed_secret": "fb3ffd7b8e0ef97a3b404c2db1b91868d28b0298", "is_secret": false, "is_verified": false, - "line_number": 1191, - "type": "Secret Keyword", + "line_number": 2702, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/mcpgateway/validation/test_validators_advanced.py": [ + }, { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "a58d51dc68f673a049f4d82bdf01e61cf73b93b2", "is_secret": false, "is_verified": false, - "line_number": 1142, - "type": "Basic Auth Credentials", + "line_number": 2713, + "type": "Hex High Entropy String", "verified_result": null - } - ], - "tests/unit/plugins/test_encoded_exfil_detector.py": [ + }, { - "hashed_secret": "55d2534ed6ad4f269b428160428fa2f6f541ba7b", + "hashed_secret": "86abb8da6326f0620dc9f0951186d370cad910b9", "is_secret": false, "is_verified": false, - "line_number": 136, - "type": "Base64 High Entropy String", + "line_number": 2722, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "cf743b3a58a4d0f91c1d7f5825c0b1b5f7758174", + "hashed_secret": "3b7aac6c5358eda96f36b1d1a7df21dd571dec15", "is_secret": false, "is_verified": false, - "line_number": 504, - "type": "Base64 High Entropy String", + "line_number": 2734, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "8e42b03e460b2cf358ffbcf4da3bc5d14a22c86e", + "hashed_secret": "fa35aa28d81cf737ac8af26aae31b0b195eef3af", "is_secret": false, "is_verified": false, - "line_number": 548, - "type": "Base64 High Entropy String", + "line_number": 2740, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "2093dd9cf307518cfe1d2fa5a3985d6fec4e995e", + "hashed_secret": "6274c331e3520248957d3a2497e2edab2c3aaee0", "is_secret": false, "is_verified": false, - "line_number": 561, - "type": "Base64 High Entropy String", + "line_number": 2751, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "caa924f200b35ceb6f0e33878faff75203bdccb4", + "hashed_secret": "27ab5e55f6ba7afa0e99492446d43050c7b719fa", "is_secret": false, "is_verified": false, - "line_number": 930, - "type": "Secret Keyword", + "line_number": 2762, + "type": "Hex High Entropy String", "verified_result": null }, { - "hashed_secret": "f16da2820437f3c703ff5b95c813f310ce8e67a4", + "hashed_secret": "94014c04a964970c30d309870f97ea5d8ea5bfd8", "is_secret": false, "is_verified": false, - "line_number": 1179, - "type": "Secret Keyword", + "line_number": 2773, + "type": "Hex High Entropy String", "verified_result": null } ], - "tests/unit/plugins/test_jwt_claims_extraction.py": [ + "tools_rust/wrapper/scripts/test-fast-time-wrapper.sh": [ { - "hashed_secret": "dccfe30496fb85f5bb560ea18b582b9aa50372bb", + "hashed_secret": "5546721ffdfc2e5b0e4c0da38f10774f9ad50b09", "is_secret": false, "is_verified": false, - "line_number": 153, + "line_number": 11, "type": "Secret Keyword", "verified_result": null } ], - "tests/unit/plugins/test_secrets_detection.py": [ + "tools_rust/wrapper/src/config.rs": [ { - "hashed_secret": "86de8c52637ec530fe39b0a8471da9b8764d5242", + "hashed_secret": "c8190eb36807e51dd78086805a24539885edda6b", "is_secret": false, "is_verified": false, - "line_number": 141, - "type": "AWS Access Key", + "line_number": 6, + "type": "Secret Keyword", + "verified_result": null + }, + { + "hashed_secret": "84b87ef5a7b47464452f3feefa44ac24efd85cd1", + "is_secret": false, + "is_verified": false, + "line_number": 16, + "type": "Secret Keyword", "verified_result": null } ], - "tests/unit/test_conc_01_helpers.py": [ + "tools_rust/wrapper/tests/test_streamer_post.rs": [ { - "hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684", + "hashed_secret": "15793057b1cbaf9864a4f4f0cdb5fd26d85891af", "is_secret": false, "is_verified": false, - "line_number": 160, - "type": "Basic Auth Credentials", + "line_number": 45, + "type": "Secret Keyword", "verified_result": null } ] diff --git a/Cargo.lock b/Cargo.lock index 98578b1d13..8c36ffcc6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,6 +128,15 @@ version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +[[package]] +name = "ar_archive_writer" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" +dependencies = [ + "object", +] + [[package]] name = "arc-swap" version = "1.9.1" @@ -1926,6 +1935,15 @@ dependencies = [ "objc2-core-foundation", ] +[[package]] +name = "object" +version = "0.37.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" +dependencies = [ + "memchr", +] + [[package]] name = "once_cell" version = "1.21.4" @@ -2318,6 +2336,16 @@ dependencies = [ "syn", ] +[[package]] +name = "psm" +version = "0.1.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" +dependencies = [ + "ar_archive_writer", + "cc", +] + [[package]] name = "pyo3" version = "0.28.3" @@ -3073,6 +3101,17 @@ dependencies = [ "serde_core", ] +[[package]] +name = "serde_stacker" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a" +dependencies = [ + "serde", + "serde_core", + "stacker", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -3199,6 +3238,20 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" +[[package]] +name = "stacker" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013" +dependencies = [ + "cc", + "cfg-if", + "libc", + "psm", + "windows-sys 0.52.0", + "windows-sys 0.59.0", +] + [[package]] name = "static_assertions" version = "1.1.0" @@ -3973,6 +4026,20 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "validation_middleware_rust" +version = "1.0.0-BETA-3" +dependencies = [ + "once_cell", + "pyo3", + "pyo3-stub-gen", + "regex", + "serde", + "serde_json", + "serde_stacker", + "tempfile", +] + [[package]] name = "valuable" version = "0.1.1" @@ -4331,6 +4398,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-sys" version = "0.60.2" diff --git a/Makefile b/Makefile index 477710c099..f2d5b42c79 100644 --- a/Makefile +++ b/Makefile @@ -8513,7 +8513,7 @@ upgrade-validate: ## Validate fresh + upgrade DB startup # help: rust-mcp-runtime-run - Run the experimental Rust MCP runtime against local gateway /rpc # help: ----------------------------------------------------------------------------- -.PHONY: rust-build rust-build-check rust-dev rust-test rust-format rust-fmt-check rust-lint rust-check rust-doc rust-clean rust-verify rust-verify-stubs rust-stub-gen rust-licenses rust-vet rust-deny rust-coverage rust-bench-check +.PHONY: rust-build rust-build-check rust-dev rust-test rust-format rust-fmt-check rust-lint rust-check rust-doc rust-clean rust-verify rust-verify-stubs rust-stub-gen rust-licenses rust-vet rust-deny rust-coverage rust-bench-check rust-validation-install rust-validation-test .PHONY: rust-ensure-deps rust-install-deps rust-install-targets rust-install rust-build-wheels rust-uninstall-plugins rust-clean-stubs rust-verify-python-crates .PHONY: rust-mcp-runtime-build rust-mcp-runtime-test rust-mcp-runtime-run @@ -8559,6 +8559,7 @@ rust-install: rust-ensure-deps rust-verify-python-crates rust-stub-gen ## Insta echo " Installing $$crate..."; \ uv run maturin develop --release --manifest-path $$crate/Cargo.toml || exit 1; \ done + @$(MAKE) rust-validation-install @echo "✅ All maturin crates installed" rust-build: rust-ensure-deps ## Build Rust workspace (release) @@ -8604,9 +8605,22 @@ rust-lint: rust-ensure-deps ## Lint Rust code (cargo clippy) @cargo clippy --workspace --all-targets -- -D warnings -A clippy::multiple_crate_versions @echo "✅ Rust lint passed" +rust-compare: rust-ensure-deps ## Run compare_performance.py only (skip Rust benchmarks) + @$(MAKE) -C plugins_rust compare + rust-check: rust-build-check rust-fmt-check rust-lint rust-test ## Run all Rust checks (build, fmt, clippy, test) + @$(MAKE) rust-validation-test @echo "✅ Rust check passed" +rust-validation-install: rust-ensure-deps ## Build and install the Rust validation extension into the active venv + @test -d "$(VENV_DIR)" || $(MAKE) venv + @echo "🧪 Installing Rust validation extension..." + @/bin/bash -c "source $(VENV_DIR)/bin/activate && maturin develop --manifest-path crates/validation_middleware_rust/Cargo.toml" + +rust-validation-test: rust-ensure-deps ## Run tests for the Rust validation extension crate + @echo "🧪 Testing Rust validation extension..." + @cargo test --manifest-path crates/validation_middleware_rust/Cargo.toml + rust-doc: rust-ensure-deps ## Build Rust documentation @echo "🦀 Building Rust documentation..." @cargo doc --workspace --no-deps --document-private-items diff --git a/charts/mcp-stack/values.schema.json b/charts/mcp-stack/values.schema.json index 71c51269a4..c993514b68 100644 --- a/charts/mcp-stack/values.schema.json +++ b/charts/mcp-stack/values.schema.json @@ -481,6 +481,9 @@ "EXPERIMENTAL_VALIDATE_IO": { "type": "string" }, + "EXPERIMENTAL_RUST_VALIDATION_MIDDLEWARE_ENABLED": { + "type": "string" + }, "FEDERATION_TIMEOUT": { "type": "string", "description": "HTTP timeout in seconds for gateway and MCP server requests (health checks, tool invocations)", diff --git a/charts/mcp-stack/values.yaml b/charts/mcp-stack/values.yaml index 389c6a42b9..4ee8e5ac62 100644 --- a/charts/mcp-stack/values.yaml +++ b/charts/mcp-stack/values.yaml @@ -659,6 +659,7 @@ mcpContextForge: # ─ Additional Settings (defaults from config.py) ─ # Validation & sanitization EXPERIMENTAL_VALIDATE_IO: "false" # enable experimental input/output validation + EXPERIMENTAL_RUST_VALIDATION_MIDDLEWARE_ENABLED: "false" # enable the experimental Rust JSON validation extension (requires rust-validation-install) VALIDATION_MIDDLEWARE_ENABLED: "false" # enable validation middleware for all requests VALIDATION_STRICT: "true" # reject requests with validation failures JSON_SCHEMA_VALIDATION_STRICT: "true" # reject tool registrations with invalid JSON schemas diff --git a/crates/a2a_runtime/src/event_store.rs b/crates/a2a_runtime/src/event_store.rs index 0abd2ba11c..7c20d0c40d 100644 --- a/crates/a2a_runtime/src/event_store.rs +++ b/crates/a2a_runtime/src/event_store.rs @@ -320,7 +320,7 @@ impl EventStore { }; let mut result = Vec::with_capacity(entries.len()); - for ((event_id, score), payload) in entries.into_iter().zip(payloads.into_iter()) { + for ((event_id, score), payload) in entries.into_iter().zip(payloads) { result.push(StoredEvent { event_id, sequence: score as i64, diff --git a/crates/a2a_runtime/src/server.rs b/crates/a2a_runtime/src/server.rs index 03190e1d2f..5cc9d17c09 100644 --- a/crates/a2a_runtime/src/server.rs +++ b/crates/a2a_runtime/src/server.rs @@ -267,18 +267,14 @@ fn normalize_task_proxy_params(action: &str, body: &Value, resolved_agent_id: &s if let Value::Object(ref mut map) = params { match action { - "get" | "cancel" => { - if !map.contains_key("task_id") { - if let Some(task_id) = map.get("id").cloned() { - map.insert("task_id".to_string(), task_id); - } + "get" | "cancel" if !map.contains_key("task_id") => { + if let Some(task_id) = map.get("id").cloned() { + map.insert("task_id".to_string(), task_id); } } - "list" => { - if !map.contains_key("state") { - if let Some(state) = map.get("status").cloned() { - map.insert("state".to_string(), state); - } + "list" if !map.contains_key("state") => { + if let Some(state) = map.get("status").cloned() { + map.insert("state".to_string(), state); } } _ => {} diff --git a/crates/validation_middleware_rust/Cargo.lock b/crates/validation_middleware_rust/Cargo.lock new file mode 100644 index 0000000000..291d425605 --- /dev/null +++ b/crates/validation_middleware_rust/Cargo.lock @@ -0,0 +1,1493 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "aho-corasick" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" +dependencies = [ + "memchr", +] + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anyhow" +version = "1.0.102" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" + +[[package]] +name = "ar_archive_writer" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" +dependencies = [ + "object", +] + +[[package]] +name = "autocfg" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + +[[package]] +name = "bitflags" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" + +[[package]] +name = "bumpalo" +version = "3.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" + +[[package]] +name = "cc" +version = "1.2.59" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" +dependencies = [ + "find-msvc-tools", + "shlex", +] + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "chrono" +version = "0.4.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +dependencies = [ + "iana-time-zone", + "js-sys", + "num-traits", + "wasm-bindgen", + "windows-link", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "crunchy" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" + +[[package]] +name = "deranged" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" +dependencies = [ + "powerfmt", +] + +[[package]] +name = "either" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "errno" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" +dependencies = [ + "libc", + "windows-sys", +] + +[[package]] +name = "fastrand" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" + +[[package]] +name = "find-msvc-tools" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "getopts" +version = "0.2.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" +dependencies = [ + "unicode-width", +] + +[[package]] +name = "getrandom" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "getrandom" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "wasip2", + "wasip3", +] + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "foldhash", +] + +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "iana-time-zone" +version = "0.1.65" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "log", + "wasm-bindgen", + "windows-core", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "id-arena" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + +[[package]] +name = "indexmap" +version = "2.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" +dependencies = [ + "equivalent", + "hashbrown 0.16.1", + "serde", + "serde_core", +] + +[[package]] +name = "indoc" +version = "2.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" +dependencies = [ + "rustversion", +] + +[[package]] +name = "inventory" +version = "0.3.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" +dependencies = [ + "rustversion", +] + +[[package]] +name = "is-macro" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" + +[[package]] +name = "js-sys" +version = "0.3.94" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "lalrpop-util" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" + +[[package]] +name = "leb128fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + +[[package]] +name = "libc" +version = "0.2.184" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" + +[[package]] +name = "linux-raw-sys" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" + +[[package]] +name = "log" +version = "0.4.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" + +[[package]] +name = "maplit" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + +[[package]] +name = "matrixmultiply" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" +dependencies = [ + "autocfg", + "rawpointer", +] + +[[package]] +name = "memchr" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" + +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + +[[package]] +name = "ndarray" +version = "0.17.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" +dependencies = [ + "matrixmultiply", + "num-complex", + "num-integer", + "num-traits", + "portable-atomic", + "portable-atomic-util", + "rawpointer", +] + +[[package]] +name = "num-bigint" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +dependencies = [ + "num-integer", + "num-traits", +] + +[[package]] +name = "num-complex" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-conv" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" + +[[package]] +name = "num-integer" +version = "0.1.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", +] + +[[package]] +name = "numpy" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7aac2e6a6e4468ffa092ad43c39b81c79196c2bb773b8db4085f695efe3bba17" +dependencies = [ + "libc", + "ndarray", + "num-complex", + "num-integer", + "num-traits", + "pyo3", + "pyo3-build-config", + "rustc-hash 2.1.2", +] + +[[package]] +name = "object" +version = "0.37.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" + +[[package]] +name = "ordered-float" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e" +dependencies = [ + "num-traits", +] + +[[package]] +name = "phf" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" +dependencies = [ + "phf_shared", +] + +[[package]] +name = "phf_codegen" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" +dependencies = [ + "phf_generator", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" +dependencies = [ + "phf_shared", + "rand", +] + +[[package]] +name = "phf_shared" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" +dependencies = [ + "siphasher", +] + +[[package]] +name = "portable-atomic" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" + +[[package]] +name = "portable-atomic-util" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" +dependencies = [ + "portable-atomic", +] + +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + +[[package]] +name = "ppv-lite86" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "prettyplease" +version = "0.2.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" +dependencies = [ + "proc-macro2", + "syn", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "psm" +version = "0.1.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" +dependencies = [ + "ar_archive_writer", + "cc", +] + +[[package]] +name = "pyo3" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d" +dependencies = [ + "indoc", + "libc", + "memoffset", + "once_cell", + "portable-atomic", + "pyo3-build-config", + "pyo3-ffi", + "pyo3-macros", + "unindent", +] + +[[package]] +name = "pyo3-build-config" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6" +dependencies = [ + "target-lexicon", +] + +[[package]] +name = "pyo3-ffi" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089" +dependencies = [ + "libc", + "pyo3-build-config", +] + +[[package]] +name = "pyo3-macros" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02" +dependencies = [ + "proc-macro2", + "pyo3-macros-backend", + "quote", + "syn", +] + +[[package]] +name = "pyo3-macros-backend" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9" +dependencies = [ + "heck", + "proc-macro2", + "pyo3-build-config", + "quote", + "syn", +] + +[[package]] +name = "pyo3-stub-gen" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b159f7704044f57d058f528a6f1f22a0a0a327dcb595c5fb38beae658e0338d6" +dependencies = [ + "anyhow", + "chrono", + "either", + "indexmap", + "inventory", + "itertools 0.14.0", + "log", + "maplit", + "num-complex", + "numpy", + "ordered-float", + "pyo3", + "pyo3-stub-gen-derive", + "rustpython-parser", + "serde", + "serde_json", + "time", + "toml", +] + +[[package]] +name = "pyo3-stub-gen-derive" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8c79e7c5b1fcec7c39ab186594658a971c59911eb6fbab5a5932cf2318534be" +dependencies = [ + "heck", + "indexmap", + "proc-macro2", + "quote", + "rustpython-parser", + "syn", +] + +[[package]] +name = "quote" +version = "1.0.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom 0.2.17", +] + +[[package]] +name = "rawpointer" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" + +[[package]] +name = "regex" +version = "1.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "regex-automata" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax", +] + +[[package]] +name = "regex-syntax" +version = "0.8.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc-hash" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" + +[[package]] +name = "rustix" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" +dependencies = [ + "bitflags", + "errno", + "libc", + "linux-raw-sys", + "windows-sys", +] + +[[package]] +name = "rustpython-ast" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5" +dependencies = [ + "is-macro", + "num-bigint", + "rustpython-parser-core", + "static_assertions", +] + +[[package]] +name = "rustpython-parser" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb" +dependencies = [ + "anyhow", + "is-macro", + "itertools 0.11.0", + "lalrpop-util", + "log", + "num-bigint", + "num-traits", + "phf", + "phf_codegen", + "rustc-hash 1.1.0", + "rustpython-ast", + "rustpython-parser-core", + "tiny-keccak", + "unic-emoji-char", + "unic-ucd-ident", + "unicode_names2", +] + +[[package]] +name = "rustpython-parser-core" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad" +dependencies = [ + "is-macro", + "memchr", + "rustpython-parser-vendored", +] + +[[package]] +name = "rustpython-parser-vendored" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6" +dependencies = [ + "memchr", + "once_cell", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "semver" +version = "1.0.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_json" +version = "1.0.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +dependencies = [ + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] +name = "serde_spanned" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" +dependencies = [ + "serde_core", +] + +[[package]] +name = "serde_stacker" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a" +dependencies = [ + "serde", + "serde_core", + "stacker", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "siphasher" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" + +[[package]] +name = "stacker" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013" +dependencies = [ + "cc", + "cfg-if", + "libc", + "psm", + "windows-sys", +] + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "syn" +version = "2.0.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "target-lexicon" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" + +[[package]] +name = "tempfile" +version = "3.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" +dependencies = [ + "fastrand", + "getrandom 0.4.2", + "once_cell", + "rustix", + "windows-sys", +] + +[[package]] +name = "time" +version = "0.3.47" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" +dependencies = [ + "deranged", + "num-conv", + "powerfmt", + "serde_core", + "time-core", +] + +[[package]] +name = "time-core" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" + +[[package]] +name = "tiny-keccak" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" +dependencies = [ + "crunchy", +] + +[[package]] +name = "toml" +version = "1.1.2+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" +dependencies = [ + "indexmap", + "serde_core", + "serde_spanned", + "toml_datetime", + "toml_parser", + "toml_writer", + "winnow", +] + +[[package]] +name = "toml_datetime" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" +dependencies = [ + "serde_core", +] + +[[package]] +name = "toml_parser" +version = "1.1.2+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" +dependencies = [ + "winnow", +] + +[[package]] +name = "toml_writer" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" + +[[package]] +name = "unic-char-property" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" +dependencies = [ + "unic-char-range", +] + +[[package]] +name = "unic-char-range" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" + +[[package]] +name = "unic-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" + +[[package]] +name = "unic-emoji-char" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" +dependencies = [ + "unic-char-property", + "unic-char-range", + "unic-ucd-version", +] + +[[package]] +name = "unic-ucd-ident" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" +dependencies = [ + "unic-char-property", + "unic-char-range", + "unic-ucd-version", +] + +[[package]] +name = "unic-ucd-version" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" +dependencies = [ + "unic-common", +] + +[[package]] +name = "unicode-ident" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" + +[[package]] +name = "unicode-width" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "unicode_names2" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd" +dependencies = [ + "phf", + "unicode_names2_generator", +] + +[[package]] +name = "unicode_names2_generator" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e" +dependencies = [ + "getopts", + "log", + "phf_codegen", + "rand", +] + +[[package]] +name = "unindent" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" + +[[package]] +name = "validation_middleware_rust" +version = "0.1.0" +dependencies = [ + "once_cell", + "pyo3", + "pyo3-stub-gen", + "regex", + "serde", + "serde_json", + "serde_stacker", + "tempfile", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasip2" +version = "1.0.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap", + "wasm-encoder", + "wasmparser", +] + +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags", + "hashbrown 0.15.5", + "indexmap", + "semver", +] + +[[package]] +name = "windows-core" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link", + "windows-result", + "windows-strings", +] + +[[package]] +name = "windows-implement" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "windows-interface" +version = "0.59.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc", + "windows_i686_gnu", + "windows_i686_gnullvm", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winnow" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" + +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck", + "indexmap", + "prettyplease", + "syn", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags", + "indexmap", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap", + "log", + "semver", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser", +] + +[[package]] +name = "zerocopy" +version = "0.8.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "zmij" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" diff --git a/crates/validation_middleware_rust/Cargo.toml b/crates/validation_middleware_rust/Cargo.toml new file mode 100644 index 0000000000..7da8273022 --- /dev/null +++ b/crates/validation_middleware_rust/Cargo.toml @@ -0,0 +1,31 @@ +[package] +name = "validation_middleware_rust" +version.workspace = true +edition.workspace = true +rust-version.workspace = true +license.workspace = true +authors.workspace = true +repository.workspace = true + +[lib] +name = "validation_middleware_rust" +crate-type = ["cdylib", "rlib"] + +[[bin]] +name = "validation_middleware_rust_stub_gen" +path = "src/bin/stub_gen.rs" + +[dependencies] +once_cell = "1.21.3" +pyo3.workspace = true +pyo3-stub-gen.workspace = true +regex.workspace = true +serde.workspace = true +serde_json = { workspace = true, features = ["unbounded_depth"] } +serde_stacker = "0.1.12" + +[dev-dependencies] +tempfile = "3.23.0" + +[lints] +workspace = true diff --git a/crates/validation_middleware_rust/pyproject.toml b/crates/validation_middleware_rust/pyproject.toml new file mode 100644 index 0000000000..7aed6ebc60 --- /dev/null +++ b/crates/validation_middleware_rust/pyproject.toml @@ -0,0 +1,15 @@ +[build-system] +requires = ["maturin>=1.8,<2.0"] +build-backend = "maturin" + +[project] +name = "validation-middleware-rust" +version = "0.1.0" +requires-python = ">=3.11" +license = { text = "Apache-2.0" } + +[tool.maturin] +module-name = "validation_middleware_rust" +python-source = "python" +bindings = "pyo3" +features = ["pyo3/extension-module"] diff --git a/crates/validation_middleware_rust/python/validation_middleware_rust/__init__.pyi b/crates/validation_middleware_rust/python/validation_middleware_rust/__init__.pyi new file mode 100644 index 0000000000..25ec9e3940 --- /dev/null +++ b/crates/validation_middleware_rust/python/validation_middleware_rust/__init__.pyi @@ -0,0 +1,26 @@ +# This file is automatically generated by pyo3_stub_gen +# ruff: noqa: E501, F401, F403, F405 + +import builtins +import typing + +__all__ = [ + "Validator", + "validate_json_data", +] + +@typing.final +class Validator: + def __new__( + cls, max_param_length: builtins.int, dangerous_patterns: typing.Sequence[builtins.str], allowed_roots: typing.Sequence[builtins.str] = [], max_path_depth: builtins.int = 1024 + ) -> Validator: ... + def validate_json_data(self, data: typing.Any) -> typing.Optional[tuple[builtins.str, builtins.str]]: ... + def validate_json_bytes(self, raw_body: bytes) -> typing.Optional[tuple[builtins.str, builtins.str]]: ... + def validate_http_request( + self, parameters: typing.Sequence[tuple[builtins.str, builtins.str]], content_type: builtins.str, raw_body: bytes | None = None + ) -> typing.Optional[tuple[builtins.str, builtins.str]]: ... + def validate_parameters(self, parameters: typing.Sequence[tuple[builtins.str, builtins.str]]) -> typing.Optional[tuple[builtins.str, builtins.str]]: ... + def validate_resource_path(self, path: builtins.str) -> builtins.str: ... + def sanitize_response_body(self, body: bytes) -> bytes: ... + +def validate_json_data(data: typing.Any, max_param_length: builtins.int, dangerous_patterns: typing.Sequence[builtins.str]) -> typing.Optional[tuple[builtins.str, builtins.str]]: ... diff --git a/crates/validation_middleware_rust/src/bin/stub_gen.rs b/crates/validation_middleware_rust/src/bin/stub_gen.rs new file mode 100644 index 0000000000..ca58250921 --- /dev/null +++ b/crates/validation_middleware_rust/src/bin/stub_gen.rs @@ -0,0 +1,12 @@ +// Copyright 2026 +// SPDX-License-Identifier: Apache-2.0 +// +// Stub file generator for validation_middleware_rust. + +use validation_middleware_rust::stub_info; + +fn main() { + let stub_info = stub_info().expect("Failed to get stub info"); + stub_info.generate().expect("Failed to generate stub file"); + println!("Generated validation_middleware_rust stubs successfully"); +} diff --git a/crates/validation_middleware_rust/src/lib.rs b/crates/validation_middleware_rust/src/lib.rs new file mode 100644 index 0000000000..1715db769d --- /dev/null +++ b/crates/validation_middleware_rust/src/lib.rs @@ -0,0 +1,1070 @@ +use pyo3::prelude::*; +use pyo3::types::{PyAny, PyDict, PyList, PyString}; +use pyo3_stub_gen::define_stub_info_gatherer; +use pyo3_stub_gen::derive::*; +use regex::Regex; +use serde::de::{self, DeserializeSeed, MapAccess, SeqAccess, Visitor}; +use std::fmt; +use std::path::{Component, Path, PathBuf}; + +const MAX_JSON_DEPTH: usize = 1024; + +#[gen_stub_pyclass] +#[pyclass(name = "Validator")] +pub struct CompiledValidator { + max_param_length: usize, + matcher: DangerousPatternMatcher, + allowed_roots: Vec, + max_path_depth: usize, +} + +struct DangerousPatternMatcher { + shell_metacharacters: bool, + path_traversal: bool, + control_characters: bool, + fallback_pattern: Option, +} + +impl DangerousPatternMatcher { + fn from_patterns(patterns: &[String]) -> PyResult { + let mut shell_metacharacters = false; + let mut path_traversal = false; + let mut control_characters = false; + let mut fallback_patterns = Vec::new(); + + for pattern in patterns { + match pattern.as_str() { + r"[;&|`$(){}\[\]<>]" => shell_metacharacters = true, + r"\.\.[\\/]" => path_traversal = true, + r"[\x00-\x1f\x7f-\x9f]" => control_characters = true, + _ => fallback_patterns.push(pattern.as_str()), + } + } + + let fallback_pattern = if fallback_patterns.is_empty() { + None + } else { + let joined = fallback_patterns + .iter() + .map(|pattern| format!("(?:{pattern})")) + .collect::>() + .join("|"); + Some(Regex::new(&joined).map_err(|error| { + PyErr::new::(error.to_string()) + })?) + }; + + Ok(Self { + shell_metacharacters, + path_traversal, + control_characters, + fallback_pattern, + }) + } + + fn is_match(&self, value: &str) -> bool { + if value.is_ascii() { + let bytes = value.as_bytes(); + if self.shell_metacharacters + && bytes.iter().any(|byte| { + matches!( + byte, + b';' | b'&' + | b'|' + | b'`' + | b'$' + | b'(' + | b')' + | b'{' + | b'}' + | b'[' + | b']' + | b'<' + | b'>' + ) + }) + { + return true; + } + if self.path_traversal + && bytes + .windows(3) + .any(|window| window == b"../" || window == b"..\\") + { + return true; + } + if self.control_characters + && bytes + .iter() + .any(|byte| matches!(byte, 0x00..=0x1f | 0x7f..=0x9f)) + { + return true; + } + } else { + if self.path_traversal { + let mut chars = value.chars(); + let mut first = chars.next(); + let mut second = chars.next(); + for third in chars { + if first == Some('.') && second == Some('.') && matches!(third, '/' | '\\') { + return true; + } + first = second; + second = Some(third); + } + } + + for ch in value.chars() { + if self.shell_metacharacters + && matches!( + ch, + ';' | '&' | '|' | '`' | '$' | '(' | ')' | '{' | '}' | '[' | ']' | '<' | '>' + ) + { + return true; + } + if self.control_characters { + let code = ch as u32; + if matches!(code, 0x00..=0x1f | 0x7f..=0x9f) { + return true; + } + } + } + } + + self.fallback_pattern + .as_ref() + .is_some_and(|pattern| pattern.is_match(value)) + } +} + +enum ValidationFailure { + MaxLength, + DangerousPattern, +} + +fn compile_validator( + max_param_length: usize, + dangerous_patterns: Vec, + allowed_roots: Vec, + max_path_depth: usize, +) -> PyResult { + let matcher = DangerousPatternMatcher::from_patterns(&dangerous_patterns)?; + + Ok(CompiledValidator { + max_param_length, + matcher, + allowed_roots: allowed_roots.into_iter().map(PathBuf::from).collect(), + max_path_depth, + }) +} + +fn validate_string(value: &str, validator: &CompiledValidator) -> Option { + if value.is_ascii() { + if value.len() > validator.max_param_length { + return Some(ValidationFailure::MaxLength); + } + } else if value.chars().count() > validator.max_param_length { + return Some(ValidationFailure::MaxLength); + } + + if validator.matcher.is_match(value) { + return Some(ValidationFailure::DangerousPattern); + } + + None +} + +enum StreamStop { + Failure(String, String), + MaxDepth, + InvalidJson(String), +} + +const FAILURE_PREFIX: &str = "__validation_failure__:"; +const DEPTH_PREFIX: &str = "__validation_depth__"; + +fn stream_stop_error(stop: StreamStop) -> E +where + E: de::Error, +{ + match stop { + StreamStop::Failure(key, error_type) => { + E::custom(format!("{FAILURE_PREFIX}{key}:{error_type}")) + } + StreamStop::MaxDepth => E::custom(DEPTH_PREFIX), + StreamStop::InvalidJson(message) => E::custom(message), + } +} + +fn parse_stream_stop(error: serde_json::Error) -> StreamStop { + let message = error.to_string(); + if let Some(rest) = message.strip_prefix(FAILURE_PREFIX) { + if let Some((key, error_type)) = rest.rsplit_once(':') { + let normalized_error_type = error_type + .split(" at line ") + .next() + .unwrap_or(error_type) + .to_owned(); + return StreamStop::Failure(key.to_owned(), normalized_error_type); + } + } + if message.starts_with(DEPTH_PREFIX) { + return StreamStop::MaxDepth; + } + StreamStop::InvalidJson(message) +} + +struct ValueSeed<'a> { + validator: &'a CompiledValidator, + depth: usize, + key_context: Option<&'a str>, + list_item_context: bool, +} + +struct ValueVisitor<'a> { + seed: ValueSeed<'a>, +} + +impl<'de, 'a> DeserializeSeed<'de> for ValueSeed<'a> { + type Value = (); + + fn deserialize(self, deserializer: D) -> Result + where + D: de::Deserializer<'de>, + { + if self.depth > MAX_JSON_DEPTH { + return Err(stream_stop_error(StreamStop::MaxDepth)); + } + + deserializer.deserialize_any(ValueVisitor { seed: self }) + } +} + +impl<'de, 'a> Visitor<'de> for ValueVisitor<'a> { + type Value = (); + + fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { + formatter.write_str("a JSON value") + } + + fn visit_bool(self, _value: bool) -> Result { + Ok(()) + } + + fn visit_i64(self, _value: i64) -> Result { + Ok(()) + } + + fn visit_u64(self, _value: u64) -> Result { + Ok(()) + } + + fn visit_f64(self, _value: f64) -> Result { + Ok(()) + } + + fn visit_none(self) -> Result { + Ok(()) + } + + fn visit_unit(self) -> Result { + Ok(()) + } + + fn visit_str(self, value: &str) -> Result + where + E: de::Error, + { + if let Some(result) = validate_string(value, self.seed.validator) { + let key = if self.seed.list_item_context { + "list_item".to_owned() + } else { + self.seed.key_context.unwrap_or("payload").to_owned() + }; + let error_type = match result { + ValidationFailure::MaxLength => "max_length".to_owned(), + ValidationFailure::DangerousPattern => "dangerous_pattern".to_owned(), + }; + return Err(stream_stop_error(StreamStop::Failure(key, error_type))); + } + + Ok(()) + } + + fn visit_borrowed_str(self, value: &'de str) -> Result + where + E: de::Error, + { + self.visit_str(value) + } + + fn visit_string(self, value: String) -> Result + where + E: de::Error, + { + self.visit_str(&value) + } + + fn visit_seq(self, mut seq: A) -> Result + where + A: SeqAccess<'de>, + { + let child_seed = ValueSeed { + validator: self.seed.validator, + depth: self.seed.depth + 1, + key_context: None, + list_item_context: true, + }; + + while seq.next_element_seed(child_seed.reborrow())?.is_some() {} + Ok(()) + } + + fn visit_map(self, mut map: A) -> Result + where + A: MapAccess<'de>, + { + while let Some(key) = map.next_key::()? { + map.next_value_seed(ValueSeed { + validator: self.seed.validator, + depth: self.seed.depth + 1, + key_context: Some(key.as_str()), + list_item_context: false, + })?; + } + Ok(()) + } +} + +impl<'a> ValueSeed<'a> { + fn reborrow<'b>(&'b self) -> ValueSeed<'b> { + ValueSeed { + validator: self.validator, + depth: self.depth, + key_context: self.key_context, + list_item_context: self.list_item_context, + } + } +} + +fn validate_json_bytes_streaming( + raw_body: &[u8], + validator: &CompiledValidator, +) -> PyResult> { + let mut deserializer = serde_json::Deserializer::from_slice(raw_body); + deserializer.disable_recursion_limit(); + let deserializer = serde_stacker::Deserializer::new(&mut deserializer); + + match (ValueSeed { + validator, + depth: 0, + key_context: None, + list_item_context: false, + }) + .deserialize(deserializer) + { + Ok(()) => Ok(None), + Err(error) => match parse_stream_stop(error) { + StreamStop::Failure(key, error_type) => Ok(Some((key, error_type))), + StreamStop::MaxDepth => Err(PyErr::new::( + "JSON payload exceeds maximum supported nesting depth", + )), + StreamStop::InvalidJson(message) => { + Err(PyErr::new::(format!( + "Request body contains invalid JSON: {message}" + ))) + } + }, + } +} + +fn walk_json_like( + py: Python<'_>, + data: &Bound<'_, PyAny>, + validator: &CompiledValidator, +) -> PyResult> { + let mut stack = vec![(data.clone().unbind(), 0usize)]; + + while let Some((item, depth)) = stack.pop() { + if depth > MAX_JSON_DEPTH { + return Err(PyErr::new::( + "JSON payload exceeds maximum supported nesting depth", + )); + } + + let bound_item = item.bind(py); + + if let Ok(dict) = bound_item.cast::() { + for (key, value) in dict.iter() { + if let Ok(value_string) = value.cast::() { + if let Some(result) = validate_string(value_string.to_str()?, validator) { + let key_string = key.str()?.to_string_lossy().into_owned(); + let error_type = match result { + ValidationFailure::MaxLength => "max_length", + ValidationFailure::DangerousPattern => "dangerous_pattern", + }; + return Ok(Some((key_string, error_type.to_owned()))); + } + } else if value.is_instance_of::() || value.is_instance_of::() { + stack.push((value.unbind(), depth + 1)); + } + } + continue; + } + + if let Ok(list) = bound_item.cast::() { + for child in list.iter().rev() { + if child.is_instance_of::() || child.is_instance_of::() { + stack.push((child.unbind(), depth + 1)); + } else if let Ok(value_string) = child.cast::() { + if let Some(result) = validate_string(value_string.to_str()?, validator) { + let error_type = match result { + ValidationFailure::MaxLength => "max_length", + ValidationFailure::DangerousPattern => "dangerous_pattern", + }; + return Ok(Some(("list_item".to_owned(), error_type.to_owned()))); + } + } + } + } + } + + Ok(None) +} + +fn sanitize_response_body_bytes(body: &[u8]) -> Vec { + String::from_utf8_lossy(body) + .chars() + .filter(|ch| { + let code = *ch as u32; + !(matches!(code, 0x00..=0x08 | 0x0b | 0x0c | 0x0e..=0x1f | 0x7f..=0x9f)) + }) + .collect::() + .into_bytes() +} + +fn has_uri_scheme(path: &str) -> bool { + let Some((scheme, _rest)) = path.split_once("://") else { + return false; + }; + let mut chars = scheme.chars(); + let Some(first) = chars.next() else { + return false; + }; + if !first.is_ascii_alphabetic() { + return false; + } + chars.all(|ch| ch.is_ascii_alphanumeric() || matches!(ch, '+' | '-' | '.')) +} + +fn normalize_absolute_path(absolute: PathBuf) -> PathBuf { + let mut normalized = PathBuf::new(); + for component in absolute.components() { + match component { + Component::Prefix(prefix) => normalized.push(prefix.as_os_str()), + Component::RootDir => normalized.push(Path::new("/")), + Component::CurDir => {} + Component::ParentDir => { + normalized.pop(); + } + Component::Normal(part) => normalized.push(part), + } + } + + normalized +} + +fn normalize_path(path: &str) -> Result { + let candidate = Path::new(path); + let absolute = if candidate.is_absolute() { + candidate.to_path_buf() + } else { + std::env::current_dir()?.join(candidate) + }; + + Ok(normalize_absolute_path(absolute)) +} + +fn resolve_absolute_path(path: PathBuf, symlink_depth: usize) -> Result { + if symlink_depth > 40 { + return Err(std::io::Error::new( + std::io::ErrorKind::InvalidInput, + "too many symlink expansions", + )); + } + + let normalized = normalize_absolute_path(path); + let mut resolved = PathBuf::new(); + + for component in normalized.components() { + match component { + Component::Prefix(prefix) => resolved.push(prefix.as_os_str()), + Component::RootDir => resolved.push(Path::new("/")), + Component::CurDir => {} + Component::ParentDir => { + resolved.pop(); + } + Component::Normal(part) => { + let candidate = resolved.join(part); + match std::fs::symlink_metadata(&candidate) { + Ok(metadata) if metadata.file_type().is_symlink() => { + let target = std::fs::read_link(&candidate)?; + let target_path = if target.is_absolute() { + target + } else { + resolved.join(target) + }; + resolved = resolve_absolute_path(target_path, symlink_depth + 1)?; + } + Ok(_) => resolved.push(part), + Err(error) if error.kind() == std::io::ErrorKind::NotFound => { + resolved.push(part); + } + Err(error) => return Err(error), + } + } + } + } + + Ok(normalize_absolute_path(resolved)) +} + +fn resolve_path(path: &str) -> Result { + resolve_absolute_path(normalize_path(path)?, 0) +} + +fn validate_resource_path_impl(path: &str, validator: &CompiledValidator) -> PyResult { + if has_uri_scheme(path) { + return Ok(path.to_owned()); + } + + if path.contains('\0') { + return Err(PyErr::new::( + "invalid_path: Invalid path", + )); + } + + if path.contains("..") || path.contains("//") { + return Err(PyErr::new::( + "invalid_path: Path traversal detected", + )); + } + + let resolved_path = resolve_path(path).map_err(|_| { + PyErr::new::("invalid_path: Invalid path") + })?; + + if resolved_path.components().count() > validator.max_path_depth { + return Err(PyErr::new::( + "invalid_path: Path too deep", + )); + } + + if !validator.allowed_roots.is_empty() + && !validator + .allowed_roots + .iter() + .any(|root| resolved_path.starts_with(root)) + { + return Err(PyErr::new::( + "invalid_path: Path outside allowed roots", + )); + } + + Ok(resolved_path.to_string_lossy().into_owned()) +} + +#[gen_stub_pymethods] +#[pymethods] +impl CompiledValidator { + #[new] + #[pyo3(signature = (max_param_length, dangerous_patterns, allowed_roots=Vec::new(), max_path_depth=1024))] + fn new( + max_param_length: usize, + dangerous_patterns: Vec, + allowed_roots: Vec, + max_path_depth: usize, + ) -> PyResult { + compile_validator( + max_param_length, + dangerous_patterns, + allowed_roots, + max_path_depth, + ) + } + + fn validate_json_data(&self, data: &Bound<'_, PyAny>) -> PyResult> { + walk_json_like(data.py(), data, self) + } + + fn validate_json_bytes( + &self, + #[gen_stub(override_type(type_repr = "bytes"))] raw_body: &[u8], + ) -> PyResult> { + validate_json_bytes_streaming(raw_body, self) + } + + #[pyo3(signature = (parameters, content_type, raw_body=None))] + fn validate_http_request( + &self, + parameters: Vec<(String, String)>, + content_type: &str, + #[gen_stub(override_type(type_repr = "bytes | None"))] raw_body: Option<&[u8]>, + ) -> PyResult> { + if let Some(result) = self.validate_parameters(parameters) { + return Ok(Some(result)); + } + + if content_type.starts_with("application/json") { + if let Some(body) = raw_body { + if !body.is_empty() { + return self.validate_json_bytes(body); + } + } + } + + Ok(None) + } + + fn validate_parameters(&self, parameters: Vec<(String, String)>) -> Option<(String, String)> { + parameters.into_iter().find_map(|(key, value)| { + validate_string(&value, self).map(|failure| match failure { + ValidationFailure::MaxLength => (key, "max_length".to_owned()), + ValidationFailure::DangerousPattern => (key, "dangerous_pattern".to_owned()), + }) + }) + } + + fn validate_resource_path(&self, path: &str) -> PyResult { + validate_resource_path_impl(path, self) + } + + #[gen_stub(override_return_type(type_repr = "bytes"))] + fn sanitize_response_body( + &self, + #[gen_stub(override_type(type_repr = "bytes"))] body: &[u8], + ) -> Vec { + sanitize_response_body_bytes(body) + } +} + +#[gen_stub_pyfunction] +#[pyfunction] +fn validate_json_data( + data: &Bound<'_, PyAny>, + max_param_length: usize, + dangerous_patterns: Vec, +) -> PyResult> { + let validator = compile_validator(max_param_length, dangerous_patterns, Vec::new(), 1024)?; + walk_json_like(data.py(), data, &validator) +} + +#[pymodule] +fn validation_middleware_rust(module: &Bound<'_, PyModule>) -> PyResult<()> { + module.add_class::()?; + module.add_function(wrap_pyfunction!(validate_json_data, module)?)?; + Ok(()) +} + +define_stub_info_gatherer!(stub_info); + +#[cfg(test)] +mod tests { + use super::*; + use pyo3::types::{PyDict, PyList}; + + #[test] + fn validate_string_uses_character_count_not_utf8_bytes() { + let validator = CompiledValidator { + max_param_length: 1, + matcher: DangerousPatternMatcher { + shell_metacharacters: false, + path_traversal: false, + control_characters: false, + fallback_pattern: None, + }, + allowed_roots: Vec::new(), + max_path_depth: 1024, + }; + + assert!(validate_string("é", &validator).is_none()); + } + + #[test] + fn walk_json_like_handles_deeply_nested_payloads() { + Python::initialize(); + Python::attach(|py| { + let validator = CompiledValidator { + max_param_length: 32, + matcher: DangerousPatternMatcher { + shell_metacharacters: false, + path_traversal: false, + control_characters: false, + fallback_pattern: Some(Regex::new("(py)); + + let failing_payload = PyDict::new(py); + let values = PyList::empty(py); + let nested = PyDict::new(py); + nested.set_item("name", ""}), + orjson.dumps({"outer": {"inner": "a" * 2048}}), + orjson.dumps([""]), + orjson.dumps({"emoji": "é" * 1025}), + b"{", + ] + await _assert_parity(python_fn, rust_fn, parity_payloads) + await _assert_parity(python_mixed_fn, rust_mixed_fn, parity_payloads) + _assert_sync_parity( + python_param_fn, + rust_param_fn, + [ + {"q": "safe"}, + {"q": ""}, + {"q": "value", "extra": "x" * 32}, + ], + ) + with tempfile.TemporaryDirectory() as allowed_root, tempfile.TemporaryDirectory() as outside_root: + symlink_path = Path(allowed_root) / "escape" + broken_symlink_path = Path(allowed_root) / "broken" + os.symlink(outside_root, symlink_path) + os.symlink(str(Path(outside_root) / "missing-target"), broken_symlink_path) + + python_resource_fn = _build_python_resource_runner(max_param_length, dangerous_patterns, allowed_roots=[allowed_root]) + rust_resource_fn = _build_rust_resource_runner(max_param_length, dangerous_patterns, allowed_roots=[allowed_root]) + _assert_sync_parity( + python_resource_fn, + rust_resource_fn, + [ + str(Path(allowed_root) / "safe" / "file.txt"), + "../unsafe/path", + "http://example.com/resource", + str(symlink_path / "file.txt"), + str(broken_symlink_path / "file.txt"), + "bad\0path", + ], + ) + print("\nresource_path (2000 iterations)") + python_resource_median, rust_resource_median = _measure_sync_pair( + python_resource_fn, + rust_resource_fn, + str(Path(allowed_root) / "safe" / "subdir" / "file.txt"), + 2000, + ) + print(f"python_avg_median={python_resource_median:.3f}ms rust_avg_median={rust_resource_median:.3f}ms") + print(f"speedup={python_resource_median / rust_resource_median:.2f}x") + await _assert_async_bytes_parity( + python_sanitize_fn, + rust_sanitize_fn, + [ + b"prefix\x00middle\x1fsuffix", + b"plain-ascii-response-body", + ], + ) + + scenarios = [ + ( + "small_safe", + {"tool": {"name": "safe-tool", "description": "ok"}}, + 1000, + ), + ( + "first_field_reject", + {"tool": {"name": "", "description": "ok"}}, + 1000, + ), + ( + "unicode_safe_long", + {"tool": {"name": "safe-tool", "description": "é" * 1024}}, + 500, + ), + ( + "nested_safe", + { + "tool": { + "name": "safe-tool", + "description": "ok" * 32, + "metadata": [{"field": "value" * 8} for _ in range(256)], + } + }, + 400, + ), + ( + "deep_nested", + {"batch": [{"payload": {"name": f"item-{index}", "content": ("alpha-beta-gamma-" * 16)}} for index in range(512)]}, + 250, + ), + ( + "dangerous_string", + {"batch": [{"payload": {"name": f"item-{index}", "content": "safe-content"}} for index in range(511)] + [{"payload": {"name": "bad", "content": ""}}]}, + 250, + ), + ] + + print("\nparameter_batch (2000 iterations)") + python_param_median, rust_param_median = _measure_sync_pair( + python_param_fn, + rust_param_fn, + {f"q{index}": f"value-{index}" for index in range(16)}, + 2000, + ) + print(f"python_avg_median={python_param_median:.3f}ms rust_avg_median={rust_param_median:.3f}ms") + print(f"speedup={python_param_median / rust_param_median:.2f}x") + + print("\nresponse_sanitization (1000 iterations)") + python_sanitize_median, rust_sanitize_median = await _measure_pair( + python_sanitize_fn, + rust_sanitize_fn, + b"prefix\x00middle\x1fsuffix" * 256, + 1000, + ) + print(f"python_avg_median={python_sanitize_median:.3f}ms rust_avg_median={rust_sanitize_median:.3f}ms") + print(f"speedup={python_sanitize_median / rust_sanitize_median:.2f}x") + + print("\nresponse_sanitization_safe (1000 iterations)") + python_sanitize_safe_median, rust_sanitize_safe_median = await _measure_pair( + python_sanitize_fn, + rust_sanitize_fn, + b"plain-ascii-response-body-" * 256, + 1000, + ) + print(f"python_avg_median={python_sanitize_safe_median:.3f}ms rust_avg_median={rust_sanitize_safe_median:.3f}ms") + print(f"speedup={python_sanitize_safe_median / rust_sanitize_safe_median:.2f}x") + + for name, payload, iterations in scenarios: + body = orjson.dumps(payload) + print(f"\n{name} ({iterations} iterations)") + python_median, rust_median = await _measure_pair(python_fn, rust_fn, body, iterations) + print(f"python_avg_median={python_median:.3f}ms rust_avg_median={rust_median:.3f}ms") + print(f"speedup={python_median / rust_median:.2f}x") + uds_target = UDS_TARGET_MEDIANS_MS.get(name) + if uds_target is not None: + print(f"uds_target_median={uds_target:.3f}ms beat_target={rust_median < uds_target}") + + mixed_payload = orjson.dumps({"tool": {"name": "safe-tool", "description": "ok"}}) + print("\nmixed_params_json (1000 iterations)") + python_mixed_median, rust_mixed_median = await _measure_pair( + python_mixed_fn, + rust_mixed_fn, + mixed_payload, + 1000, + ) + print(f"python_avg_median={python_mixed_median:.3f}ms rust_avg_median={rust_mixed_median:.3f}ms") + print(f"speedup={python_mixed_median / rust_mixed_median:.2f}x") + + +if __name__ == "__main__": + import asyncio + + asyncio.run(main()) diff --git a/tests/unit/mcpgateway/middleware/test_validation_middleware.py b/tests/unit/mcpgateway/middleware/test_validation_middleware.py index 9dbd4774ad..27cb1d7015 100644 --- a/tests/unit/mcpgateway/middleware/test_validation_middleware.py +++ b/tests/unit/mcpgateway/middleware/test_validation_middleware.py @@ -8,11 +8,11 @@ """ # Standard -import re from unittest.mock import AsyncMock, MagicMock, patch # Third-Party from fastapi import HTTPException +import orjson import pytest from starlette.requests import Request from starlette.responses import Response @@ -241,6 +241,313 @@ async def body(self): await middleware._validate_request(DummyRequest()) + @pytest.mark.asyncio + async def test_validate_request_rejects_bad_params_before_reading_json_body(self): + """Test invalid params short-circuit before JSON body reads.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [r""} + query_params = {} + headers = {"content-type": "application/json"} + + async def body(self): + raise AssertionError("body should not be read when params already fail") + + with pytest.raises(HTTPException, match="contains dangerous characters"): + await middleware._validate_request(DummyRequest()) + + @pytest.mark.asyncio + async def test_validate_request_uses_rust_http_request_when_enabled(self): + """Test request validation uses one Rust HTTP request call.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [r""} + query_params = {} + headers = {"content-type": "application/json"} + + async def body(self): + raise AssertionError("body should not be read when params already fail") + + with pytest.raises(HTTPException, match="contains dangerous characters"): + await middleware._validate_request(DummyRequest()) + + rust_validator.validate_parameters.assert_called_once_with([("id", "") + + assert exc_info.value.status_code == 422 + assert "dangerous characters" in exc_info.value.detail + + def test_validate_parameter_dev_mode_warns(self): + """Test parameter validation warns in development mode.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [r""]) + + assert exc_info.value.status_code == 422 + + def test_validate_json_data_uses_rust_extension_when_enabled(self): + """Test JSON validation uses the Rust extension when explicitly enabled.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [r"")]) == ("id", "dangerous_pattern") + + def test_validate_parameters_with_rust_reraises_http_exception(self): + """Test Rust parameter batch validation does not swallow HTTPException.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_param_length = 1000 + mock_settings.max_path_depth = 10 + mock_settings.environment = "production" + + middleware = ValidationMiddleware(app=None) + rust_validator = MagicMock() + rust_validator.validate_parameters.side_effect = HTTPException(status_code=422, detail="bad") + middleware._rust_validator = rust_validator + + with pytest.raises(HTTPException, match="bad"): + middleware._validate_parameters_with_rust([("id", "safe")]) - async def body(self): - return b"" + def test_validate_request_with_rust_raises_when_validator_handle_missing(self): + """Test the direct Rust request helper fails fast if the handle is unavailable.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_param_length = 1000 + mock_settings.max_path_depth = 10 + mock_settings.environment = "production" - await middleware._validate_request(DummyRequest()) + middleware = ValidationMiddleware(app=None) + middleware._rust_validate_http_request = None - def test_validate_parameter_exceeds_length(self): - """Test parameter length validation.""" + with pytest.raises(RuntimeError, match="rust validator unavailable"): + middleware._validate_request_with_rust([], "application/json", b"{}") + + def test_validate_request_with_rust_reraises_unmapped_value_errors(self): + """Test the direct Rust request helper re-raises unexpected ValueError cases.""" with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True mock_settings.validation_strict = True mock_settings.sanitize_output = False mock_settings.allowed_roots = [] mock_settings.dangerous_patterns = [] - mock_settings.max_param_length = 10 + mock_settings.max_param_length = 1000 + mock_settings.max_path_depth = 10 mock_settings.environment = "production" middleware = ValidationMiddleware(app=None) + middleware._rust_validate_http_request = MagicMock(side_effect=ValueError("boom")) - with pytest.raises(HTTPException) as exc_info: - middleware._validate_parameter("test", "a" * 100) + with pytest.raises(ValueError, match="boom"): + middleware._validate_request_with_rust([], "application/json", b"{}") + + def test_refresh_rust_validator_handles_returns_false_without_validator(self): + """Test cached Rust callable refresh returns false when no validator exists.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_param_length = 1000 + mock_settings.max_path_depth = 10 + mock_settings.environment = "production" + + middleware = ValidationMiddleware(app=None) + middleware._rust_validator = None + + assert middleware._refresh_rust_validator_handles() is False + + def test_validate_resource_path_uses_rust_extension_when_enabled(self): + """Test resource path validation uses the Rust extension when explicitly enabled.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_path_depth = 10 + + middleware = ValidationMiddleware(app=None) + rust_validator = MagicMock() + rust_validator.validate_resource_path.return_value = "/safe/path" + middleware._rust_validator = rust_validator + + assert middleware.validate_resource_path("/safe/path") == "/safe/path" + rust_validator.validate_resource_path.assert_called_once_with("/safe/path") + + def test_validate_resource_path_falls_back_to_python_when_rust_handles_unavailable(self): + """Test resource path validation falls back to Python if Rust handles stay unavailable.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_path_depth = 10 + + middleware = ValidationMiddleware(app=None) + middleware._rust_validator = None + + with patch.object(middleware, "_build_rust_validator", return_value=None): + assert middleware.validate_resource_path("relative/file.txt").endswith("relative/file.txt") + + def test_validate_resource_path_rust_failure_falls_back_to_python(self): + """Test resource path validation falls back to Python when Rust raises unexpectedly.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_path_depth = 10 + + middleware = ValidationMiddleware(app=None) + middleware._rust_validate_resource_path = MagicMock(side_effect=RuntimeError("boom")) + + assert middleware.validate_resource_path("relative/file.txt").endswith("relative/file.txt") + + @pytest.mark.asyncio + async def test_sanitize_response_uses_rust_extension_when_enabled(self): + """Test response sanitization uses the Rust extension when explicitly enabled.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = True + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_path_depth = 10 + mock_settings.environment = "production" + + middleware = ValidationMiddleware(app=None) + rust_validator = MagicMock() + rust_validator.sanitize_response_body.return_value = b"HelloWorld" + middleware._rust_validator = rust_validator + + response = Response(content="Hello\x00World") + sanitized = await middleware._sanitize_response(response) + + assert sanitized.body == b"HelloWorld" + rust_validator.sanitize_response_body.assert_called_once() + + @pytest.mark.asyncio + async def test_sanitize_response_builds_rust_handles_and_encodes_str_body(self): + """Test response sanitization rebuilds Rust handles and encodes str bodies.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = True + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_path_depth = 10 + mock_settings.environment = "production" + + middleware = ValidationMiddleware(app=None) + rust_validator = MagicMock() + rust_validator.sanitize_response_body.return_value = b"sanitized" + middleware._rust_validator = None + middleware._rust_sanitize_response_body = None + + with patch.object(middleware, "_build_rust_validator", return_value=rust_validator): + response = Response(content="Hello") + response.body = "Hello" # exercise the explicit str -> bytes path + sanitized = await middleware._sanitize_response(response) + + assert sanitized.body == b"sanitized" + rust_validator.sanitize_response_body.assert_called_once_with(b"Hello") + + @pytest.mark.asyncio + async def test_sanitize_response_falls_back_to_python_when_rust_handles_missing(self): + """Test response sanitization uses Python when no Rust sanitizer is available.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = True + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [] + mock_settings.max_path_depth = 10 + mock_settings.environment = "production" + + middleware = ValidationMiddleware(app=None) + middleware._rust_validator = None + middleware._rust_sanitize_response_body = None + + with patch.object(middleware, "_build_rust_validator", return_value=None): + response = Response(content=b"Hello\x00World") + sanitized = await middleware._sanitize_response(response) + + assert sanitized.body == b"HelloWorld" + + def test_validate_json_data_rust_extension_falls_back_to_python_validation(self): + """Test Rust mode falls back to Python validation when the extension cannot be loaded.""" + with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: + mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True + mock_settings.validation_strict = True + mock_settings.sanitize_output = False + mock_settings.allowed_roots = [] + mock_settings.dangerous_patterns = [r""}) assert exc_info.value.status_code == 422 - assert "exceeds maximum length" in exc_info.value.detail - def test_validate_parameter_dangerous_pattern(self): - """Test dangerous pattern detection.""" + def test_validate_json_data_with_rust_falls_back_after_non_depth_value_error(self): + """Test Rust JSON validation falls back to Python for non-depth ValueError cases.""" with patch("mcpgateway.middleware.validation_middleware.settings") as mock_settings: mock_settings.experimental_validate_io = True + mock_settings.experimental_rust_validation_middleware_enabled = True mock_settings.validation_strict = True mock_settings.sanitize_output = False mock_settings.allowed_roots = [] @@ -295,33 +1020,97 @@ def test_validate_parameter_dangerous_pattern(self): mock_settings.environment = "production" middleware = ValidationMiddleware(app=None) + rust_validator = MagicMock() + rust_validator.validate_json_data.side_effect = ValueError("boom") + middleware._rust_validator = rust_validator - with pytest.raises(HTTPException) as exc_info: - middleware._validate_parameter("input", "") + assert middleware._validate_json_data_with_rust({"name": "