Skip to content

Conversation

@karthick-rn
Copy link
Contributor

Description

The changes on this PR were to address the SFI alerts which is an ongoing effort within Microsoft.

Copy link
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 PR addresses SFI (Security for Infrastructure) alerts by adding a CodeQL justification comment and updating Argo workflows from version 3.7.1 to 3.7.2.

  • Added CodeQL justification comment for SSL verification bypass in CosmosDB emulator connection
  • Updated Argo workflows version from 3.7.1 to 3.7.2 across deployment documentation and configuration

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
pctasks/dev/pctasks/dev/cosmosdb.py Added CodeQL justification comment for SSL verification bypass
docs/development/deploying.md Updated Argo workflows version references in documentation
deployment/helm/argo-values.yaml Updated image tags to use Argo workflows v3.7.2

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

while True:
try:
resp = requests.get(url, verify=False)
resp = requests.get(url, verify=False) # CodeQL [SM03157] justification
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

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

The CodeQL justification comment lacks explanation of why SSL verification is disabled. Consider adding a brief explanation like '# CodeQL [SM03157] SSL verification disabled for local emulator connection' to provide context for reviewers and future maintainers.

Suggested change
resp = requests.get(url, verify=False) # CodeQL [SM03157] justification
resp = requests.get(url, verify=False) # CodeQL [SM03157] SSL verification disabled for local emulator connection

Copilot uses AI. Check for mistakes.
@ghidalgo3 ghidalgo3 merged commit 4a4631e into main Oct 15, 2025
5 checks passed
@ghidalgo3 ghidalgo3 deleted the user/kanarend/openpc-alerts branch October 15, 2025 12:43
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