remove old supported modules from incident type#43841
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 (like cloud_posture, cloud, etc.), but the actual code changes add
agentixandxsiamto thesupportedModulesfield in files that didn't previously have it. Please update the PR title and description to accurately reflect that you are adding these new supported modules, or verify if the correct script was run.
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
Your contributed ExtraHop pack has been modified on files:Packs/ExtraHop/pack_metadata.json |
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
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 |
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
MATCH (c:IncidentType) WHERE ANY( m IN c.supportedModules WHERE m IN ["cloud_posture", "cloud", "cloud_runtime_security", "edr", "xsoar", "asm", "tim", "cloud_appsec", "exposure_management"] ) RETURN c.name AS classifier_name, c.supportedModules AS supported_modules ORDER BY c.nameMust have