Skip to content

Commit d2893b1

Browse files
Fix/flask upgrade (#403)
1 parent 01a3e9c commit d2893b1

File tree

6 files changed

+691
-711
lines changed

6 files changed

+691
-711
lines changed

.secrets.baseline

+21-7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
{
88
"name": "AWSKeyDetector"
99
},
10+
{
11+
"name": "AzureStorageKeyDetector"
12+
},
1013
{
1114
"name": "Base64HighEntropyString",
1215
"limit": 4.5
@@ -17,9 +20,15 @@
1720
{
1821
"name": "CloudantDetector"
1922
},
23+
{
24+
"name": "DiscordBotTokenDetector"
25+
},
26+
{
27+
"name": "GitHubTokenDetector"
28+
},
2029
{
2130
"name": "HexHighEntropyString",
22-
"limit": 3
31+
"limit": 3.0
2332
},
2433
{
2534
"name": "IbmCloudIamDetector"
@@ -37,15 +46,24 @@
3746
{
3847
"name": "MailchimpDetector"
3948
},
49+
{
50+
"name": "NpmDetector"
51+
},
4052
{
4153
"name": "PrivateKeyDetector"
4254
},
55+
{
56+
"name": "SendGridDetector"
57+
},
4358
{
4459
"name": "SlackDetector"
4560
},
4661
{
4762
"name": "SoftlayerDetector"
4863
},
64+
{
65+
"name": "SquareOAuthDetector"
66+
},
4967
{
5068
"name": "StripeDetector"
5169
},
@@ -57,10 +75,6 @@
5775
{
5876
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
5977
},
60-
{
61-
"path": "detect_secrets.filters.common.is_baseline_file",
62-
"filename": ".secrets.baseline"
63-
},
6478
{
6579
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
6680
"min_level": 2
@@ -257,7 +271,7 @@
257271
"filename": "tests/integration/datadict/submission/test_endpoints.py",
258272
"hashed_secret": "78b4db9b2aec0f0f2d3e38f9278be42b861c9dc3",
259273
"is_verified": false,
260-
"line_number": 1410
274+
"line_number": 1420
261275
}
262276
],
263277
"tests/integration/datadictwithobjid/submission/data/biospec1.json": [
@@ -336,5 +350,5 @@
336350
}
337351
]
338352
},
339-
"generated_at": "2023-10-20T23:12:07Z"
353+
"generated_at": "2023-10-27T19:51:06Z"
340354
}

0 commit comments

Comments
 (0)