Skip to content

Conversation

cx-alex-cohen
Copy link
Member

By submitting this pull request, you agree to the terms within the Checkmarx Code of Conduct. Please review the contributing guidelines for guidance on creating high-quality pull requests.

Description

Please provide a summary of the changes and the related issue. Include relevant motivation and context.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Related Issues

Link any related issues or tickets.

Checklist

  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules
  • I have updated the CLI help for new/changed functionality in this PR (if applicable)
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Notes

Add any other relevant information.

@github-actions github-actions bot added the bug Something isn't working label Mar 27, 2025
Copy link

Logo
Checkmarx One – Scan Summary & Detailsf3e70466-1795-47fe-9f5d-fd3a9dc95117

Great job, no security vulnerabilities found in this Pull Request

@@ -137,6 +137,8 @@ var BaseIncludeFilters = []string{
"Directory.Packages.props",
"*.rs",
"*.jsx",
"NuGet.Config",
".npmrc",
Copy link
Collaborator

Choose a reason for hiding this comment

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

are there any other package manager's config files you guys want to add here?
can this change effect current customers?

Choose a reason for hiding this comment

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

For now the other package manager config file that we need to add is settings.xml, but that one is already covered by the *.xml.

Choose a reason for hiding this comment

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

What do you mean by "affect current costumers"? In what way?

Copy link
Collaborator

Choose a reason for hiding this comment

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

in a way that it will include files that was not included in the past

@cx-shaked-karta
Copy link
Contributor

Auto Comment from MCP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants