Skip to content

feat(dotnet): add MCP protocol support with full OWASP coverage #1493

feat(dotnet): add MCP protocol support with full OWASP coverage

feat(dotnet): add MCP protocol support with full OWASP coverage #1493

Triggered via pull request April 8, 2026 13:33
Status Success
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
changes
6s
changes
dependency-scan
7s
dependency-scan
Matrix: build-npm
Matrix: build-pypi
Matrix: lint
Matrix: test-integrations
Matrix: test
security
0s
security
test-dotnet
47s
test-dotnet
workflow-security
0s
workflow-security
test-integrations-ts
0s
test-integrations-ts
build-rust
0s
build-rust
build-go
0s
build-go
ci-complete
4s
ci-complete
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
dependency-scan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-dotnet
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/AgentIdentityTests.cs#L39
'AgentIdentity.Sign(byte[])' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/AgentIdentityTests.cs#L38
'AgentIdentity.Sign(byte[])' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L140
'AgentIdentity.Sign(string)' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L133
'AgentIdentity.Sign(string)' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L127
'AgentIdentity.Verify(byte[], byte[])' is obsolete: 'HMAC-SHA256 verification is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for public-key verification.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L125
'AgentIdentity.Sign(string)' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L117
'AgentIdentity.Verify(byte[], byte[])' is obsolete: 'HMAC-SHA256 verification is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for public-key verification.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L116
'AgentIdentity.Sign(string)' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L109
'AgentIdentity.Verify(byte[], byte[])' is obsolete: 'HMAC-SHA256 verification is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for public-key verification.'
test-dotnet: packages/agent-governance-dotnet/tests/AgentGovernance.Tests/ComprehensiveAdvancedTests.cs#L108
'AgentIdentity.Sign(string)' is obsolete: 'HMAC-SHA256 signing is a compatibility fallback. Migrate to Ed25519 on .NET 9+ for proper asymmetric signing.'