Skip to content

Address CVE-2024-38229, CVE-2024-35264 #2771

Address CVE-2024-38229, CVE-2024-35264

Address CVE-2024-38229, CVE-2024-35264 #2771

Triggered via pull request March 25, 2025 23:18
Status Success
Total duration 5m 55s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analyze: tests/UnitTests/Common.Tests/Services/PayloadServiceTests.cs#L498
Converting null literal or possible null value to non-nullable type.
analyze: tests/UnitTests/WorkflowManager.Tests/Controllers/PayloadControllerTests.cs#L127
'FilterDefinition<Payload>.Render(IBsonSerializer<Payload>, IBsonSerializerRegistry)' is obsolete: 'Use Render(RenderArgs<TDocument> args) overload instead.'
analyze: tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L80
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
analyze: tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
analyze: tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1470
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
analyze: tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1514
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
analyze: tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1413
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
analyze: tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1537
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
analyze: tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1581
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
analyze: tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1582
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)