Skip to content

CodeQL Suppression comments for RSA parameter methods#29078

Merged
vidai-msft merged 1 commit intomainfrom
notyashhh-kv-suppression-patch
Jan 20, 2026
Merged

CodeQL Suppression comments for RSA parameter methods#29078
vidai-msft merged 1 commit intomainfrom
notyashhh-kv-suppression-patch

Conversation

@notyashhh
Copy link
Copy Markdown
Member

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings January 20, 2026 02:48
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@vidai-msft vidai-msft enabled auto-merge (squash) January 20, 2026 02:54
Copy link
Copy Markdown
Contributor

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 pull request adds CodeQL suppression comments to three RSA-related methods in the KeyVault module's CertKey.cs file. The suppressions address CodeQL security alert SM02205, which flags the use of BouncyCastle cryptographic library.

Changes:

  • Updated suppression comment for RsaParamsFromPem method - changed wording from "netstandard2.0" to "netstandard v2 is forced"
  • Added suppression comment to ToRSAParameters method with consistent justification
  • Added suppression comment to ConvertRSAParametersField method with consistent justification

@vidai-msft vidai-msft merged commit 83a254a into main Jan 20, 2026
17 of 18 checks passed
@vidai-msft vidai-msft deleted the notyashhh-kv-suppression-patch branch January 20, 2026 05:30
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.

3 participants