Skip to content

Commit e7d4b6f

Browse files
authored
Merge branch 'Azure:master' into solution-blacklens-v1
2 parents 09f094e + 36b69b0 commit e7d4b6f

46 files changed

Lines changed: 238 additions & 1117 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.script/tests/KqlvalidationsTests/GitHubApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Kqlvalidations.Tests
1717
/// </summary>
1818
public sealed class GitHubApiClient
1919
{
20-
private static GitHubApiClient _instance;
20+
private static volatile GitHubApiClient _instance;
2121
private static readonly object _lock = new object();
2222
private readonly GitHubClient _client;
2323

Solutions/Box/Data Connectors/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
azure-functions
66

7-
pyjwt==2.4.0
7+
pyjwt==2.12.0
88
cryptography==46.0.5
99
boxsdk==3.3.0
1010
azure-storage-file-share==12.7.0

Solutions/Commvault Security IQ/Data Connectors/AzureFunctionCommvaultSecurityIQ/main.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def gen_chunks(data: list[dict[str, Any]], logs_client: LogsIngestionClient):
194194
"7:349",
195195
"17:193",
196196
"17:195",
197+
"69:65",
198+
"69:66",
197199
}
198200

199201
if showAllEvents == "true":
@@ -293,8 +295,8 @@ def extract_hidden_info_from_description(description: str) -> dict[str, str | No
293295

294296
# Extract clientId and clientName from within the hidden span
295297
patterns = {
296-
"clientId": r"clientId:\[([^\]]+)\]",
297-
"hostName": r"clientName:\[([^\]]+)\]",
298+
"clientId": r"ClientId:\[([^\]]+)\]",
299+
"hostName": r"ClientName:\[([^\]]+)\]",
298300
}
299301
for key, pattern in patterns.items():
300302
match = re.search(pattern, span_content)
Binary file not shown.
8.25 MB
Binary file not shown.
8.25 MB
Binary file not shown.
8.25 MB
Binary file not shown.
8.25 MB
Binary file not shown.
8.25 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)