remove old supported modules from PreProcessRule#43937
Conversation
Your contributed Gem pack has been modified on files:Packs/Gem/pack_metadata.json |
🤖 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 only add the
marketplacesfield to PreProcessRules. Please update the PR title and description to accurately reflect the addition of themarketplacesfield, or verify that the intended removals were actually committed.
|
force merge as part of an effort of removing all old supported modules |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
🔍 AI Triage Report AvailableAn automated triage report has been generated for this pipeline. Status:
|
* remove old supported modules from PreProcessRule * test * revert
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 PreProcessRule
the old supported modules
cloud_posture cloud cloud_runtime_security edr xsoar asm tim cloud_appsec exposure_management email_security
MATCH (c:PreProcessRule) 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", "agentix", "xsiam"] ) RETURN c.name AS classifier_name, c.supportedModules AS supported_modules ORDER BY c.nameMust have