remove old supported modules from indicator field#43866
Conversation
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
|
🤖 Analysis started. Please wait for results... |
🤖 AI Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
marketplace-ai-reviewer
left a comment
There was a problem hiding this comment.
Thanks for submitting your PR!
Before moving on with the detailed review, please take a moment to address the following general comments.
- The PR title and description mention removing old supported modules, but the actual changes add the
supportedModuleskey (withagentixandxsiam) to files that didn't previously have it. Please update the PR title and description to accurately reflect thatsupportedModulesis being added/set to the new modules, rather than just removing old ones.
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
|
force merge as part of an effort of removing all old supported modules |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: CIAC-15886
Description
remove old supported modules from classifiers
the old supported modules
cloud_posture cloud cloud_runtime_security edr xsoar asm tim cloud_appsec exposure_management email_security
MATCH (c:IndicatorField) WHERE ANY( m IN c.supportedModules WHERE m IN ["cloud_posture", "cloud", "cloud_runtime_security", "edr", "xsoar", "asm", "tim", "cloud_appsec", "exposure_management", "email_security"] ) RETURN c.name AS classifier_name, c.supportedModules AS supported_modules ORDER BY c.nameMust have