-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
@@ -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)); |
There was a problem hiding this comment.
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), |
There was a problem hiding this comment.
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
Update packages to latest version.
Package 'Azure.Identity' 1.10.4 has a known moderate severity vulnerability.