Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Capstone is a native 3rd party component and shouldn't be scanned #49532

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 1 commit into from
Jul 1, 2025

Conversation

marcpopMSFT
Copy link
Member

No description provided.

@Copilot Copilot AI review requested due to automatic review settings June 23, 2025 20:53
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 updates the SDK build pipeline configuration to exclude Capstone, a native third-party component, from being scanned.

  • Added an exclusion pattern for capstone.dll in the analyzeTargetGlob parameter.
Comments suppressed due to low confidence (1)

eng/pipelines/templates/jobs/sdk-build.yml:61

  • [nitpick] Consider adding an inline comment explaining why capstone.dll is excluded to improve future maintainability and clarity.
          analyzeTargetGlob: +:f|eng\**\*.props;+:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;-:f|artifacts\bin\**\msdia140.dll;-:f|artifacts\bin\**\pgort140.dll;-:f|artifacts\bin\*Tests\**;-:f|**\Microsoft.NET.Runtime.Emscripten**\tools\**;-:f|**\CodeCoverage\**;-:f|artifacts\bin\**\capstone.dll;

@nagilson
Copy link
Member

What is capstone? Where does this come from? I didnt see a single reference to the term in the repo.

@marcpopMSFT marcpopMSFT requested a review from MiYanni June 27, 2025 23:14
@baronfel
Copy link
Member

baronfel commented Jul 1, 2025

Chatted with @javiercn who confirmed that we should just skip this dll for scanning.

@baronfel baronfel merged commit 4b1075b into main Jul 1, 2025
31 checks passed
@baronfel baronfel deleted the marcpopMSFT-removecapstonefrombinskim branch July 1, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants