Skip to content

Commit

Permalink
Merge branch 'master' into feat/GPE-795
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Mar 20, 2023
2 parents eb9059a + 899654a commit ad625b3
Show file tree
Hide file tree
Showing 23 changed files with 666 additions and 1,457 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,3 @@ docs/_build/
local_settings.py
settings.yaml
*.sq3

# IDE
.idea

# pyenv
.python-version
123 changes: 59 additions & 64 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"generated_at": "2022-09-06T17:03:10Z",
"version": "1.4.0",
"plugins_used": [
{
"name": "AWSKeyDetector"
"name": "ArtifactoryDetector"
},
{
"name": "ArtifactoryDetector"
"name": "AWSKeyDetector"
},
{
"name": "Base64HighEntropyString",
Expand All @@ -31,8 +31,8 @@
"name": "JwtTokenDetector"
},
{
"keyword_exclude": null,
"name": "KeywordDetector"
"name": "KeywordDetector",
"keyword_exclude": ""
},
{
"name": "MailchimpDetector"
Expand All @@ -53,6 +53,46 @@
"name": "TwilioKeyDetector"
}
],
"filters_used": [
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"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.heuristic.is_indirect_reference"
},
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
},
{
"path": "detect_secrets.filters.heuristic.is_lock_file"
},
{
"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"
}
],
"results": {
".travis.yml": [
{
Expand Down Expand Up @@ -88,15 +128,6 @@
"line_number": 104
}
],
"indexd/utils.py": [
{
"type": "Basic Auth Credentials",
"filename": "indexd/utils.py",
"hashed_secret": "5d0fa74acf95d1d6bebd0d37f76a94e77d604fd9",
"is_verified": false,
"line_number": 87
}
],
"tests/test_aliases_endpoints.py": [
{
"type": "Hex High Entropy String",
Expand Down Expand Up @@ -126,23 +157,30 @@
{
"type": "Hex High Entropy String",
"filename": "tests/test_client.py",
"hashed_secret": "1b0d1a618b5c213dd792bbc3aa96ffa6bc370ef3",
"hashed_secret": "5666c088b494f26cd8f63ace013992f5fc391ce0",
"is_verified": false,
"line_number": 1318
"line_number": 19
},
{
"type": "Hex High Entropy String",
"filename": "tests/test_client.py",
"hashed_secret": "1170ace44158ff189902ff44597efef121623353",
"hashed_secret": "15a6d8daad1278efcaadc0d6e3d1dd2d9ebbc262",
"is_verified": false,
"line_number": 1731
"line_number": 1084
},
{
"type": "Hex High Entropy String",
"filename": "tests/test_client.py",
"hashed_secret": "15a6d8daad1278efcaadc0d6e3d1dd2d9ebbc262",
"hashed_secret": "1b0d1a618b5c213dd792bbc3aa96ffa6bc370ef3",
"is_verified": false,
"line_number": 2116
"line_number": 1300
},
{
"type": "Hex High Entropy String",
"filename": "tests/test_client.py",
"hashed_secret": "1170ace44158ff189902ff44597efef121623353",
"is_verified": false,
"line_number": 1731
},
{
"type": "Hex High Entropy String",
Expand Down Expand Up @@ -192,13 +230,6 @@
"hashed_secret": "b6c0bd08fde409c18760f32bef8705191840c402",
"is_verified": false,
"line_number": 2416
},
{
"type": "Hex High Entropy String",
"filename": "tests/test_client.py",
"hashed_secret": "5666c088b494f26cd8f63ace013992f5fc391ce0",
"is_verified": false,
"line_number": 2525
}
],
"tests/test_deprecated_aliases_endpoints.py": [
Expand Down Expand Up @@ -229,41 +260,5 @@
}
]
},
"version": "1.4.0",
"filters_used": [
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.heuristic.is_sequential_string"
},
{
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
},
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
},
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
},
{
"path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
},
{
"path": "detect_secrets.filters.heuristic.is_lock_file"
},
{
"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
},
{
"path": "detect_secrets.filters.heuristic.is_swagger_file"
}
]
"generated_at": "2023-03-17T18:42:05Z"
}
Loading

0 comments on commit ad625b3

Please sign in to comment.