Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Updated Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.2 to 1.4.0.

Release notes

Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.

1.4.0

1.4.0 (2025-09-30)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.47.3 to 1.49.0

1.4.0-beta.1

1.4.0-beta.1 (2025-10-21)

Features Added

  • Added support for configuring sampling via OpenTelemetry environment
    variables:
    • OTEL_TRACES_SAMPLER (supported values: microsoft.rate_limited,
      microsoft.fixed_percentage).
    • OTEL_TRACES_SAMPLER_ARG (rate limit in traces/sec for
      microsoft.rate_limited, sampling ratio 0.0 - 1.0 for
      microsoft.fixed_percentage).
      (#​52720)
  • Added handling of stable database client span semantic conventions
    (#​53050)
  • Added new performance monitoring capabilities to help track application health and resource usage. Newly added metrics:
    • \.NET CLR Exceptions(??APP_CLR_PROC??)\# of Exceps Thrown / sec
    • \ASP.NET Applications(??APP_W3SVC_PROC??)\Requests/Sec;
    • \Process(??APP_WIN32_PROC??)\% Processor Time"
    • \Process(??APP_WIN32_PROC??)\% Processor Time Normalized
    • \Process(??APP_WIN32_PROC??)\Private Bytes
      (#​52705)
  • Added built-in monitoring to track SDK performance and health. Emitted metrics:
    • preview.item.success.count
    • preview.item.dropped.count
    • preview.item.retry.count
      (#​53010)
  • Add enduser.pseudo.id as ai.user.id
    (#​52722)
  • Add ai.location.ip mapping for all telemetry types (#​52211)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…to 1.4.0

---
updated-dependencies:
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2025

Labels

The following labels could not be found: dependencies, nuget, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

🧪 Test & Build Summary

🏗️ Build Status

  • ✅ Build completed successfully
  • 📦 NuGet packages restored
  • 🐳 Docker image built and tested

🧪 Test Results

  • ✅ All tests executed
  • 📊 Test artifacts generated
  • 📋 Results available in workflow artifacts

🔒 Security Scanning

  • 🔍 Vulnerability scanning (NuGet packages)
  • 🛡️ CodeQL static analysis
  • 🔐 Secret detection with TruffleHog
  • � Filesystem security scanning with Trivy
  • 📋 OWASP dependency check
  • 🎯 SAST analysis with Semgrep
  • 📊 Security reports available in artifacts

📦 Available Artifacts

  • 📊 Test results (TRX format)
  • 📈 Code coverage reports (Cobertura XML)
  • 🔒 Security scan results (SARIF format)
  • 🛡️ Vulnerability reports (JSON/XML)
  • 📋 Security audit logs

Generated by Setlist Studio CI/CD Pipeline 🎵

@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
SetlistStudio.Web 81% 79% 1659
SetlistStudio.Core 93% 91% 752
SetlistStudio.Infrastructure 87% 87% 606
SetlistStudio.Web 81% 79% 1659
SetlistStudio.Core 93% 91% 752
SetlistStudio.Infrastructure 87% 87% 606
Summary 84% (14568 / 17374) 84% (4066 / 4836) 6034

Minimum allowed line rate is 80%

@github-actions
Copy link

🚀 Preview Deployment Ready

Preview URL: https://preview-pr-58.setlist-studio.dev

Branch: dependabot/nuget/src/SetlistStudio.Web/Azure.Extensions.AspNetCore.Configuration.Secrets-1.4.0
Commit: 4db50ad148624441752e8a218fa520a5a8e02d3a


Deployment updated automatically on each push

@github-actions
Copy link

🛡️ Security Scan Summary

Scan Date: Mon Oct 27 07:08:20 UTC 2025
Commit: 4db50ad

🔍 Scan Results

Tool Status Details
TruffleHog ✅ Secure No secrets detected
.NET Vulnerability Scan ✅ Secure No vulnerable packages detected
CodeQL ✅ Secure No vulnerabilities detected in local analysis
Semgrep SAST ✅ Secure No security issues detected
Trivy Filesystem ✅ Secure No filesystem vulnerabilities detected
OWASP Dependency Check ✅ Secure No dependency vulnerabilities detected
OWASP ZAP Dynamic Scan ✅ Secure No critical/high issues detected
Security Configuration ✅ Secure All security configurations validated

⚠️ CRITICAL: CodeQL Security Analysis

IMPORTANT: This summary may show CodeQL as 'secure' even if issues exist.
ALWAYS check the GitHub Security Tab for CodeQL findings.
High/Critical CodeQL issues MUST be resolved before merge, regardless of this summary.

📋 Recommendations

  • PRIORITY: Check GitHub Security tab for CodeQL findings
  • Fix all high/critical CodeQL issues before merge
  • Review all findings in the Security tab
  • Update vulnerable dependencies promptly
  • Follow secure coding practices from copilot-instructions.md
  • Regular security reviews and updates

Security scan generated by Setlist Studio CI/CD Pipeline 🔒

@eugenecp eugenecp closed this Oct 28, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/src/SetlistStudio.Web/Azure.Extensions.AspNetCore.Configuration.Secrets-1.4.0 branch October 28, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants