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

Merge hotfix/v2.0.1 into master #193

Merged
merged 152 commits into from
Feb 6, 2024
Merged

Merge hotfix/v2.0.1 into master #193

merged 152 commits into from
Feb 6, 2024

Conversation

agolybev
Copy link
Contributor

@agolybev agolybev commented Feb 6, 2024

No description provided.

@@ -110,7 +110,8 @@
string[] users = null,
MetaData meta = null)
{
_logger.DebugDocServiceCommand(method, fileId.ToString(), docKeyForTrack, callbackUrl, users != null ? string.Join(", ", users) : null, JsonConvert.SerializeObject(meta));
_logger.DebugDocServiceCommand(method.ToStringFast(), fileId.ToString(), docKeyForTrack, callbackUrl, users != null ? string.Join(", ", users) : "null", JsonConvert.SerializeObject(meta));

Check warning

Code scanning / CodeQL

Exposure of private information Medium

Private data returned by
access to field _email
is written to an external location.
Private data returned by
access to local variable email
is written to an external location.
@agolybev agolybev merged commit 9fc2c66 into master Feb 6, 2024
6 checks passed
@agolybev agolybev deleted the hotfix/v2.0.1 branch February 6, 2024 12:59
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.

10 participants