Skip to content

Fix: 보안 취약점 개선 #11

Fix: 보안 취약점 개선

Fix: 보안 취약점 개선 #11

Triggered via pull request September 13, 2025 11:09
Status Success
Total duration 39s
Artifacts

develop.yml

on: pull_request
Build & Test
35s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: ProjectVG.Tests/Auth/TokenServiceTests.cs#L98
Dereference of a possibly null reference.
Build & Test: 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.
Build & Test: 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.
Build & Test: ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L67
Possible null reference assignment.
Build & Test: ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L35
Possible null reference assignment.
Build & Test: ProjectVG.Api/Controllers/OAuthController.cs#L73
Cannot convert null literal to non-nullable reference type.