Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BP-1123: Update packages to latest version #71

Merged
merged 4 commits into from
May 22, 2024

Conversation

msljivic
Copy link
Contributor

@msljivic msljivic commented May 16, 2024

Update packages to latest version.

Package 'Azure.Identity' 1.10.4 has a known moderate severity vulnerability.

@msljivic msljivic marked this pull request as ready for review May 22, 2024 09:01
@msljivic msljivic requested a review from avanwaas May 22, 2024 09:01
@@ -34,9 +34,8 @@ public static bool TryParse(Uri uri, out AzureBlobSharedUri sharedUri)

private static AzureBlobSharedUri Parse(Uri uri)
{
var decodedUri = new Uri(HttpUtility.UrlDecode(uri.AbsoluteUri));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed double decoding, no need to decode full URL. Only query params should be decoded which we already do.

@@ -18,7 +18,7 @@ public void TestWriteRecords()
FirstName = "John",
LastName = "Doe",
Age = 30,
LastLogon = new DateTimeOffset(2023, 12, 19, 9, 30, 0, DateTimeOffset.Now.Offset),
Copy link
Contributor Author

@msljivic msljivic May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DateTimeOffset.Now.Offset will produce different values depending on a daylight saving

@msljivic msljivic merged commit c460e62 into master May 22, 2024
4 of 6 checks passed
@msljivic msljivic deleted the features/BP-1123-bump-packages branch May 22, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants