From 09f7e13da37387a5bb364c0e21467cafb465cdc0 Mon Sep 17 00:00:00 2001 From: Qiao Qiao Date: Mon, 9 Oct 2023 21:21:56 -0500 Subject: [PATCH] update secrets-baseline --- .secrets.baseline | 164 +++++++++++++++++++++++++++++----------------- 1 file changed, 103 insertions(+), 61 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index 8ccf6819..ffa9a771 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -1,9 +1,15 @@ { - "generated_at": "2023-07-21T18:27:05Z", + "version": "1.4.0", "plugins_used": [ + { + "name": "ArtifactoryDetector" + }, { "name": "AWSKeyDetector" }, + { + "name": "AzureStorageKeyDetector" + }, { "name": "Base64HighEntropyString", "limit": 4.5 @@ -11,92 +17,77 @@ { "name": "BasicAuthDetector" }, + { + "name": "CloudantDetector" + }, + { + "name": "DiscordBotTokenDetector" + }, + { + "name": "GitHubTokenDetector" + }, { "name": "HexHighEntropyString", "limit": 3 }, { - "keyword_exclude": null, - "name": "KeywordDetector" + "name": "IbmCloudIamDetector" + }, + { + "name": "IbmCosHmacDetector" + }, + { + "name": "JwtTokenDetector" + }, + { + "name": "KeywordDetector", + "keyword_exclude": "" + }, + { + "name": "MailchimpDetector" + }, + { + "name": "NpmDetector" }, { "name": "PrivateKeyDetector" - } - ], - "results": { - "README.md": [ - { - "type": "Secret Keyword", - "filename": "README.md", - "hashed_secret": "df58248c414f342c81e056b40bee12d17a08bf61", - "is_verified": false, - "line_number": 41, - "is_secret": false - } - ], - "examples/jupyter_example.ipynb": [ - { - "type": "Secret Keyword", - "filename": "examples/jupyter_example.ipynb", - "hashed_secret": "7d93500c86ae587b3d9f4bf1b8cec36f221c8183", - "is_verified": false, - "line_number": 11, - "is_secret": false - } - ], - "test/conftest.py": [ - { - "type": "Basic Auth Credentials", - "filename": "test/conftest.py", - "hashed_secret": "5d0fa74acf95d1d6bebd0d37f76a94e77d604fd9", - "is_verified": false, - "line_number": 35, - "is_secret": false - } - ], - "test/test_gdc_postgres_admin.py": [ - { - "type": "Basic Auth Credentials", - "filename": "test/test_gdc_postgres_admin.py", - "hashed_secret": "5d0fa74acf95d1d6bebd0d37f76a94e77d604fd9", - "is_verified": false, - "line_number": 38, - "is_secret": false - } - ] - }, - "version": "1.4.0", - "filters_used": [ + }, { - "path": "detect_secrets.filters.allowlist.is_line_allowlisted" + "name": "SendGridDetector" }, { - "path": "detect_secrets.filters.heuristic.is_sequential_string" + "name": "SlackDetector" }, { - "path": "detect_secrets.filters.heuristic.is_potential_uuid" + "name": "SoftlayerDetector" }, { - "path": "detect_secrets.filters.heuristic.is_likely_id_string" + "name": "SquareOAuthDetector" }, { - "path": "detect_secrets.filters.heuristic.is_templated_secret" + "name": "StripeDetector" }, { - "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" + "name": "TwilioKeyDetector" + } + ], + "filters_used": [ + { + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" }, { - "path": "detect_secrets.filters.heuristic.is_indirect_reference" + "path": "detect_secrets.filters.common.is_baseline_file", + "filename": ".secrets.baseline" }, { "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", "min_level": 2 }, { - "path": "detect_secrets.filters.regex.should_exclude_file", - "pattern": [ - "^.secrets.baseline$" - ] + "path": "detect_secrets.filters.heuristic.is_indirect_reference" + }, + { + "path": "detect_secrets.filters.heuristic.is_likely_id_string" }, { "path": "detect_secrets.filters.heuristic.is_lock_file" @@ -104,8 +95,59 @@ { "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" }, + { + "path": "detect_secrets.filters.heuristic.is_potential_uuid" + }, + { + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" + }, + { + "path": "detect_secrets.filters.heuristic.is_sequential_string" + }, { "path": "detect_secrets.filters.heuristic.is_swagger_file" + }, + { + "path": "detect_secrets.filters.heuristic.is_templated_secret" + }, + { + "path": "detect_secrets.filters.regex.should_exclude_file", + "pattern": [ + "^.secrets.baseline$" + ] } - ] + ], + "results": { + ".gitlab-ci.yml": [ + { + "type": "Secret Keyword", + "filename": ".gitlab-ci.yml", + "hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", + "is_verified": false, + "line_number": 23, + "is_secret": false + } + ], + "migrations/update_legacy_states.py": [ + { + "type": "Secret Keyword", + "filename": "migrations/update_legacy_states.py", + "hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", + "is_verified": false, + "line_number": 32, + "is_secret": false + } + ], + "test/test_admin_script.py": [ + { + "type": "Secret Keyword", + "filename": "test/test_admin_script.py", + "hashed_secret": "90e391476614602bed80a0fb950a7c5111488a3b", + "is_verified": false, + "line_number": 76, + "is_secret": false + } + ] + }, + "generated_at": "2023-10-10T02:21:50Z" }