-
Notifications
You must be signed in to change notification settings - Fork 0
Fix: 보안 취약점 개선 - #18
Merged
Merged
security: WebSocket 연결 시 사용자 ID 노출 취약성 수정
c82ee79
Select commit
Loading
Failed to load commit list.
Annotations
10 warnings
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L213
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L202
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L191
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
ProjectVG.Tests/Auth/TokenServiceTests.cs#L98
Dereference of a possibly null reference.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L159
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L148
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L67
Possible null reference assignment.
ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L35
Possible null reference assignment.
ProjectVG.Api/Controllers/OAuthController.cs#L73
Cannot convert null literal to non-nullable reference type.
The logs for this run have expired and are no longer available.
Loading