Skip to content

Commit

Permalink
Fix/flask upgrade (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds authored Nov 14, 2023
1 parent 01a3e9c commit d2893b1
Show file tree
Hide file tree
Showing 6 changed files with 691 additions and 711 deletions.
28 changes: 21 additions & 7 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
{
"name": "AWSKeyDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"name": "Base64HighEntropyString",
"limit": 4.5
Expand All @@ -17,9 +20,15 @@
{
"name": "CloudantDetector"
},
{
"name": "DiscordBotTokenDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"name": "HexHighEntropyString",
"limit": 3
"limit": 3.0
},
{
"name": "IbmCloudIamDetector"
Expand All @@ -37,15 +46,24 @@
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SendGridDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
Expand All @@ -57,10 +75,6 @@
{
"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
Expand Down Expand Up @@ -257,7 +271,7 @@
"filename": "tests/integration/datadict/submission/test_endpoints.py",
"hashed_secret": "78b4db9b2aec0f0f2d3e38f9278be42b861c9dc3",
"is_verified": false,
"line_number": 1410
"line_number": 1420
}
],
"tests/integration/datadictwithobjid/submission/data/biospec1.json": [
Expand Down Expand Up @@ -336,5 +350,5 @@
}
]
},
"generated_at": "2023-10-20T23:12:07Z"
"generated_at": "2023-10-27T19:51:06Z"
}
Loading

0 comments on commit d2893b1

Please sign in to comment.