Skip to content

chore: Merge Latest changes from main to demo#382

Merged
Prajwal-Microsoft merged 218 commits into
demofrom
main
Aug 14, 2025
Merged

chore: Merge Latest changes from main to demo#382
Prajwal-Microsoft merged 218 commits into
demofrom
main

Merge pull request #339 from microsoft/psl_add_resuse_foundry_project…

2595c2d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 11, 2025 in 0s

3 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 2 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 20 in src/backend/helpers/azure_credential_utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development. Note

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development.

Check failure on line 39 in src/backend/helpers/azure_credential_utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.

Check notice on line 39 in src/backend/helpers/azure_credential_utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development. Note

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development.