Skip to content

Conversation

@eduwardpost
Copy link
Owner

@eduwardpost eduwardpost commented Mar 13, 2024

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
List any dependencies that are required for this change.

Checklist

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation

@eduwardpost eduwardpost added enhancement New feature or request .NET Pull requests that update .NET code labels Mar 13, 2024
public async Task<Activity?> HandleFollow(Activity activity, string signature, string userName, int userId)
{
Log.Information("Handling follow request for {Actor}. with activity {@Activity}", activity.Actor, activity);
logger.LogInformation("Handling follow request for {Actor}", activity.Actor);

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1).
@sonarqubecloud
Copy link

@eduwardpost eduwardpost marked this pull request as ready for review March 14, 2024 17:48
@eduwardpost eduwardpost merged commit 759e878 into main Mar 14, 2024
@eduwardpost eduwardpost deleted the feature/receive-comments branch March 14, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants