Skip to content

Suppress spurious CodeQL warning related to DefaultAzureCredential #3503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025

Conversation

paulmedynski
Copy link
Contributor

Suppressed CodeQL warning related to our use of DefaultAzureCredential.

@paulmedynski paulmedynski added this to the 7.0-preview1 milestone Jul 22, 2025
@Copilot Copilot AI review requested due to automatic review settings July 22, 2025 17:59
@paulmedynski paulmedynski requested a review from a team as a code owner July 22, 2025 17:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR suppresses a CodeQL security warning related to the use of DefaultAzureCredential in the ActiveDirectoryAuthenticationProvider class. The change adds a comment explaining that this is library code and applications are responsible for using more secure credential options.

  • Adds a CodeQL suppression comment with justification for DefaultAzureCredential usage
  • Clarifies that the library provides a default implementation while applications should use more secure alternatives

mdaigle
mdaigle previously approved these changes Jul 22, 2025
Copy link

codecov bot commented Jul 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.82%. Comparing base (aaba34f) to head (6c7b4e2).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3503      +/-   ##
==========================================
+ Coverage   64.78%   69.82%   +5.04%     
==========================================
  Files         276      276              
  Lines       62192    62192              
==========================================
+ Hits        40289    43424    +3135     
+ Misses      21903    18768    -3135     
Flag Coverage Δ
addons 91.04% <ø> (ø)
netcore 72.88% <ø> (+3.90%) ⬆️
netfx 69.45% <ø> (+3.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paulmedynski paulmedynski merged commit ae71085 into main Jul 23, 2025
251 checks passed
@paulmedynski paulmedynski deleted the dev/paul/codeql branch July 23, 2025 16:34
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.

4 participants